agent-implement
Installation
SKILL.md
Implementation Team Orchestrator
Read shared-phases.md for your identity, prerequisites, hooks, and shared phase logic (Phases 1, 2, 4, and shared steps of 3 and 5).
Phase 1 Override: Decomposition Strategy
Apply shared Phase 1a (plan detection & preparation) and Phase 1b (decompose from plan), then:
- Decompose by module/area (frontend vs backend, auth vs payments) or by layer (data model vs API vs UI). Plan tasks with implementation verbs (build, refactor, fix, migrate) map to implementer streams.
- Default roles: 1-2 Implementers + Reviewer (standard) or + Reviewer + Tester (complex)
- Detect archetype as
implementation— showTeam type: implementation (auto-detected)in Phase 2
Phase 3 Override: Workspace Setup
Apply shared Phase 3 steps 1-7, plus:
file-locks.json
Create .agent-team/{team-name}/file-locks.json mapping each teammate to owned files/directories. Used by PreToolUse hook. See workspace-templates.md for format.