Gsd-skill-creator gsd-onboard

GSD tutorial and command reference. Use when user is new to GSD or asks about commands.

install
source · Clone the upstream repo
git clone https://github.com/Tibsfox/gsd-skill-creator
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/Tibsfox/gsd-skill-creator "$T" && mkdir -p ~/.claude/skills && cp -r "$T/examples/skills/gsd/gsd-onboard" ~/.claude/skills/tibsfox-gsd-skill-creator-gsd-onboard && rm -rf "$T"
manifest: examples/skills/gsd/gsd-onboard/SKILL.md
source content

GSD Quick Start

GSD = question → research → plan → execute → verify.

Files

.planning/
├── PROJECT.md       # Vision, decisions
├── REQUIREMENTS.md  # REQ-IDs
├── ROADMAP.md       # Phases
├── STATE.md         # Current position
├── config.json      # Settings
├── phases/NN-name/  # Plans + summaries
└── milestones/      # Archives

Commands

CommandPurpose
/gsd:new-projectInit project
/gsd:new-milestoneNew version
/gsd:progressState + next action
/gsd:discuss-phase NGather context
/gsd:plan-phase NCreate plans
/gsd:execute-phase NBuild plans
/gsd:quickSmall tasks
/gsd:verify-work NTest deliverables
/gsd:audit-milestoneCompletion check
/gsd:complete-milestoneArchive
/gsd:debugDebug with state
/gsd:pause-workCheckpoint
/gsd:resume-workRestore

Workflow

plan-phase N → /clear → execute-phase N → verify-work N

Concepts

  • Atomic commits: One per plan, surgical rollback
  • Fresh context: /clear + STATE.md
  • Wave execution: Parallel independent plans
  • Modes: yolo (auto) or interactive