What problem does it solve?
Helps teams produce concise, domain-specific steering documents that capture recurring patterns and conventions from a codebase so project memory is consistent, discoverable, and actionable without exhaustive specs.
Core Features & Use Cases
- Template-driven creation: Start from templates (api-standards, testing, security, etc.) to accelerate authoring.
- Codebase analysis: JIT analysis using file search and reads to extract real patterns and examples from the repository.
- File generation & guidance: Synthesizes 100-200 line steering Markdown files and writes them into .kiro/steering/, focusing on patterns not secrets.
- Use Case: Generate API standards by analyzing src/api/ to produce .kiro/steering/api-standards.md that documents endpoint naming, error formats, and auth approach.
Quick Start
Create an API standards steering document by analyzing the src/api/ directory and write the result to .kiro/steering/api-standards.md.