mirror of
https://github.com/itme-brain/agent-team.git
synced 2026-05-08 12:40:13 -04:00
refactor: compress 14-agent team to 7 with wave-based parallelism
- Merge grunt + worker + senior-worker → worker (model scaled by orchestrator) - Merge code-reviewer + karen → reviewer (quality + claim verification) - Merge security-auditor + verification → auditor (security + runtime, background) - Architect absorbs requirements-analyst + decomposer (two-phase: triage then plan) - Rename docs-writer → documenter - Remove review-coordinator (logic absorbed into orchestrate skill) - Orchestrate skill: wave-based dispatch, parallelism as hard protocol requirement with explicit cost rationale (~10% token cost for shared cached context)
This commit is contained in:
parent
7274e79e00
commit
5f534cbc64
16 changed files with 398 additions and 835 deletions
14
README.md
14
README.md
|
|
@ -20,15 +20,13 @@ The script symlinks `agents/`, `skills/`, `CLAUDE.md`, and `settings.json` into
|
|||
|
||||
| Agent | Model | Role |
|
||||
|---|---|---|
|
||||
| `grunt` | haiku | Trivial tasks — typos, renames, one-liners. No planning or review. |
|
||||
| `worker` | sonnet | Default implementer for well-defined tasks. |
|
||||
| `senior-worker` | opus | Escalation for architectural complexity or worker failures. |
|
||||
| `worker` | sonnet (haiku/opus by orchestrator) | Universal implementer. Model scaled to task complexity. |
|
||||
| `debugger` | sonnet | Diagnoses and fixes bugs with minimal targeted changes. |
|
||||
| `docs-writer` | sonnet | Writes and updates docs. Never modifies source code. |
|
||||
| `architect` | opus | Research-first planning. Produces implementation plans for workers. Read-only. |
|
||||
| `code-reviewer` | sonnet | Reviews diffs for quality, correctness, and coverage. Read-only. |
|
||||
| `security-auditor` | opus | Audits security-sensitive changes for vulnerabilities. Read-only. |
|
||||
| `karen` | opus | Independent fact-checker. Verifies worker output against source and web. Read-only, runs in background. |
|
||||
| `documenter` | sonnet | Writes and updates docs. Never modifies source code. |
|
||||
| `architect` | opus | Triage, research coordination, architecture design, wave decomposition. Read-only. |
|
||||
| `researcher` | sonnet | Parallel fact-finding. One instance per research question. Read-only. |
|
||||
| `reviewer` | sonnet | Code quality review + AC verification + claim checking. Read-only. |
|
||||
| `auditor` | sonnet | Security analysis + runtime validation. Read-only, runs in background. |
|
||||
|
||||
## Skills
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue