What problem does it solve?
Many projects lack focused, domain-specific steering documents that capture conventions, patterns, and decisions for specialized areas; this Skill streamlines creation of those concise steering files so teams can preserve project memory and enforce consistent practices.
Core Features & Use Cases
- Template-driven creation: Load and customize templates from the project's steering-custom templates directory to produce focused guidance quickly.
- Repository-aware analysis: Use targeted codebase searches to extract domain patterns (API conventions, testing strategies, security practices, database design, deployment processes) and ground the steering in real project artifacts.
- Principles-based validation: Apply steering-principles to keep files pattern-focused, maintainable in size, and free of sensitive data.
- Use case: Generate an API standards steering file by combining the api-standards template with findings from src/api to document endpoint naming, error formats, and authentication patterns.
Quick Start
Ask the skill to create an API standards steering file using the api-standards template and analyze the src/api directory for conventions.