kiro-steering-custom

Generate domain-focused steering files from templates and codebase analysis.

3.6k|274|Updated Jul 17, 2025
One-click install
npx skills add https://github.com/gotalab/cc-sdd --skill kiro-steering-custom
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kiro-steering-custom
Source: https://github.com/gotalab/cc-sdd/tree/main/tools/cc-sdd/templates/agents/claude-code-skills/skills/kiro-steering-custom
Command: npx skills add https://github.com/gotalab/cc-sdd --skill kiro-steering-custom

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about kiro-steering-custom

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create domain-specific steering documents for API standards and testing strategies?

To create domain-specific steering documents, this Skill loads project templates and analyzes your repository using targeted searches to generate concise, pattern-focused guidance files for API standards, testing strategies, and security practices.

What are steering documents and when do I need them for project memory?

Steering documents are concise, domain-focused guidance files that capture conventions, patterns, and decisions for specialized areas like database design or deployment procedures. You need them to preserve project memory and enforce consistent practices across your team.

How do I generate custom steering files from existing codebase patterns?

You generate custom steering files by applying template-based customization alongside codebase analysis. The Skill reads repository files using glob and grep to extract domain patterns, then creates validated steering files grounded in your real project artifacts.

Can I use custom templates to document security practices and deployment procedures?

Yes, you can use custom templates to document security practices and deployment procedures. The Skill loads and customizes templates from your project's steering-custom templates directory to produce focused guidance tailored to those specific domains.

What's the best way to maintain concise project documentation without including sensitive data?

The best way to maintain concise project documentation is to apply steering-principles validation, which keeps generated files pattern-focused, maintainable in size, and strictly free of sensitive data extracted during repository analysis.

Does this steering document generator work without external dependencies?

Yes, this steering document generator works without external dependencies. It relies on built-in repository file reading capabilities and your project's local template directory to analyze codebase artifacts and produce customized steering files.