What problem does it solve?
This Skill helps you convert an implementation request into a structured, iterative test-driven development plan so work can be executed safely, validated repeatedly, and refined until it is ready to ship.
Core Features & Use Cases
- TDD Planning: Breaks a task into master goals, failing tests, implementation steps, refactoring, and validation.
- Iteration Control: Adds exit criteria, investigation tracking, and commit guidance for repeated execution in ralph-loop.
- Validation Workflow: Includes unit tests, build, lint, deploy, integration tests, and PR review checks when relevant.
- Use Case: A developer asks for a plan to add JWT authentication and wants a loop-friendly workflow that keeps testing, reviewing, and refining until everything passes.
Quick Start
Ask for a TDD plan for your task and include any deploy or integration test commands you want validated.