review-tdd-plan

Review TDD runbooks for anti-patterns and fix RED-GREEN sequencing.

Updated Jan 19, 2026
One-click install
npx skills add https://github.com/ddaanet/agent-core --skill review-tdd-plan
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: review-tdd-plan
Source: https://github.com/ddaanet/agent-core/tree/main/skills/review-tdd-plan
Command: npx skills add https://github.com/ddaanet/agent-core --skill review-tdd-plan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the critical task of reviewing TDD runbooks generated by /plan-tdd, detecting anti-patterns, and applying fixes to ensure RED/GREEN discipline, auditability, and escalation readiness.

Core Features & Use Cases

  • Automated review & fix: Inspects RED/GREEN sequencing, checks for minimal viable implementations, and eliminates prescriptive code in GREEN phases.
  • Audit trail & escalation: Generates a structured audit report and escalates unfixable issues for caller attention.
  • Use Case: After generating a runbook with /plan-tdd Phase 3, run this Skill to ensure compliance and produce a clean, ready-to-validate runbook.

Quick Start

Invoke the review on a phase file, e.g., "plans/feature/reviews/phase-3-review.md" and examine the resulting fixes and report.

Frequently Asked Questions about review-tdd-plan

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

FAQPage Schema
How do I review a TDD runbook for RED to GREEN sequencing anti-patterns?▼

To review a TDD runbook, this Skill inspects RED and GREEN phase sequencing to detect anti-patterns, validate minimal implementations, and eliminate prescriptive code, producing a corrected runbook and a structured audit report.

What is the best way to audit TDD runbooks generated by plan-tdd?▼

The best way to audit TDD runbooks generated by plan-tdd is to invoke this Skill on the phase file, which automatically applies fixes to ensure RED/GREEN discipline and generates an auditable fix report with escalation details.

How do I fix prescriptive code in TDD GREEN phases?▼

To fix prescriptive code in TDD GREEN phases, this Skill automatically inspects the runbook for minimal viable implementations, eliminates prescriptive code, and escalates unfixable issues for caller attention.

Can I generate an audit trail for TDD runbook fixes and escalations?▼

Yes, you can generate an audit trail for TDD runbook fixes because this Skill outputs a structured review report that documents applied corrections and escalates unfixable issues to the caller.

What are common limitations when repairing TDD runbooks end-to-end?▼

A limitation when repairing TDD runbooks end-to-end is that unfixable anti-patterns cannot be automatically resolved and must be escalated for caller attention, requiring manual intervention.