What problem does it solve? AI coding sessions lose project context when chats end, forcing teams to re-explain architecture, conventions, and product intent every session. This Skill maintains a steering directory as durable, version-controlled project memory that any agent or teammate can load. ## Core Features & Use Cases - Bootstrap Mode: Analyzes README, configs, dependencies, and directory structure in parallel to generate core steering files (product.md, tech.md, structure.md) from templates. - Sync Mode: Detects drift between steering documents and the actual codebase, proposing additive updates while preserving user customizations. - Pattern-First Granularity: Documents principles and conventions rather than exhaustive file lists, so steering stays stable as code evolves. - Use Case: After adding a new /api layer to a React TypeScript app, run a steering sync to update structure.md, flag files violating import conventions, and get a recommendation for an api-standards.md document. ## Quick Start Ask the agent to bootstrap steering documents for this repository so its product, tech stack, and structure are captured as persistent project memory.