What problem does it solve? Before planning or implementing work, teams often lack a clear picture of what already exists in a repository. This Skill performs a read-only inventory of project files and key documents, surfacing gaps, duplicates, and blockers so decisions are grounded in actual artifacts rather than assumptions. ## Core Features & Use Cases - File Inventory: Enumerates project files using ripgrep and standard shell tools to build a complete picture of the codebase. - Document Review: Reads key documents such as strategy, brand, ops, and AI configuration files to understand current state. - Gap and Blocker Analysis: Identifies missing pieces, duplicated content, and blockers, optionally producing a short RFC or recommendations in docs/research/. - Use Case: Before decomposing a new feature into tasks, run this Skill to confirm which components already exist, which documents govern the area, and what is missing. ## Quick Start Ask the agent to explore and analyze the current project structure and report what already exists, including gaps and blockers.