.agents/skills/gsd-do/SKILL.md
Route freeform text to the right GSD command automatically
npx skillsauth add scaixeta/CindyAgent gsd-doInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Acts as a smart dispatcher — never does the work itself. Matches intent to the best GSD command using routing rules, confirms the match, then hands off.
Use when you know what you want but don't know which /gsd-* command to run.
</objective>
<execution_context> @.agents/get-shit-done/workflows/do.md @.agents/get-shit-done/references/ui-brand.md </execution_context>
<context> $ARGUMENTS </context> <process> Execute the do workflow from @.agents/get-shit-done/workflows/do.md end-to-end. Route user intent to the best GSD command and invoke it. </process>data-ai
Post-mortem investigation for failed GSD workflows — analyzes git history, artifacts, and state to diagnose what went wrong
data-ai
Execute a trivial task inline — no subagents, no planning overhead
tools
Execute all plans in a phase with wave-based parallelization
data-ai
Gather phase context through adaptive questioning before planning. Use --auto to skip interactive questions (the agent picks recommended defaults).