What problem does it solve? Long-lived project guidance (how the project is built, what it values, which constraints every change inherits) drifts out of date as code evolves, and stale steering misroutes real work. This Skill bootstraps, synchronizes, and extends steering documents so they stay accurate. ## Core Features & Use Cases - Bootstrap steering: Dispatch fresh readers to analyze product, technology, and structure, then author the first steering document set from SpecBind templates. - Synchronize after code changes: Compare existing steering against the current codebase, revise contradicted statements in place, and report drift you did not act on. - Add subject documents: Document a single durable convention (testing, API, security, deployment) with a unique kebab-case artifact identity, verified via specbind steering list and specbind steering check. - Use Case: After a major refactor, ask the agent to synchronize project steering; it reads the existing collection through the SpecBind CLI, dispatches codebase readers, updates only what the code demonstrably contradicts, and commits the verified changes per the Git adapter. ## Quick Start Ask the agent to bootstrap or synchronize this project's steering documents using the sb-steering workflow.