Skip to content

Commit 3019bdd

Browse files
committed
docs: update README to reflect current repo structure
1 parent f14ba30 commit 3019bdd

1 file changed

Lines changed: 21 additions & 21 deletions

File tree

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,41 @@
11
# team-lead
22

3-
Meta-orchestrator agent that analyzes complex requests, decomposes them into agent-sized tasks, and delegates to specialized agents. Manages sequencing, parallelism, and result synthesis across multi-agent workflows.
4-
5-
---
3+
Multi-agent orchestration engine that decomposes complex requests into agent-sized tasks, delegates to specialized agents, manages execution order and dependencies, and synthesizes results into unified deliverables. The conductor that coordinates architecture, implementation, content, research, and release pipelines.
64

75
## Run
86

97
```bash
108
npx @open-gitagent/gitagent run -r https://github.com/Mathews-Tom/team-lead
119
```
1210

13-
---
14-
1511
## What It Can Do
1612

17-
- **Task Decomposition** — Break complex requests into discrete, agent-sized work units
18-
- **Agent Delegation** — Route tasks to the most suitable specialized agent based on capabilities
19-
- **Sequencing** — Determine dependency order and execute tasks in the correct sequence
20-
- **Parallel Execution** — Identify independent tasks and run them concurrently for throughput
21-
- **Result Synthesis** — Collect outputs from multiple agents and merge into a coherent deliverable
22-
- **Error Recovery** — Detect agent failures and reassign or retry with adjusted parameters
23-
24-
---
13+
- **Task Decomposition** — breaks complex goals into agent-sized units with dependency graphs and parallel execution paths
14+
- **Agent Delegation** — matches tasks to specialized agents with surgical accuracy based on domain capabilities
15+
- **Workflow Patterns** — applies Build, Validate-then-Build, Research-and-Propose, Ship, and Content patterns
16+
- **Conditional Gates** — enforces audit-before-ship, validate-before-build, and research-before-write checkpoints
17+
- **Progress Tracking** — reports status as each agent completes, flags blockers, adapts plans when outputs change constraints
18+
- **Result Synthesis** — collects multi-agent outputs into unified summaries with deliverable links and open items
2519

2620
## Structure
2721

2822
```
2923
team-lead/
30-
├── agent.yaml
31-
├── SOUL.md
32-
├── RULES.md
24+
├── .gitignore
3325
├── LICENSE
34-
├── icon.png
35-
└── banner.png
26+
├── README.md
27+
├── RULES.md
28+
├── SOUL.md
29+
├── agent.yaml
30+
├── assets/
31+
│ ├── icon.png
32+
│ └── banner.png
33+
└── knowledge/
34+
├── agent-capabilities-index.md
35+
├── coordination-protocols.md
36+
└── delegation-patterns.md
3637
```
3738

38-
---
39-
4039
## Built with
41-
[gitagent](https://github.com/open-gitagent/gitagent) — a git-native, framework-agnostic open standard for AI agents.
40+
41+
Built for the [gitagent](https://gitagent.sh) ecosystem.

0 commit comments

Comments
 (0)