mirror of
https://github.com/mattpocock/skills.git
synced 2026-07-29 02:52:42 +07:00
refactor(decision-mapping): rename to wayfinding
Reframe the planning skill around the Wayfinder persona — chart a route through a foggy problem, resolving tickets one at a time until the way to the goal is clear. "Decision map" was jargony and inaccurate (only 1 of 4 ticket types is a decision). Rename the folder and skill name, rewrite the description and framing, and prune: unify node->ticket, bind "frontier" to the unblocked set, drop the duplicated "one question at a time" (owned by /grilling), trim intro no-ops. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.8
parent
b38badf709
commit
4027ea6afd
@@ -0,0 +1,9 @@
|
||||
---
|
||||
"mattpocock-skills": minor
|
||||
---
|
||||
|
||||
Rename the **`decision-mapping`** skill to **`wayfinding`**, invoked as `/wayfinding`.
|
||||
|
||||
"Decision map" was jargony and inaccurate — only one of the skill's four ticket types (Grilling) is actually a decision. The skill is reframed around the **Wayfinder**: you chart a route through a foggy problem, resolving investigation tickets one at a time until the way to the goal is clear. This makes one coherent leading-word frame (fog of war / frontier / the map) instead of mixing an invented term on top of it.
|
||||
|
||||
Also a pruning pass: unified `node`→`ticket`, bound "the frontier" to the unblocked tickets, dropped the duplicated "one question at a time" (owned by `/grilling`), and trimmed intro no-ops.
|
||||
Reference in New Issue
Block a user