← ClaudeAtlas

kiro-steering-customlisted

Create custom steering documents for specialized project contexts
Huruikagi/specbind · ★ 3 · Data & Documents · score 72
Install: claude install-skill Huruikagi/specbind
# Kiro Custom Steering Creation <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**: - Custom steering captures specialized patterns - Follows same granularity principles as core steering - Provides clear value for specific domain </background_information> <instructions> ### Step 1: Gather Context If steering context is already available from conversation, skip redundant file reads. Otherwise: - Check `{{KIRO_DIR}}/settings/templates/steering-custom/` for available templates - Read `rules/steering-principles.md` from this skill's directory for steering principles ## Workflow 1. **Ask user** for custom steering needs: - Domain/topic (e.g., "API standards", "testing approach") - Specific requirements or patterns to document 2. **Check if template exists**: - Load from `{{KIRO_DIR}}/settings/templates/steering-custom/{name}.md` if available - Use as starting point, customize based on project 3. **Analyze codebase** (JIT) for relevant patterns: #### Parallel Research The following research areas are independent and can be executed in parallel: 1. **Template & principles**: Load matching template and steering-principles.md 2. **Domain patterns**: Analyze codebase for domain-specific patterns using Glob/Grep/Read If multi-agent is enabled, spawn sub-agents for each area above. Otherwise e