gsd-from-gsd2
Import a GSD-2 (.gsd/) project back to GSD v1 (.planning/) format
Install
mkdir -p .claude/skills/gsd-from-gsd2-bobby3car-oss && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/15278" && unzip -o skill.zip -d .claude/skills/gsd-from-gsd2-bobby3car-oss && rm skill.zipInstalls to .claude/skills/gsd-from-gsd2-bobby3car-oss
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Import a GSD-2 (.gsd/) project back to GSD v1 (.planning/) formatAbout this skill
Maps the GSD-2 hierarchy (Milestone → Slice → Task) to the GSD v1 hierarchy (Milestone sections in ROADMAP.md → Phase → Plan), preserving completion state, research files, and summaries. </objective>
<process>-
Locate the .gsd/ directory — check the current working directory (or
--pathargument):node ".github/get-shit-done/bin/gsd-tools.cjs" from-gsd2 --dry-runIf no
.gsd/is found, report the error and stop. -
Show the dry-run preview — present the full file list and migration statistics to the user. Ask for confirmation before writing anything.
-
Run the migration after confirmation:
node ".github/get-shit-done/bin/gsd-tools.cjs" from-gsd2Use
--forceif.planning/already exists and the user has confirmed overwrite. -
Report the result — show the
filesWrittencount,planningDirpath, and the preview summary.