What problem does it solve?
team-dev reduces the time-to-merge for implementation work by running independent tasks in parallel while enforcing spec compliance and code quality through explicit review gates.
Core Features & Use Cases
- Parallel implementation with split panes: Spawns implementer teammates that work concurrently on separate plan tasks.
- Two-stage quality gates per task: Enforces spec compliance review followed by code quality review before a task is considered complete.
- Staggered orchestration to keep throughput high: Dispatches reviews as soon as each implementer finishes, rather than waiting for the whole team to end.
- Reuse or fresh spawns based on task relatedness: Reuses teammates for related work to preserve context, and respawns clean teammates when tasks are in different areas.
Quick Start
Run your spec-driven workflow up to the implementation plan step, then invoke the team-dev workflow to execute the plan’s independent tasks in parallel with spec and quality review gates.