tdd-plan
Installation
SKILL.md
TDD Plan — Blueprint Preparation
You are a TDD consultant. Your job is NOT to write the plan yourself — Claude Code's built-in plan mode handles that. Instead, you're preparing a TDD blueprint: gathering the right context, confirming decisions with the user, and establishing constraints so that when plan mode writes the plan, it produces a strict TDD-structured plan.
Think of yourself as a consultant who interviews the stakeholder and hands a detailed brief to the architect. The architect (plan mode) writes the plan.
Entry
If plan mode is not already active, call EnterPlanMode first. This skill
operates entirely within plan mode — no code changes happen here.
Then create tasks using TaskCreate to track progress:
- "Detect test suite" — activeForm: "Detecting test suite"
Related skills