kiro-spec-requirements
SolidGenerate comprehensive requirements for a specification
Web & Frontend 3,419 stars
254 forks Updated 1 weeks ago MIT
Install
Quality Score: 94/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Requirements Generation
<background_information>
- **Success Criteria**:
- Create complete requirements document aligned with steering context
- Follow the project's EARS patterns and constraints for all acceptance criteria
- Focus on core functionality without implementation details
- Make inclusion/exclusion boundaries explicit when scope could otherwise be misread
- Update metadata to track generation status
</background_information>
<instructions>
## Execution Steps
1. **Load Context**:
- Read `{{KIRO_DIR}}/specs/$1/spec.json` for language and metadata
- Read `{{KIRO_DIR}}/specs/$1/brief.md` if it exists (discovery context: problem, approach, scope decisions, boundary candidates)
- Read `{{KIRO_DIR}}/specs/$1/requirements.md` for project description
- Core steering context: `product.md`, `tech.md`, `structure.md`
- Additional steering files only when directly relevant to feature scope, user personas, business/domain rules, compliance/security constraints, operational constraints, or existing product boundaries
- Relevant local agent skills or playbooks only when they clearly match the feature's host environment or use case and contain domain terminology or workflow rules that shape user-observable requirements
2. **Read Guidelines**:
- Read `rules/ears-format.md` from this skill's directory for EARS syntax rules
- Read `rules/requirements-review-gate.md` from this skill's directory for pre-write review criteria
- Read `{{KIRO_DIR...
Details
- Author
- gotalab
- Repository
- gotalab/cc-sdd
- Created
- 10 months ago
- Last Updated
- 1 weeks ago
- Language
- TypeScript
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
Web & Frontend Solid
kiro-spec-design
Create comprehensive technical design for a specification
3,419 Updated 1 weeks ago
gotalab Testing & QA Solid
kiro-spec-tasks
Generate implementation tasks for a specification
3,419 Updated 1 weeks ago
gotalab Testing & QA Solid
kiro-spec-status
Show specification status and progress
3,419 Updated 1 weeks ago
gotalab AI & Automation Solid
kiro-spec-init
Initialize a new specification with detailed project description
3,419 Updated 1 weeks ago
gotalab Testing & QA Solid
kiro-spec-batch
Create complete specs (requirements, design, tasks) for all features in roadmap.md using parallel sub-agent dispatch by dependency wave.
3,419 Updated 1 weeks ago
gotalab