What problem does it solve?
Create a clear, reviewable map of all files, dependencies, tests, and reference patterns related to a planned code change to avoid blind edits and reduce regressions.
Core Features & Use Cases
- File discovery: Locate files that must be modified for a task.
- Dependency identification: Surface direct imports/exports and relationships that may require updates.
- Test and pattern detection: Find related tests and similar code patterns to follow or update.
- Risk assessment: Summarize potential breaking changes, migration needs, and configuration impacts before implementation.
- Use Case: Before refactoring a module, generate a context map to identify all callers, tests, and example implementations to inform a safe update plan.
Quick Start
Generate a context map that lists files to modify, their purpose, direct dependencies, related tests, reference patterns to follow, and a concise risk assessment for the described task.