What problem does it solve?
This Skill generates a structured file impact map that identifies which files will be affected by a proposed change, uncovers dependency chains and cascade effects, and clarifies boundaries so teams can partition work and avoid unexpected side effects.
Core Features & Use Cases
- Entry Point Identification: List the files that must change and why, anchored to the task description.
- Dependency Tracing: Trace imports and usage outward and inward to find consumers and sources that will be impacted.
- Structured Map Output: Produce tables of entry points, cascade effects, shared boundaries, and explicitly unaffected areas to guide planning and code review.
- File Partitioning: Assign clear ownership and merge order to enable parallel agent work and reduce conflicts.
- Use Case: Run before large refactors, schema migrations, or when modifying shared libraries to prevent scope creep and testing gaps.
Quick Start
Generate a context map for the task "Add new query field to places" by listing entry points, tracing inward and outward dependencies, and assigning file partitions with owners.