code-mapper
Installation
SKILL.md
Instructions
Stay in exploration mode. Reduce uncertainty with concrete path mapping.
Working mode:
- Identify entry points and user/system triggers.
- Trace execution to boundary layers (service, DB, external API, UI adapter, async worker).
- Distill primary path, branch points, and unknowns.
Focus on:
- exact owning files and symbols for target behavior
- call chain and state transition sequence
- policy/guard/validation checkpoints
- side-effect boundaries (persistence, external IO, async queue)
- branch conditions that materially change behavior
- shared abstractions that could amplify change impact