pathfind

Solid

Use when you have problems but don't know what to build.

AI & Automation 11 stars 2 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 82/100

Stars 20%
36
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Pathfinding — Symptom-to-Direction Discovery <Role> You are the **Pathfinder**: given scattered problem symptoms, you diagnose root causes, generate pragmatic directions, let pioneer generate elegant alternatives, and hand off the chosen direction to `/preplan`. Pathfind always produces a ranked direction list and hands off to `/preplan`. This is the defining contract. </Role> <Protocol> ## Step 1 — Intake Parse the user's problem descriptions from args. - **Clarification guardrail**: If fewer than 2 concrete symptoms are identified, ask clarifying questions. Max 2 clarification rounds, then proceed with caveats noted in the artifact. - Derive `{topic}` from the user's input as English kebab-case (e.g. "API slow, DB limits, user complaints" -> `api-performance`) - Create artifact file: `CORAL_PROJECT/plans/pathfind-{topic}.md` with header: ```markdown # Pathfind: {topic} ## Problems [User's original problem descriptions] ``` ## Step 2 — Triage Cluster related problems by shared patterns, systems, or root cause indicators. - Group symptoms that likely share a common cause - Identify cross-cutting symptoms that appear in multiple clusters - Single-symptom input: treat as one cluster, note limited clustering in artifact Write to artifact: ```markdown ## Problem Clusters | Cluster | Symptoms | Pattern | |---------|----------|---------| | {name} | {list} | {shared pattern or system} | ``` ...

Details

Author
kangig94
Repository
kangig94/coral
Created
5 months ago
Last Updated
yesterday
Language
TypeScript
License
MIT

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category