Create requirements.md with testable acceptance criteria from a ticket or prompt
Creates requirements.md with testable acceptance criteria from tickets or prompts.
/plugin marketplace add dgomezs/claude-code/plugin install tdd-specflow@tdd-specflow-marketplace<ticket-path | prompt> [research.md]Execute requirements analysis for: $ARGUMENTS
Step 0: Parse Arguments and Determine Context
Step 1: Requirements Analysis Launch the requirements-analyzer agent:
Source: [ticket path from $ARGUMENTS OR direct prompt text] Research file: [research.md path if provided as second argument] Output directory: [Same directory as ticket file OR current working directory] Output filename: requirements.md (not spec.md) Task: Analyze requirements and create requirements.md with testable acceptance criteria. If research.md is provided, use it to inform requirements based on existing implementation patterns. If source is a direct prompt, use it as the requirements input.
Expected Output: ✅ requirements.md with acceptance criteria in the target directory
Next Steps: After requirements.md is created, you can:
/test-scenarios <directory> to generate detailed test scenarios/create-design <directory>