GSD (Get Shit Done) provides a complete workflow for taking projects from idea to execution through systematic planning, research, and phase-based development.
Full workflow port from Claude Code - Includes:
This is the complete GSD system, not a simplified version.
What would you like to do?
Core workflow commands:
Flags:
plan-phase [N] --research - Force re-research before planningplan-phase [N] --skip-research - Skip research, plan directlyplan-phase [N] --gaps - Gap closure mode (after verification finds issues)plan-phase [N] --skip-verify - Skip plan verification loopexecute-phase [N] --gaps-only - Execute only gap closure plansUsage:
/gsd new-project - Start a new project/gsd plan-phase 1 - Plan phase 1/gsd execute-phase 1 - Execute phase 1/gsd progress - Check where you are and what's next/gsd debug "button doesn't work" - Start debugging session/gsd quick - Quick ad-hoc task without full ceremonyWhat GSD does:
Based on user input, route to appropriate workflow:
| Intent | Workflow |
|---|---|
| -------- | ---------- |
| "new project", "initialize", "start project" | workflows/new-project.md |
| "new-project" (explicit) | workflows/new-project.md |
| "plan phase", "plan-phase", "create plan" | workflows/plan-phase.md |
| "execute phase", "execute-phase", "start work" | workflows/execute-phase.md |
| "progress", "status", "where am I" | workflows/progress.md |
| "debug", "investigate", "bug", "issue" | workflows/debug.md |
| "quick", "quick task", "ad-hoc" | workflows/quick.md |
| "discuss phase", "discuss-phase", "context" | workflows/discuss-phase.md |
| "verify", "verify-work", "UAT", "test" | workflows/verify-work.md |
| "map codebase", "map-codebase", "analyze code" | workflows/map-codebase.md |
| "pause", "pause-work", "stop work" | workflows/pause-work.md |
| "resume", "resume-work", "continue" | workflows/resume-work.md |
| "add todo", "add-todo", "capture" | workflows/add-todo.md |
| "check todos", "check-todos", "todos", "list todos" | workflows/check-todos.md |
| "add phase", "add-phase" | workflows/add-phase.md |
| "insert phase", "insert-phase", "urgent phase" | workflows/insert-phase.md |
| "remove phase", "remove-phase", "delete phase" | workflows/remove-phase.md |
| "new milestone", "new-milestone", "next milestone" | workflows/new-milestone.md |
| "complete milestone", "complete-milestone", "archive" | workflows/complete-milestone.md |
| "audit milestone", "audit-milestone", "audit" | workflows/audit-milestone.md |
| "settings", "config", "configure" | workflows/settings.md |
Located in workflows/:
Located in agents/:
Located in references/:
Located in templates/:
GSD uses orchestrator + subagent pattern:
This allows:
/gsd new-project.planning/ directory structure created with all artifacts共 1 个版本