atdd-team
Installation
SKILL.md
Team-Based ATDD Workflow
Orchestrate an agent team that follows the Acceptance Test Driven Development workflow. The team lead coordinates specialist agents through five phases: spec writing, spec review, pipeline generation, implementation, and post-implementation review.
Team Detection
Before creating a team, check for existing teams:
- Read
~/.claude/teams/to list active teams - If a team exists, present the user with a choice:
- Extend — Add ATDD roles (spec-writer, implementer, reviewer) to the existing team. Skip roles that already exist by name.
- Replace — Shut down the existing team and create a fresh ATDD team.
- New team — Create a separate ATDD team alongside the existing one.
If no team exists, proceed directly to team creation.
Related skills