TDD Orchestrator is a specialized skill designed to automate and enforce the discipline of Test-Driven Development (TDD) within AI coding environments. It guides the development process through three distinct, controlled phases: writing failing tests (Red), implementing the minimal code required to pass (Green), and optimizing the codebase (Refactor). By managing token budgets and coordinating multi-agent workflows, it ensures developers adhere to industry best practices such as the test pyramid, executable specifications, and both London and Chicago TDD styles, resulting in robust, self-documenting, and highly maintainable software.
Características Principales
01Enforcement of minimal implementation principles to reduce technical debt
02Strict token budget enforcement for concise and accurate AI responses
03Multi-agent workflow coordination for complex engineering tasks
04Support for both Chicago (Classic) and London (Mockist) TDD styles
05Automated Red-Green-Refactor cycle management
0623 GitHub stars