create-steering-docume…
Create comprehensive steering documents for a development project based on the project type and requirements.
Create comprehensive steering documents for a development project based on the project type and requirements.
> /plugin marketplace add jasonkneen/kiro > /plugin install kiro-spec-driven@kiro-marketplace
How it fires
How this command gets triggered: by you, by Claude, or both.
/create-steering-documentsContext preview
What this command does when you run it.
Create comprehensive steering documents for a development project based on the project type and requirements.
Create comprehensive steering documents for a development project based on the project type and requirements.
Create steering documents for [project description]
You are an expert at creating project steering documents that provide contextual guidance for development work. Follow this systematic approach:
First, analyze the project requirements and determine which steering documents are needed:
**For Frontend Projects (React, Vue, Angular):**
**For Backend/API Projects (Node.js, Python, Java):**
**For Full-Stack Projects:**
**For Library/Package Projects:**
Create steering documents using these templates and guidelines:
**project-standards.md** - #[[file:.kiro/steering/project-standards.md]]
**git-workflow.md** - #[[file:.kiro/steering/git-workflow.md]]
**frontend-standards.md** - #[[file:.kiro/steering/frontend-standards.md]]
--- inclusion: fileMatch fileMatchPattern: '*.tsx|*.jsx|*.vue|*.svelte|*.ts|*.js' ---
**api-design.md** - #[[file:.kiro/steering/api-design.md]]
--- inclusion: fileMatch fileMatchPattern: '*api*|*route*|*controller*|*endpoint*' ---
**development-environment.md** - #[[file:.kiro/steering/development-environment.md]]
--- inclusion: fileMatch fileMatchPattern: 'package.json|requirements.txt|Dockerfile|docker-compose.yml|Makefile' ---
**Language/Framework Specific Adaptations:**
**Project Scale Adaptations:**
**Domain Specific Considerations:**
Include relevant external files using the `#[[file:path]]` syntax:
Before finalizing steering documents, ensure:
Use these comprehensive guides for creating steering documents:
**Creation Guide:** #[[file:.kiro/steering/steering-creation-guide.md]]
**Template Examples:**
Create a complete set of steering documents in the `.kiro/steering/` directory with: 1. Appropriate front-matter for inclusion logic 2. Project-specific content and examples 3. Clear, actionable guidelines 4. Proper file references where applicable 5. Consistent formatting and structure
The steering documents should immediately improve development consistency and provide contextual guidance for the specific project requirements.
A comprehensive guide to systematic feature development using the three-phase spec process: Requirements → Design → Tasks.
Repo: jasonkneen/kiro
Create comprehensive steering documents for a development project based on the project type and requirements.