Requirements Commands¶
Commands for gathering, formalizing, and testing requirements.
/gather-requirements¶
Interactive Q&A session to capture complete requirements.
Usage:
Output: docs/requirements/draft/[topic].md
/formalize-ears¶
Convert draft requirements into EARS notation.
Usage:
Output: Individual requirement files (REQ-001.md, REQ-002.md, etc.)
/generate-bdd¶
Generate BDD/Gherkin scenarios from requirements.
Usage:
Output: docs/bdd/BDD-XXX.feature
For complete command documentation, see the Command Usage Guide.