List pending todos and select one to work on
<cursor_skill_adapter>
gsd-check-todos 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:
<objective> List all pending todos, allow selection, load full context for the selected todo, and route to appropriate action. <context> Arguments: {{GSD_ARGS}} (optional area filter) <process> **Follow the check-todos workflow** from `@./.cursor/get-shit-done/workflows/check-todos.md`. </process>Task(subagent_type="generalPurpose", ...)model parameter maps to Cursor's model options (e.g., "fast")
</cursor_skill_adapter>Routes to the check-todos workflow which handles:
<execution_context> @./.cursor/get-shit-done/workflows/check-todos.md </execution_context>
Todo state and roadmap correlation are loaded in-workflow using init todos and targeted reads.
</context>
The workflow handles all logic including: