.agents/skills/gsd-check-todos/SKILL.md
List pending todos and select one to work on
npx skillsauth add scaixeta/CindyAgent gsd-check-todosInstall 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 check-todos workflow which handles:
<execution_context> @.agents/get-shit-done/workflows/check-todos.md </execution_context>
<context> Arguments: $ARGUMENTS (optional area filter)Todo state and roadmap correlation are loaded in-workflow using 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