| name | gsd-onboard |
| description | GSD tutorial and command reference. Use when user is new to GSD or asks about commands. |
| type | skill |
| category | gsd |
| status | stable |
| origin | tibsfox |
| modified | false |
| first_seen | "2026-02-07T00:00:00.000Z" |
| first_path | examples/gsd-onboard/SKILL.md |
| superseded_by | null |
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
| Command | Purpose |
|---|
| /gsd:new-project | Init project |
| /gsd:new-milestone | New version |
| /gsd:progress | State + next action |
| /gsd:discuss-phase N | Gather context |
| /gsd:plan-phase N | Create plans |
| /gsd:execute-phase N | Build plans |
| /gsd:quick | Small tasks |
| /gsd:verify-work N | Test deliverables |
| /gsd:audit-milestone | Completion check |
| /gsd:complete-milestone | Archive |
| /gsd:debug | Debug with state |
| /gsd:pause-work | Checkpoint |
| /gsd:resume-work | Restore |
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