/atdd
Start the ATDD workflow for a new feature. Optionally provide a feature description as an argument.
$ npx -y skills add swingerman/disciplined-agentic-engineering --agent claude-codeShips with atdd. Installing the plugin gets this command.
How it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/atdd
Context preview
What this command does when you run it.
Start the ATDD workflow for a new feature. Optionally provide a feature description as an argument.
A methodology kit for engineering-led AI development โ spec-driven, test-driven, charter-bound. ATDD + mutation testing + deterministic guardrails. AI agents do the typing. Engineers stay in charge of architecture, behavior contracts, and verification.
Repo: swingerman/disciplined-agentic-engineering
Other commands on atdd.
- /kill-mutants
Optional mutant IDs or file path to focus on (e.g., "src/auth.ts" or "1,3,5" for specific mutant IDs)
Open command - /mutate
Optional target path or flags (e.g., "src/auth/" to mutate only auth module)
Open command - /spec-check
Audit GWT acceptance test specs for implementation leakage. Optionally provide a specific file path.
Open command

