kiro-steering-custom
Create custom steering documents for specialized project contexts
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Create custom steering documents for specialized project contexts
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Solana blockchain domain knowledge for the AI agent — covers accounts, transactions, tokens, NFTs, DeFi, and DevNet operations
Entry point for new work. Determines the best action path or work decomposition (update existing spec, create new spec, mixed decomposition, or no spec needed) and refines ideas through structured dialogue.
Implement approved tasks using TDD with subagent dispatch. Runs all pending tasks autonomously or selected tasks manually.
Create complete specs (requirements, design, tasks) for all features in roadmap.md using parallel sub-agent dispatch by dependency wave.
Create comprehensive technical design for a specification
Initialize a new specification with detailed project description
| name | kiro-steering-custom |
| description | Create custom steering documents for specialized project contexts |
| metadata | {"shared-rules":"steering-principles.md"} |
<background_information> Role: Create specialized steering documents beyond core files (product, tech, structure).
Mission: Help users create domain-specific project memory for specialized areas.
Success Criteria:
If steering context is already available from conversation, skip redundant file reads. Otherwise:
.kiro/settings/templates/steering-custom/ for available templatesrules/steering-principles.md from this skill's directory for steering principlesAsk user for custom steering needs:
Check if template exists:
.kiro/settings/templates/steering-custom/{name}.md if availableAnalyze codebase (JIT) for relevant patterns:
The following research areas are independent and can be executed in parallel:
If multi-agent is enabled, spawn sub-agents for each area above. Otherwise execute sequentially.
After all parallel research completes, synthesize findings for steering document.
Generate custom steering:
rules/steering-principles.md from this skill's directoryCreate file in .kiro/steering/{name}.md
Templates available in .kiro/settings/templates/steering-custom/:
Load template when needed, customize for project.
From rules/steering-principles.md (in this skill's directory):
ls: Understand relevant structureJIT Strategy: Load template only when creating that type of steering.
Chat summary with file location (file created directly).
✅ Custom Steering Created
## Created:
- .kiro/steering/api-standards.md
## Based On:
- Template: api-standards.md
- Analyzed: src/api/ directory patterns
- Extracted: REST conventions, error format
## Content:
- Endpoint naming patterns
- Request/response format
- Error handling conventions
- Authentication approach
Review and customize as needed.
Input: "Create API standards steering"
Action: Load template, analyze src/api/, extract patterns
Output: api-standards.md with project-specific REST conventions
Input: "Document our testing approach"
Action: Load template, analyze test files, extract patterns
Output: testing.md with test organization and mocking strategies
.cursor/, .gemini/, .claude/).kiro/specs/ and .kiro/steering/ are acceptable; avoid other .kiro/ directories