What problem does it solve? Project context scattered across codebases is hard to keep documented and aligned with actual code. This Skill bootstraps and maintains .kiro/steering/ markdown files as persistent project memory, detecting drift between documentation and code. ## Core Features & Use Cases - Bootstrap Mode: Analyzes README, package.json, configs, and directory structure to generate core steering files (product.md, tech.md, structure.md) capturing patterns rather than exhaustive lists. - Sync Mode: Compares existing steering files against the current codebase, detects drift in both directions, and proposes additive updates that preserve user customizations. - Granularity Principles: Loads shared rules from rules/steering-principles.md to document patterns and conventions instead of file catalogs, and excludes secrets and tooling directories. - Use Case: After adding a new /api directory to a React TypeScript project, run a sync to update structure.md, flag files not following import conventions, and get a recommendation for an api-standards.md file. ## Quick Start Ask the assistant to bootstrap or sync the .kiro/steering/ directory based on the current codebase.