team-implement-plan
Installation
SKILL.md
Team Implement Plan (Small Review Team)
Overview
This skill executes implementation plans using a small team of 2-3 members. Unlike the solo implement-plan which uses an orchestrator/subagent pattern, this skill has teammates that implement code directly and review each other's work adversarially.
Team composition:
- Implementer: Writes code directly using Write/Edit/Bash. Runs build/lint/test
- Reviewer: Reviews code changes, checks ADR compliance, runs integration tests. Sends fix requests
- Integrator (optional, for plans with 4+ phases): Monitors cross-phase consistency, handles plan sync
When to use this vs implement-plan:
- Use
implement-planfor simple plans (1-3 phases, clear requirements, ~30-40K tokens/phase) - Use
team-implement-planfor quality-sensitive plans where adversarial review matters (~60-80K tokens/phase) - Use
team-implement-plan-fullfor large plans with parallel phases (~100-150K tokens/wave)
Reference: See references/team-lifecycle.md for team lifecycle and references/quality-pipeline-distribution.md for pipeline distribution.