get-shit-done
Original:🇺🇸 English
Translated
Structured spec-driven workflow for planning and executing software projects with GitHub Copilot CLI.
3installs
Added on
NPX Install
npx skill4agent add shoootyou/get-shit-done-multi get-shit-doneTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →Get Shit Done (GSD) Skill for GitHub Copilot CLI
When to use
- Use this skill when the user asks for GSD or uses a command.
{{COMMAND_PREFIX}}* - Use it for structured planning, phase execution, verification, or roadmap work.
How to run commands
GitHub Copilot CLI does not support custom slash commands. Treat inputs that start with as command invocations.
{{COMMAND_PREFIX}}Commands are installed as individual skills in . Load the corresponding skill:
{{PLATFORM_ROOT}}/skills/{{PLATFORM_ROOT}}/skills/gsd-<command>/SKILL.mdExample:
- ->
{{COMMAND_PREFIX}}new-project{{PLATFORM_ROOT}}/skills/gsd-new-project/SKILL.md - ->
{{COMMAND_PREFIX}}help{{PLATFORM_ROOT}}/skills/gsd-help/SKILL.md
File references
Command files and workflows include references. These are mandatory context. Use the read tool to load each referenced file before proceeding.
@pathTool mapping
- "Bash tool" → use the execute tool
- "Read/Write" → use read/edit tools
- "AskUserQuestion" → ask directly in chat and provide explicit numbered options
- "Task/subagent" → prefer a matching custom agent from when available; otherwise adopt that role in-place
{{PLATFORM_ROOT}}/agents
Output expectations
Follow the XML or markdown formats defined in the command and template files exactly. These files are operational prompts, not documentation.
Paths
Resources are installed under . Individual skills are under . Use those paths when command content references platform paths.
{{PLATFORM_ROOT}}/get-shit-done{{PLATFORM_ROOT}}/skills/gsd-*/