pathfinder-workflow
Installation
SKILL.md
Pathfinder Workflow Skill
Purpose
Provides task-specific tool chains that leverage Pathfinder's semantic tools for maximum effectiveness. Each workflow is a concrete sequence of tool calls optimized for a specific goal.
When to Invoke
- Starting work on an unfamiliar codebase → use Explore workflow
- Refactoring a function or class → use Refactor workflow
- Implementing a new feature → use Implement workflow
- Auditing code quality → use Audit workflow
- Debugging a failing function → use Debug workflow
Foundation: Why Pathfinder?
Pathfinder tools operate at the semantic level (symbols, functions, classes) while built-in tools operate at the text level (lines, strings, files). Semantic tools give you: