Commit Graph

14 Commits

Author SHA1 Message Date
Daniil 063b460477 feat: simplify CLAUDE.md dispatch loop — orchestrator-only model, 20 agents
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-22 22:56:47 +03:00
Daniil 17dcb2162c feat: rewrite orchestrator for lead-level dispatch — delegates to 3 leads + 2 staff
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-22 22:54:38 +03:00
Daniil 7dc41260f1 feat: add hierarchy context to staff agents (DevOps, Debug Specialist)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-22 22:43:33 +03:00
Daniil 7b1167717c feat: add hierarchy context to Product team specialists
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-22 22:43:10 +03:00
Daniil 27e03cc56c feat: rename Product Strategist to Product Lead, add lead coordination + dual-mode
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-22 22:42:35 +03:00
Daniil 6430ab3eff feat: add hierarchy context to Quality team specialists
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-22 22:40:49 +03:00
Daniil 70c3ebfd19 feat: add hierarchy context to Architecture team specialists
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-22 22:40:43 +03:00
Daniil cabab19649 feat: rewrite team protocol with hierarchical dispatch, guardrails, and audit trail 2026-03-22 22:39:18 +03:00
Daniil e3f9cefc24 feat: add 4 new agents — Architecture Lead, Quality Lead, Sr. Backend Engineer, Sr. Frontend Engineer
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-22 22:37:23 +03:00
Daniil 852727d73d docs: fix missing memory path update in Task 8 of agent hierarchy plan
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-22 22:29:16 +03:00
Daniil 57e5e2451f docs: write implementation plan for agent hierarchy with review fixes
13 tasks covering: 4 new agents, team protocol rewrite, hierarchy
context for all specialists, orchestrator rewrite, CLAUDE.md
simplification, agent-pipeline rule update, and verification.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-22 12:09:22 +03:00
Daniil 844cc8137f docs: separate Architecture Lead from Backend Architect, add implementation engineers
Architecture Lead is now a pure system-level coordinator (NEW agent),
Backend Architect stays as Tier 2 specialist. Added Senior Backend
Engineer and Senior Frontend Engineer as implementation specialists.
Total agent count: 20 (16 existing + 4 new).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-22 11:02:52 +03:00
Daniil 63894f73db docs: add agent team hierarchical dispatch design spec
Design spec for restructuring the 16-agent hub-and-spoke system into a
layered hierarchy with universal dispatch. Adds Architecture Lead,
Quality Lead (new), and Product Lead tiers. Agents can call each other
directly via the Agent tool with protocol-enforced guardrails: depth-3
limit, loop prevention, cost controls, and structured audit trails.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-22 10:56:06 +03:00
Daniil e6bfe7c946 feat: upgrade agent team with browser, MCP, CLI tools, rules, and hooks
- Add Chrome browser access to 6 visual agents (18 tools each)
- Add Playwright access to 2 testing agents (22 tools each)
- Add 4 MCP servers: Postgres Pro, Redis, Lighthouse, Docker (.mcp.json)
- Add 3 new rules: testing.md, security.md, remotion-service.md
- Add Context7 library references to all domain agents
- Add CLI tool instructions per agent (curl, ffprobe, k6, semgrep, etc.)
- Update team protocol with new capabilities column
- Add orchestrator dispatch guidance for new agent capabilities
- Init git repo tracking docs + Claude config only

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-21 22:46:16 +03:00