Pathfinder — аудит и картирование архитектуры кода

★ 8.0 · engineering

pathfinder is a Claude Code skill that maps a codebase into feature-grouped flowcharts, identifies duplicated concerns across features, and proposes the simplest unified architecture. Acting as an orchestrator, it deploys subagents for file-tree traversal, flow tracing, and Mermaid diagram generation — each node labeled with exact `file:line` references — while keeping synthesis and architectural decisions with the orchestrator itself. Four sequential phases produce a `PATHFINDER-<YYYY-MM-DD>/` directory containing five artifacts: a feature inventory, per-feature flowcharts, a cross-feature duplication report, a unified architecture proposal, and copy-pasteable `/make-plan` handoff prompts per unified system. It is designed for teams auditing architecture before a major refactor, consolidating parallel queue or storage implementations, or tracing how duplicated scaffolding diverged across features.