What problem does it solve? Before modifying a codebase, an AI agent needs a reliable map of the repository: its public APIs, complexity hotspots, and project governance rules. This Skill provides the read-only DISCOVER protocol that gathers that context systematically instead of relying on ad-hoc exploration. ## Core Features & Use Cases - Explorer Delegation: Delegates 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 understand public API surfaces, plus complexity_hotspots to flag modules needing security review or full gates. - Governance Extraction: Locates governance files (AGENTS.md, CONTRIBUTING.md, CLAUDE.md, project-instructions.md, INSTRUCTIONS.md), extracts MUST and SHOULD rules with provenance, precedence, and conflict flags, and writes them to .swarm/context.md. - Use Case: When starting work on an unfamiliar multi-module repository, run the DISCOVER mode to produce a context.md file capturing API surfaces, risk hotspots, and binding project rules before any code changes are planned. ## Quick Start Activate DISCOVER mode to explore this repository and record its governance rules and API surfaces in .swarm/context.md.