top of page
Search

Running the TeamBrain Agent with Claude CodeA Live Demo of Intent-Driven Engineering

  • Writer: Mark Kendall
    Mark Kendall
  • 3 days ago
  • 2 min read

Running the TeamBrain Agent with Claude Code

A Live Demo of Intent-Driven Engineering

Introduction

In this demonstration we will run the TeamBrain Agent directly from a repository using Claude Code inside Visual Studio Code.

The goal of this demo is to show how developers can move from intent → agent → running system in just a few steps.

Repository used in this demonstration:

This repository is part of the TeamBrain architecture, where a centralized “brain” repository governs rules and intelligence while service repositories execute those rules. (LearnTeachMaster Dev)

Demo Setup

Before running the agent, make sure you have:

• Git• Visual Studio Code• Claude Code installed in VS Code

Step 1 — Clone the Repository

Open a terminal and clone the repository.

git clone https://github.com/kendallmark3/teambrain-repro.git

Step 2 — Navigate to the Agent

Move into the TeamBrain agent directory.

cd teambrain-repro/teambrain-agent

This directory contains the agent configuration and intent definitions used to run the system.

Step 3 — Open the Repository in VS Code

Launch Visual Studio Code.

code .

Claude Code will now be able to inspect the repository and understand the project structure.

Step 4 — Ask Claude to Run the Agent

Open Claude Code inside VS Code and give it the following prompt.

You are inside the teambrain-agent repository.

Analyze the entire project.

Explain:

• the purpose of the agent
• the architecture
• how the agent should run

Then execute the steps required to start the agent locally.

Install any required dependencies and run the system.

Explain each step as you perform it.

Claude will now:

  1. Read the repository

  2. Understand the agent architecture

  3. Install dependencies

  4. Start the agent

Step 5 — Observe the Agent Running

Once Claude finishes executing the setup steps, the agent will start running locally.

You can now interact with the system and observe how the agent processes intent definitions and repository rules.

What This Demonstrates

This demo shows the power of Intent-Driven Engineering.

Instead of manually wiring together systems, developers can:

  1. Define system intent

  2. Provide guiding documentation

  3. Allow an AI agent to interpret and run the system

The repository becomes a living specification, and the AI becomes the interpreter that brings that specification to life.

Related LearnTeachMaster Articles

Explore these articles for deeper explanations of the concepts demonstrated in this demo.

Why This Matters

The future of development is shifting toward intent-driven systems where:

• architecture is defined as intent• repositories become system specifications• AI agents implement and enforce those specifications

The TeamBrain approach demonstrates how this model can scale across many repositories using centralized governance. (LearnTeachMaster Dev)

If you'd like, I can also give you a much more powerful demo script that will make this video 10× more impressive:

It shows Claude doing full repository analysis + architectural diagram + running the agent automatically, which is a killer demo for your site.

 
 
 

Recent Posts

See All

Comments

Rated 0 out of 5 stars.
No ratings yet

Add a rating
Post: Blog2_Post

Subscribe Form

Thanks for submitting!

©2020 by LearnTeachMaster DevOps. Proudly created with Wix.com

bottom of page