tdd-guide

Identify the next highest-impact work by analyzing project design documents and vision.

4|1|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/CurtisThe/three-pillars-plugin --skill tdd-guide-curtisthe
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tdd-guide
Source: https://github.com/CurtisThe/three-pillars-plugin/tree/main/skills/tdd-guide
Command: npx skills add https://github.com/CurtisThe/three-pillars-plugin --skill tdd-guide-curtisthe

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Read project docs to determine the highest-impact next work and surface alignment with the roadmap, known issues, and in-flight designs so teams can prioritize effectively.

Core Features & Use Cases

  • Read project docs including docs/vision.md to understand the project's purpose.
  • Scan active designs in docs/tdd-designs and completed designs in docs/completed-tdd-designs to assess progress and blockers.
  • Generate a concise recommendation with rationale and optional alternatives tailored to the intent provided.

Quick Start

State your intent and I will propose the next best TDD move.

Frequently Asked Questions about tdd-guide

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

FAQPage Schema
How do I prioritize the next best TDD move for my project?

To prioritize your next TDD move, this tool reads project documentation and design artifacts to score work candidates by vision alignment and criticality, outputting a recommendation with an exact command.

What is the best way to analyze design artifacts for TDD workflow blockers?

Analyzing design artifacts for TDD workflows involves scanning active designs under docs/tdd-designs/ and completed designs under docs/completed-tdd-designs/ to assess progress, surface blockers, and determine alignment with the project roadmap.

How does project documentation scanning work for TDD roadmap alignment?

Project documentation scanning for TDD roadmap alignment works by reading docs/vision.md to understand the project purpose, then cross-referencing it with design artifacts to surface the highest-impact next work and known issues.

Do I need specific project docs structure to get TDD design recommendations?

Yes, you need a specific project docs structure to get TDD design recommendations, specifically a docs/vision.md file and directories for active designs and completed designs to analyze progress and blockers effectively.

Can I use intent context to guide TDD project prioritization?

Yes, you can use intent context to guide TDD project prioritization. The Skill respects the intent provided when scoring candidates, generating a tailored recommendation with optional alternatives and the exact command to run.

What are the limitations of automated TDD design review?

A limitation of automated TDD design review is that it relies entirely on the presence and accuracy of your project documentation, design artifacts, and intent context to generate a recommendation, without executing or validating the actual code.