What problem does it solve?
This Skill produces focused, project-specific steering documents when core steering files are insufficient, turning implicit patterns and team preferences into concise, reusable project memory.
Core Features & Use Cases
- Template-driven creation: Loads and customizes templates from .kiro/settings/templates/steering-custom/ to jumpstart domain-specific guidance.
- Repository-aware analysis: Uses targeted glob/grep reads to extract patterns from code, tests, and configuration to ground recommendations in the codebase.
- Guided output: Generates maintainable 100-200 line steering files in .kiro/steering/ and follows steering-principles.md to avoid sensitive data and agent-specific tooling.
- Use Case: Create API standards, testing strategy, or security steering tuned to an existing repository's conventions.
Quick Start
Create an API standards steering file named api-standards by loading the api-standards template, scanning the src/api/ directory for naming and error-handling patterns, and writing the results to .kiro/steering/api-standards.md.