workflow-tdd-plan
Installation
SKILL.md
Auto Mode
When --yes or -y: Skip all confirmations, use defaults, auto-verify. This skill is planning-only — it NEVER executes implementation. Output is the plan for user review.
Workflow TDD Plan
Usage
# Plan mode (default)
$workflow-tdd-plan "Build authentication system with JWT and OAuth"
$workflow-tdd-plan -y "Add rate limiting to API endpoints"
$workflow-tdd-plan --session WFS-auth "Extend with 2FA support"
# Verify mode
$workflow-tdd-plan verify --session WFS-auth
$workflow-tdd-plan verify