| name | req-create |
| description | Create structured requirement documents from user ideas. Use when capturing new features, tasks, or user stories |
Create Requirement
Create well-structured requirement documents from user ideas.
Core Workflow
- Capture - Get user's description
- Clarify - Ask questions if needed
- Structure - Format into template
- Index - Add to
requirement/INDEX.md
- Store - Save to
requirement/in-progress/
Template
# [REQ-XXX] Title
## Summary
[One sentence]
## User Story
As a [user], I want [goal], so that [benefit].
## Acceptance Criteria
- [ ] Criterion 1
- [ ] Criterion 2
## Priority
[P0: Critical | P1: High | P2: Medium | P3: Low]
## Effort
[S/M/L/XL]
Tips
- Keep requirements atomic (one feature each)
- Make criteria testable
- Link to related designs
Overview
Use this skill for the capability described in this document.
When to Use
Use this skill when the request matches the capability, constraints, and activation cues described below.
Examples
Use the examples and snippets already present in this document whenever they apply to the task.
Best Practices
Follow the constraints, conventions, and cautions documented below, and prefer the documented path over improvisation.
References
Use any linked scripts, assets, reference files, and companion resources mentioned in this document.