kill-mutants
Optional mutant IDs or file path to focus on (e.g., "src/auth.ts" or "1,3,5" for specific mutant IDs)
Start the ATDD workflow for a new feature. Optionally provide a feature description as an argument.
> /plugin marketplace add swingerman/disciplined-agentic-engineeringHow it fires
How this command gets triggered: by you, by Claude, or both.
/atddContext 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.
name: atdd description: Start the ATDD workflow for a new feature. Optionally provide a feature description as an argument.
Start the Acceptance Test Driven Development workflow.
Invoke the `atdd` skill to guide the full workflow:
1. Understand the feature (use the argument as starting context if provided) 2. Write Given/When/Then acceptance specs in `specs/` 3. Generate/update the test pipeline 4. Run specs (expect red) 5. Implement with TDD until both test streams pass 6. Review specs for implementation leakage
If no feature description was provided as an argument, ask the user what feature they want to build.
**User's input:** $ARGUMENTS
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
Optional mutant IDs or file path to focus on (e.g., "src/auth.ts" or "1,3,5" for specific mutant IDs)
Optional target path or flags (e.g., "src/auth/" to mutate only auth module)
Audit GWT acceptance test specs for implementation leakage. Optionally provide a specific file path.