What problem does it solve?
It solves the challenge of understanding and refactoring a complex codebase by converting scattered logic into feature-grouped flowcharts, then surfacing duplicated concerns with concrete file-and-line evidence.
Core Features & Use Cases
- Evidence-backed architecture mapping: Produces per-feature Mermaid flowcharts that trace primary happy paths, side effects, and error/fallback branches with
file:line nodes.
- Duplication detection across features: Generates a cross-feature duplication report that identifies repeated concerns, explains how/why they diverged, and validates each claim with multiple
file:line citations.
- Unified architectural proposal and refactor handoff: Proposes a simplest unified design and creates copy-pasteable
/make-plan prompts for each consolidated system.
Quick Start
Use the pathfinder skill to map the repository into feature-grouped flowcharts and generate a unified architecture proposal with per-system refactor handoff prompts.