What problem does it solve?
This Skill eliminates the time wasted searching through entire codebases to find relevant files for feature development, bug fixes, or code analysis, by using a pre-defined feature route map for fast, accurate file location.
Core Features & Use Cases
- Priority Route Map Lookup: Uses pre-mapped feature-to-file relationships instead of full repository scans to jump directly to the correct entry points, core code, and test files.
- Task-Aware Routing: Automatically classifies tasks as analysis, execution, or bug-fix, and routes to the appropriate downstream skills (such as route-debug for bug root cause analysis, or design for large-scale changes) to avoid incorrect workflows.
- Coverage-Aware Scanning: Only performs targeted code scans when the route map is outdated, missing, or has insufficient coverage, and tracks when the route map needs to be updated post-task.
Use case: When a developer reports a test failure for the user authentication feature, this skill instantly locates the auth module's entry files, core implementation, and related test files, then routes to the route-debug skill for root cause analysis instead of allowing premature fix attempts.
Quick Start
Ask the AI to use the route-lookup skill to find all priority files for the payment processing bug fix and provide the recommended next workflow step.