← ClaudeAtlas

execute-tdd-taskslisted

Execute TDD task pairs autonomously with RED-GREEN-REFACTOR verification. Orchestrates wave-based execution with strategic parallelism, routing TDD tasks to tdd-executor agents and non-TDD tasks to standard task-executor. Use when user says "execute tdd tasks", "run tdd tasks", "start tdd execution", or wants to execute TDD-paired tasks from create-tdd-tasks.
sequenzia/agent-alchemy · ★ 39 · Testing & QA · score 84
Install: claude install-skill sequenzia/agent-alchemy
# Execute TDD Tasks Skill This skill orchestrates autonomous execution of TDD task pairs generated by `/create-tdd-tasks`. It is the TDD counterpart to the standard `execute-tasks` skill, reusing its session management, wave infrastructure, and execution context sharing while adding TDD-specific agent routing, RED-GREEN-REFACTOR verification, and per-task compliance reporting. The key difference from standard `execute-tasks`: this skill routes TDD tasks to the `tdd-executor` agent (from `tdd-tools`) which runs a 6-phase TDD workflow, while routing non-TDD tasks to the standard `task-executor` agent. It verifies TDD compliance (RED verified, GREEN verified, refactored) per task pair and reports aggregate results. **CRITICAL: Complete ALL 9 steps.** The workflow is not complete until Step 9: Update CLAUDE.md is evaluated. After completing each step, immediately proceed to the next step without waiting for user prompts (except Step 4 which requires user confirmation). ## Plugin Context This skill is part of the `tdd-tools` plugin and uses agents from the same plugin: - **tdd-executor** agent (Opus) -- 6-phase TDD workflow per task - **test-writer** agent (Sonnet) -- parallel test generation (used by tdd-executor internally) For non-TDD tasks, this skill routes to the `task-executor` agent from `sdd-tools` (soft cross-plugin dependency). Since TDD tasks are always generated from SDD tasks via `/create-tasks`, the `sdd-tools` plugin is expected to be installed when this skil