What problem does it solve? Before writing or modifying code, developers need a clear picture of the repository: its structure, public API surfaces, complexity hotspots, and project governance rules. This Skill automates that discovery phase so implementation work starts from verified context instead of guesswork. ## Core Features & Use Cases - Explorer Delegation: Delegates read-only repository discovery to the swarm's explorer agent, with an optional second pass focused on hidden requirements, unstated assumptions, and scope risks. - API Surface Analysis: Runs symbols and batch_symbols tools on key files to map public interfaces, plus complexity_hotspots to flag modules needing security review or full gates. - Governance Extraction: Locates project governance files (project-instructions.md, CONTRIBUTING.md, INSTRUCTIONS.md) in priority order, extracts MUST and SHOULD rules, and writes them to .swarm/context.md under a Project Governance section. - Use Case: Before implementing a new feature in an unfamiliar monorepo, run the discover protocol to collect API surfaces, risk areas, and mandatory contribution rules into a shared context file for the whole agent swarm. ## Quick Start Ask the architect agent to run MODE: DISCOVER on this repository so it maps the codebase, API surfaces, and governance rules before any implementation begins.