Back to skills
SkillHub ClubShip Full StackFull StackTesting

tdd-orchestration

This skill orchestrates Test-Driven Development workflows by coordinating multiple specialized agents to enforce strict red-green-refactor discipline, generate automated tests, track coverage, and enforce quality gates for achieving over 90% test coverage.

Packaged view

This page reorganizes the original catalog entry around fit, installability, and workflow context first. The original raw source lives below.

Stars
21
Hot score
87
Updated
March 20, 2026
Overall rating
C4.2
Composite score
4.2
Best-practice grade
A92.0

Install command

npx @skill-hub/cli install greyhaven-ai-claude-code-config-tdd-orchestration

Repository

greyhaven-ai/claude-code-config

Skill path: grey-haven-plugins/core/skills/tdd-orchestration

This skill orchestrates Test-Driven Development workflows by coordinating multiple specialized agents to enforce strict red-green-refactor discipline, generate automated tests, track coverage, and enforce quality gates for achieving over 90% test coverage.

Open repository

Best for

Primary workflow: Ship Full Stack.

Technical facets: Full Stack, Testing.

Target audience: everyone.

License: Unknown.

Original source

Catalog source: SkillHub Club.

Repository owner: greyhaven-ai.

This is still a mirrored public skill entry. Review the repository before installing into production workflows.

What it helps with

  • Install tdd-orchestration into Claude Code, Codex CLI, Gemini CLI, or OpenCode workflows
  • Review https://github.com/greyhaven-ai/claude-code-config before adding tdd-orchestration to shared team environments
  • Use tdd-orchestration for development workflows

Works across

Claude CodeCodex CLIGemini CLIOpenCode

Favorites: 0.

Sub-skills: 0.

Aggregator: No.

Original source / Raw SKILL.md

---
name: grey-haven-tdd-orchestration
description: "Master TDD orchestration with multi-agent coordination, strict red-green-refactor enforcement, automated test generation, coverage tracking, and >90% coverage quality gates. Coordinates tdd-python, tdd-typescript, and test-generator agents. Use when implementing features with TDD workflow, coordinating multiple TDD agents, enforcing test-first development, or when user mentions 'TDD workflow', 'test-first', 'TDD orchestration', 'multi-agent TDD', 'test coverage', or 'red-green-refactor'."
# v2.0.43: Skills to auto-load for subagents (TDD language specialists)
skills:
  - grey-haven-tdd-typescript
  - grey-haven-tdd-python
  - grey-haven-test-generation
  - grey-haven-code-quality-analysis
# v2.0.74: Orchestrator needs full tool access for coordination
allowed-tools:
  - Read
  - Write
  - MultiEdit
  - Bash
  - Grep
  - Glob
  - Task
  - TodoWrite
---

# TDD Orchestration Skill

Master TDD orchestrator ensuring strict red-green-refactor discipline with multi-agent coordination and comprehensive metrics.

## Description

Orchestrates Test-Driven Development workflows with automated test generation, implementation coordination, coverage tracking, and quality gates.

## What's Included

- **Examples**: Multi-agent TDD workflows, feature implementation with TDD
- **Reference**: TDD best practices, red-green-refactor patterns, coverage strategies
- **Templates**: TDD workflow templates, test planning structures
- **Checklists**: TDD verification, coverage validation

## Use This Skill When

- Implementing features with strict TDD methodology
- Coordinating multiple agents in TDD workflow
- Enforcing test-first development
- Achieving >90% test coverage

## Related Agents

- `tdd-orchestrator` - Multi-agent TDD coordinator
- `tdd-typescript-implementer` - TypeScript/JavaScript TDD
- `tdd-python-implementer` - Python TDD
- `test-generator` - Automated test creation

---

**Skill Version**: 1.0
tdd-orchestration | SkillHub