What problem does it solve? Developers often start changing code without understanding which files, dependencies, and tests are affected, leading to broken imports, missed test updates, and unreviewed risks. This Skill enforces a pre-implementation analysis step that maps the full blast radius of a task before any code is modified. ## Core Features & Use Cases - Codebase Discovery: Searches the repository for files related to the task and identifies direct import/export dependencies. - Structured Output: Produces a Markdown context map with tables for files to modify, dependencies, test files, reference patterns, and a risk assessment checklist. - Use Case: Before refactoring a shared utility module, run this Skill to list every file importing it, the tests covering it, and similar patterns to follow, then review the map before writing any code. ## Quick Start Ask the AI to generate a context map for your task, for example: create a context map for adding pagination to the sprint backlog endpoint before making any changes.