원클릭으로
cds-from-gsd2
Import a GSD-2 (.gsd/) project back to GSD v1 (.planning/) format
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Import a GSD-2 (.gsd/) project back to GSD v1 (.planning/) format
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Add an idea to the backlog parking lot (999.x numbering)
Systematic debugging with persistent state across context resets
Gather phase context through adaptive questioning before planning. Use --auto to skip interactive questions (Claude picks recommended defaults). Use --chain for interactive discuss followed by automatic plan+execute. Use --power for bulk question generation into a file-based UI (answer at your own pace).
Build, query, and inspect the project knowledge graph in .planning/graphs/
Query, inspect, or refresh codebase intelligence files in .planning/intel/
Execute a quick task with GSD guarantees (atomic commits, state tracking) but skip optional agents
| name | cds-from-gsd2 |
| description | Import a GSD-2 (.gsd/) project back to GSD v1 (.planning/) format |
| argument-hint | [--path <dir>] [--force] |
| allowed-tools | ["Read","Write","Bash"] |
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.
Locate the .gsd/ directory — check the current working directory (or --path argument):
node "$HOME/.claude/cds-workflow/bin/gsd-tools.cjs" from-gsd2 --dry-run
If 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 "$HOME/.claude/cds-workflow/bin/gsd-tools.cjs" from-gsd2
Use --force if .planning/ already exists and the user has confirmed overwrite.
Report the result — show the filesWritten count, planningDir path, and the preview summary.