Commit graph

5 commits

Author SHA1 Message Date
5f534cbc64 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)
2026-04-01 22:09:30 -04:00
f7d3e1bd73 feat: orchestrator marks plan steps complete after LGTM 2026-04-01 17:19:38 -04:00
d3bc447563 feat: architect always writes plan file as master document, orchestrator reads from disk 2026-04-01 17:17:20 -04:00
c5a639d039 feat: allow architect to write plan files to .claude/plans/ 2026-04-01 17:15:33 -04:00
8366c09a27 refactor: rename plan agent to architect 2026-04-01 17:01:44 -04:00
Renamed from agents/plan.md (Browse further)