init -> [plan -> execute -> verify] x N phases -> done
Read only the file for the phase you are in:
- new-project:
workflows/new-project.md - plan:
workflows/plan.md - execute:
workflows/execute.md - verify:
workflows/verify.md - audit-milestone:
workflows/audit-milestone.md - complete-milestone:
workflows/complete-milestone.md - new-milestone:
workflows/new-milestone.md - plan-milestone-gaps:
workflows/plan-milestone-gaps.md - quick:
workflows/quick.md
.planning/
SPEC.md
ROADMAP.md
config.json
templates/
phases/
research/
npx -y gsdd-cli init
npx -y gsdd-cli init --tools claude
npx -y gsdd-cli init --tools codex
npx -y gsdd-cli init --tools agents
Behavior:
- Always: generates open-standard skills at
.agents/skills/gsdd-*/SKILL.mdby embeddingdistilled/workflows/*.md, plus repo-local deterministic helpers at.planning/bin/gsdd.mjs. - Optional: generates tool adapters (root
AGENTS.md, Claude.claude/skills+.claude/commandsalias +.claude/agents, OpenCode.opencode/commands+.opencode/agents, Codex CLI.codex/agents/gsdd-plan-checker.toml). - Codex CLI: uses the portable skill entry surface and the generated
.codex/agents/checker/approach-explorer agents; it does not use.codex/AGENTS.mdas the primary integration path. - Root
AGENTS.mdis only written when explicitly requested (so we do not pollute existing user governance).
Core:
.planning/templates/spec.md->.planning/SPEC.md.planning/templates/roadmap.md->.planning/ROADMAP.md
Research:
.planning/templates/research/*.md->.planning/research/*.md
Brownfield codebase mapping:
.planning/templates/codebase/*.md->.planning/codebase/*.md
Source: PatrickSys/workspine — distributed by TomeVault.