Team Implement — Execute the Plan
Run the IMPLEMENT phase. Three internal sub-steps:
- Test-first —
test-architectwrites failing acceptance tests - Slice execution —
implementerexecutes vertical slices with per-slice commits - Code review — 5 parallel reviewers + aggregate hard-gate retry loop
Core contracts
- Require
7-structure.md,8-plan.md, and a non-default-branch worktree. UseAskUserQuestiononly for missing standalone setup. - If
4-repos.mdexists, multi-repo work requires worktrees; refuse in-place execution. - Seed TodoWrite with
Review round 1. - Retry as
Review round <n+1> (<b> Blocking, <m> Major open). - Call the Skill tool with
review-severity-tiersbefore aggregate decisions. - Persist
### Cross-model dispositiontocross-model-notes.mdonly when it does not beginNot run:. - Full pipeline: do not end the turn; call the Skill tool with
team-prin the same turn. - Standalone: after success, suggest
/team-pr.
Procedure references
Read each reference completely when reaching that stage. Follow them in order; later stages depend on state and gates established earlier.
- Input
- Worktree Check
- Execution
- Quality Loop
- Standalone Mode Tradeoffs
Applied principles
Load and apply: principle-progress-tracking.