davepoon/gsd:add-todo
Capture idea or task as todo from current conversation context
npx skills add https://github.com/davepoon/buildwithclaude --skill gsd:add-todo
<objective>
Capture an idea, task, or issue that surfaces during a GSD session as a structured todo for later work.
Routes to the add-todo workflow which handles:
</objective>
<execution_context>
@${CLAUDE_PLUGIN_ROOT}/workflows/add-todo.md
</execution_context>
<context>
Arguments: $ARGUMENTS (optional todo description)
State is resolved in-workflow via init todos and targeted reads.
</context>
<process>
Follow the add-todo workflow from @${CLAUDE_PLUGIN_ROOT}/workflows/add-todo.md.
The workflow handles all logic including:
</process>
Take davepoon/gsd:add-todo from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.