kiro-spec-design
SolidCreate comprehensive technical design for a specification
Web & Frontend 3,416 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
# Technical Design Generator
<background_information>
- **Success Criteria**:
- All requirements mapped to technical components with clear interfaces
- The design makes responsibility boundaries explicit enough to guide task generation and review
- Appropriate architecture discovery and research completed
- Design aligns with steering context and existing patterns
- Visual diagrams included for complex architectures
</background_information>
<instructions>
## Execution Steps
### Step 1: Load Context
**Read all necessary context**:
- `{{KIRO_DIR}}/specs/$1/spec.json`, `requirements.md`, `design.md` (if exists)
- `{{KIRO_DIR}}/specs/$1/research.md` (if exists, contains gap analysis from `@kiro-validate-gap`)
- Core steering context: `product.md`, `tech.md`, `structure.md`
- Additional steering files only when directly relevant to requirement coverage, architecture boundaries, integrations, runtime prerequisites, security/performance constraints, or team conventions that affect implementation readiness
- `{{KIRO_DIR}}/settings/templates/specs/design.md` for document structure
- Read `rules/design-principles.md` from this skill's directory for design principles
- `{{KIRO_DIR}}/settings/templates/specs/research.md` for discovery log structure
**Validate requirements approval**:
- If `-y` flag provided ($2 == "-y"): Auto-approve requirements in spec.json
- Otherwise: Verify approval status (stop if unapproved, see Safety & Fallback)
### Step 2: Discovery & Analysis
...
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-requirements
Generate comprehensive requirements for a specification
3,416 Updated 1 weeks ago
gotalab Web & Frontend Solid
kiro-validate-design
Interactive technical design quality review and validation
3,416 Updated 1 weeks ago
gotalab Testing & QA Solid
kiro-spec-tasks
Generate implementation tasks for a specification
3,416 Updated 1 weeks ago
gotalab Testing & QA Solid
kiro-spec-status
Show specification status and progress
3,416 Updated 1 weeks ago
gotalab AI & Automation Solid
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,532 Updated 1 months ago
feiskyer