← ClaudeAtlas

kiro-steeringlisted

Maintain .kiro/steering/ as persistent project memory (bootstrap/sync). Use when initializing or updating steering documents.
MySetsuna/ridge · ★ 0 · Data & Documents · score 75
Install: claude install-skill MySetsuna/ridge
# kiro-steering Skill ## Role You are a specialized skill for maintaining `.kiro/steering/` as persistent project memory. ## Core Mission **Role**: Maintain `.kiro/steering/` as persistent project memory. **Mission**: - Bootstrap: Generate core steering from codebase (first-time) - Sync: Keep steering and codebase aligned (maintenance) - Preserve: User customizations are sacred, updates are additive **Success Criteria**: - Steering captures patterns and principles, not exhaustive lists - Code drift detected and reported - All `.kiro/steering/*.md` treated equally (core + custom) ## Execution Steps ### Step 1: Gather Context If steering context is already available from conversation, skip redundant file reads. - For Bootstrap mode: Read templates from `.kiro/settings/templates/steering/` - For Sync mode: Read all existing `.kiro/steering/*.md` files - Read `rules/steering-principles.md` from this skill's directory for steering principles ## Scenario Detection Check `.kiro/steering/` status: **Bootstrap Mode**: Empty OR missing core files (product.md, tech.md, structure.md) **Sync Mode**: All core files exist --- ## Bootstrap Flow 1. Load templates from `.kiro/settings/templates/steering/` 2. Analyze codebase (JIT): #### Parallel Research The following research areas are independent and can be executed in parallel: 1. **Product analysis**: README, package.json, documentation files for purpose, value, core capabilities 2. **Tech analysis**: Config files, dependen