بنقرة واحدة
get-shit-done
Structured spec-driven workflow for planning and executing software projects with GitHub Copilot CLI.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Structured spec-driven workflow for planning and executing software projects with GitHub Copilot CLI.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Reapply local modifications after a GSD update
Generate tests for a completed phase based on UAT criteria and implementation
Archive completed milestone and prepare for next version
Create detailed phase plan (PLAN.md) with verification loop
Add phase to end of current milestone in roadmap
Capture idea or task as todo from current conversation context
| name | get-shit-done |
| description | Structured spec-driven workflow for planning and executing software projects with GitHub Copilot CLI. |
{{COMMAND_PREFIX}}* command.GitHub Copilot CLI does not support custom slash commands. Treat inputs that start with {{COMMAND_PREFIX}} as command invocations.
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.mdCommand files and workflows include @path references. These are mandatory context. Use the read tool to load each referenced file before proceeding.
{{PLATFORM_ROOT}}/agents when available; otherwise adopt that role in-placeFollow the XML or markdown formats defined in the command and template files exactly. These files are operational prompts, not documentation.
Resources are installed under {{PLATFORM_ROOT}}/get-shit-done. Individual skills are under {{PLATFORM_ROOT}}/skills/gsd-*/. Use those paths when command content references platform paths.