tdd-orchestrate

Coordinate and delegate the full TDD cycle from INIT to COMMIT.

8|2|Updated Oct 28, 2025
One-click install
npx skills add https://github.com/morodomi/tdd-skills --skill tdd-orchestrate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tdd-orchestrate
Source: https://github.com/morodomi/tdd-skills/tree/main/plugins/tdd-core/skills/tdd-orchestrate
Command: npx skills add https://github.com/morodomi/tdd-skills --skill tdd-orchestrate

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill coordinates and delegates the full TDD cycle (INIT to COMMIT) as PdM, enabling autonomous phase ownership.

Core Features & Use Cases

  • PdM-level orchestration of INIT, PLAN, RED, GREEN, REFACTOR, REVIEW, COMMIT
  • Delegation to specialized teammates/subagents
  • Autonomous decision making to PASS/WARN/BLOCK
  • Support for Agent Teams mode vs Subagent Chain mode
  • Context management and progress tracking

Quick Start

Invoke the tdd-orchestrate skill to manage the full TDD cycle for a project. If CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1, the system will spawn teammates and run through all phases automatically; otherwise it will run in the subagent chain.

Frequently Asked Questions about tdd-orchestrate

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I orchestrate the entire TDD cycle across multiple phases?

You can orchestrate the TDD cycle by invoking the skill to coordinate phases from INIT to COMMIT, delegating tasks to specialized subagents while enforcing context management and automated progression across the workflow.

What is the difference between Agent Teams mode and Subagent Chain mode for TDD?

Agent Teams mode automatically spawns teammates to run through all TDD phases when enabled via CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1, while Subagent Chain mode executes the cycle sequentially without spawning autonomous agents.

How do I delegate TDD tasks to specialized roles like architect and reviewer?

TDD task delegation assigns role-based responsibilities to architect, red/green workers, refactorers, and reviewers, handling retries and escalation while enforcing autonomous PASS/WARN/BLOCK decision making throughout the cycle.

Can I automate test-driven development progression and context management?

Yes, TDD progression is automated through PASS/WARN/BLOCK decision states, enforcing context management and progress tracking while autonomously advancing through planning, implementation, and finalization tasks.

Does TDD orchestration work for multi-team setups and single projects?

TDD orchestration supports both single-project workflows and multi-team setups, coordinating the full cycle across varying scales with role-based delegation and automated progression handling.