Help us improve
Share bugs, ideas, or general feedback.
From bmad
Generates failing acceptance tests using the TDD cycle for ATDD. Useful when users say 'lets write acceptance tests' or 'I want to do ATDD'.
npx claudepluginhub urso/claudev --plugin bmadHow this skill is triggered — by the user, by Claude, or both
Slash command
/bmad:bmad-testarch-atddThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Follow the instructions in [workflow.md](workflow.md).
atdd-checklist-template.mdchecklist.mdinstructions.mdsteps-c/step-01-preflight-and-context.mdsteps-c/step-01b-resume.mdsteps-c/step-02-generation-mode.mdsteps-c/step-03-test-strategy.mdsteps-c/step-04-generate-tests.mdsteps-c/step-04a-subagent-api-failing.mdsteps-c/step-04b-subagent-e2e-failing.mdsteps-c/step-04c-aggregate.mdsteps-c/step-05-validate-and-complete.mdsteps-e/step-01-assess.mdsteps-e/step-02-apply-edit.mdsteps-v/step-01-validate.mdOrchestrates RED/GREEN/REFACTOR TDD cycles using context-isolated Task sub-agents. Use for test-first feature implementation with structured BDD outer loop support.
Enforces test-driven development for features, bug fixes, and refactoring. Requires failing tests before any production code, with guidance on test types and spec-to-test mapping.
Share bugs, ideas, or general feedback.
Follow the instructions in workflow.md.