.agents/skills/gsd-add-todo/SKILL.md
Capture idea or task as todo from current conversation context
npx skillsauth add scaixeta/CindyAgent gsd-add-todoInstall 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.
Routes to the add-todo workflow which handles:
<execution_context> @.agents/get-shit-done/workflows/add-todo.md </execution_context>
<context> Arguments: $ARGUMENTS (optional todo description)State is resolved in-workflow via init todos and targeted reads.
</context>
The workflow handles all logic including:
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
tools
Route freeform text to the right GSD command automatically