kiro-steering

Detect drift between steering documents and codebase, then apply updates.

8|Updated Dec 27, 2025
One-click install
npx skills add https://github.com/gaebalai/k-sdd --skill kiro-steering-gaebalai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kiro-steering
Source: https://github.com/gaebalai/k-sdd/tree/main/tools/k-sdd/templates/agents/claude-code-skills/skills/kiro-steering
Command: npx skills add https://github.com/gaebalai/k-sdd --skill kiro-steering-gaebalai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps maintain the consistency between the codebase and steering documents, ensuring that both are up-to-date and aligned.

Core Features & Use Cases

  • Bootstrap: Initialize steering documents from the codebase.
  • Sync: Keep steering documents updated with codebase changes.
  • Preserve: Protect user customizations in steering documents.

Quick Start

Use the kiro-steering skill to synchronize steering documents after a code update.

Frequently Asked Questions about kiro-steering

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

FAQPage Schema
How do I keep steering documents in sync with the codebase?

To keep steering documents in sync with the codebase, you can use this skill to detect drifts and apply updates. It analyzes files and compares them to ensure documentation integrity across development iterations.

What is steering document drift detection?

Steering document drift detection is the process of identifying inconsistencies between project documentation and the actual codebase. This skill performs file analysis and comparison to locate drifts and apply necessary updates.

Can I initialize steering documents from an existing project?

Yes, you can initialize steering documents from an existing project. The bootstrap feature generates initial steering files by directly analyzing your current codebase structure and content.

Will synchronizing steering documents overwrite my customizations?

Synchronizing steering documents will not overwrite your customizations. The preserve feature explicitly protects your user customizations in steering documents while applying codebase alignment updates.

Do I need file analysis tools to detect project documentation drift?

Yes, you need file analysis and comparison tools to detect project documentation drift. The skill requires these tools to perform codebase alignment and maintain steering document integrity.

When should I run codebase alignment for project documentation?

You should run codebase alignment for project documentation after a code update. Running the synchronization process at this point ensures your steering documents accurately reflect the latest development iterations.