What problem does it solve? Projects often have domain-specific conventions (API standards, testing, security) that core steering files do not cover, leaving AI assistants without guidance on specialized patterns. ## Core Features & Use Cases - Template-Based Generation: Loads templates from .kiro/settings/templates/steering-custom/ for domains like API standards, testing, security, database, and deployment. - Codebase Pattern Analysis: Uses Glob, Grep, and Read to extract real project patterns instead of generic boilerplate. - Granularity Guardrails: Applies steering principles from rules/steering-principles.md to keep files at 100-200 lines focused on patterns, not exhaustive lists. - Use Case: Ask for API standards steering and get .kiro/steering/api-standards.md documenting your project's REST conventions, error format, and authentication approach. ## Quick Start Create a custom steering document for our API standards based on the patterns in the src/api directory.