원클릭으로
kiro-steering-custom
Create custom steering documents for specialized project contexts. Use when creating domain-specific steering files.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Create custom steering documents for specialized project contexts. Use when creating domain-specific steering files.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Investigate implementation failures using root-cause-first debugging. Use when an implementer is blocked, verification fails, or repeated remediation does not converge.
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 native subagent dispatch. Runs all pending tasks autonomously or selected tasks manually.
Review a task implementation against approved specs, task boundaries, and verification evidence. Use after an implementer finishes a task, after remediation, or before accepting a task as complete.
Create complete specs (requirements, design, tasks) for all features in roadmap.md using parallel subagent dispatch by dependency wave.
Generate comprehensive technical design translating requirements (WHAT) into architecture (HOW) with discovery process. Use when creating architecture from requirements.
| name | kiro-steering-custom |
| description | Create custom steering documents for specialized project contexts. Use when creating domain-specific steering files. |
| allowed-tools | Read, Write, Edit, Glob, Grep, Bash |
| metadata | {"shared-rules":"steering-principles.md"} |
You are a specialized skill for creating custom steering documents beyond core files (product, tech, structure).
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:
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