get-shit-done
Installation
SKILL.md
Get Shit Done (GSD) Skill for Claude Code
When to use
- Use this skill when the user asks for GSD or uses a
{{COMMAND_PREFIX}}*command. - Use it for structured planning, phase execution, verification, or roadmap work.
How to run commands
Claude Code supports custom slash commands. Commands starting with {{COMMAND_PREFIX}} are custom skills.
Commands are installed as individual skills in {{PLATFORM_ROOT}}/skills/. Load the corresponding skill:
{{PLATFORM_ROOT}}/skills/gsd-<command>/SKILL.md
Example:
{{COMMAND_PREFIX}}new-project->{{PLATFORM_ROOT}}/skills/gsd-new-project/SKILL.md{{COMMAND_PREFIX}}help->{{PLATFORM_ROOT}}/skills/gsd-help/SKILL.md
Related skills
More from shoootyou/get-shit-done-multi
gsd-new-project
Initialize a new project with deep context gathering and PROJECT.md
67gsd-audit-milestone
Audit milestone completion against original intent before archiving
61gsd-plan-phase
Create detailed phase plan (PLAN.md) with verification loop
59gsd-execute-phase
Execute all plans in a phase with wave-based parallelization
54gsd-verify-work
Validate built features through conversational UAT
50gsd-help
Show available GSD commands and usage guide
49