kiro-spec-requirements

Featured

Generate comprehensive requirements for a specification

Web & Frontend 3,050 stars 234 forks Updated 1 months ago MIT

Install

View on GitHub

Quality Score: 96/100

Stars 20%
100
Recency 20%
75
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

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 months ago
Language
TypeScript
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Featured

kiro-skill

Interactive feature development workflow from idea to implementation. Creates requirements (EARS format), design documents, and task lists. Triggers: "kiro", ".kiro/specs/", "feature spec", "需求文档", "设计文档", "实现计划".

1,427 Updated 1 months ago
feiskyer
Testing & QA Solid

specify

Create a comprehensive specification from a brief description. Manages specification workflow including directory creation, README tracking, and phase transitions.

282 Updated 2 weeks ago
rsmdt
API & Backend Solid

authoring-requirements

This skill MUST be invoked when the user says "write requirements", "define success criteria", "identify edge cases", or "functional requirements". SHOULD also invoke when user mentions "FR-", "SC-", "RFC 2119", "MUST SHOULD MAY", or "edge cases". Produces technology-agnostic requirements in FR-XXX format with measurable success criteria.

28 Updated 2 weeks ago
deepeshBodh
Testing & QA Solid

spec-creator

Turn a feature request into implementation-ready spec files for a coding agent. Use whenever the user wants to plan, scope, or write a spec for a feature about to be built — "write a spec for X", "plan feature Y", "how should we build Z", "draft an implementation plan". Produces a parent epic plus one file per independently-buildable slice. Prefer over write-spec when the audience is a coding agent, not an exec. Auto-applies the KeeForge overlay when the repo looks like KeeForge.

20 Updated 1 weeks ago
crazytan