بنقرة واحدة
gsd-config
Configure GSD settings — workflow toggles, advanced knobs, integrations, and model profile
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Configure GSD settings — workflow toggles, advanced knobs, integrations, and model profile
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Generate tests for a completed phase based on UAT criteria and implementation
Generate an AI-SPEC.md design contract for phases that involve building AI systems.
Autonomous audit-to-fix pipeline — find issues, classify, fix, test, commit
Audit milestone completion against original intent before archiving
Cross-phase audit of all outstanding UAT and verification items
Run all remaining phases autonomously — discuss→plan→execute per phase
| name | gsd-config |
| description | Configure GSD settings — workflow toggles, advanced knobs, integrations, and model profile |
<cursor_skill_adapter>
gsd-config or describes a task matching this skill.{{GSD_ARGS}}.{{GSD_ARGS}} as empty.When the workflow needs user input, prompt the user conversationally:
Use these Cursor tools when executing GSD workflows:
Shell for running commands (terminal operations)StrReplace for editing existing filesRead, Write, Glob, Grep, Task, WebSearch, WebFetch, TodoWrite as neededWhen the workflow needs to spawn a subagent:
Task(subagent_type="generalPurpose", ...)model parameter maps to Cursor's model options (e.g., "fast")
</cursor_skill_adapter>Mode routing:
| Flag | Action | Workflow |
|---|---|---|
| (none) | Interactive 5-question common-case config prompt | settings |
| --advanced | Power-user knobs: planning, execution, discussion, cross-AI, git, runtime | settings-advanced |
| --integrations | API keys (Brave/Firecrawl/Exa), review CLI routing, agent skills | settings-integrations |
| --profile <name> | Switch model profile without interactive prompt | gsd-sdk config-set-model-profile |
<execution_context> @/Users/zaneliu/Projects/open-source/cloud-cli-proxy/.cursor/get-shit-done/workflows/settings.md @/Users/zaneliu/Projects/open-source/cloud-cli-proxy/.cursor/get-shit-done/workflows/settings-advanced.md @/Users/zaneliu/Projects/open-source/cloud-cli-proxy/.cursor/get-shit-done/workflows/settings-integrations.md </execution_context>
Arguments: {{GSD_ARGS}}Parse the first token of {{GSD_ARGS}}:
--advanced: strip the flag, execute settings-advanced workflow--integrations: strip the flag, execute settings-integrations workflow--profile: extract the profile name (remainder after --profile), then:
gsd-sdk is on PATH via command -v gsd-sdk.
If absent, emit the install hint Install GSD via 'npm i -g get-shit-done' and stop —
do NOT invoke gsd-sdk directly (avoids the opaque command not found: gsd-sdk failure).gsd-sdk query config-set-model-profile <profile-name> --raw and display the output verbatim.