kw-gsd-help-flow
Installation
SKILL.md
GSD Help Flow
Read-only router for the GSD pipeline. It prints the map, proposes chains and reads real skills on demand. It never runs a GSD command and never writes to .planning/. The user decides what to invoke.
Modes
| Mode | Input | What it does |
|---|---|---|
| Cheat sheet | /kw-gsd-help-flow |
Prints the canonical pipeline plus the skill map below |
| Routing | /kw-gsd-help-flow add X, fix Y, not sure about Z |
Reads the signals (feature, bug, exploration, UI, spike) and proposes a chain, saying what to skip |
| Topical | /kw-gsd-help-flow skills for X |
Filters 2 to 4 skills out of the map and gives the criterion for choosing between them |
| Deep dive | /kw-gsd-help-flow explain gsd-X, how do I close Z |
Opens ~/.claude/skills/gsd-{name}/SKILL.md and summarises its real arguments and usage |
Source of truth
This file is only the MAP. The authoritative source for any flag is ~/.claude/skills/gsd-{name}/SKILL.md, whose argument-hint field is the real argument list.
- Open the real skill when the request is about concrete arguments or flags, edge cases, deep-dive mode, or anything that moves between releases.
- The map alone is enough for "which skills exist for X" and for flow chains (post-phase, milestone close).