What problem does it solve?
This Skill enables developers to extract and visualize the flow of business logic from code, tracing execution paths from a defined entry point to reveal how data moves and decisions propagate.
Core Features & Use Cases
- Automated flow tracing: Identify call chains, data flow, and control flow across files starting from an entry point.
- Path visualization: Generate step-by-step execution traces with file names and line references to aid debugging and onboarding.
- Use Case: When onboarding on a new codebase, start from a key entry like OrderService.checkout() to see every function involved and the data transformations.
Quick Start
Prompt AI with a starting point, for example "Flow analysis for OrderService.checkout()" to obtain a trace of the execution path and involved components.