From gsd
Captures ideas or tasks from conversation context as structured todos with directory creation, duplicate detection, and git commits.
How this skill is triggered — by the user, by Claude, or both
Slash command
/gsd:add-todo [optional description][optional description]This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
<objective>
Routes to the add-todo workflow which handles:
<execution_context> @${CLAUDE_PLUGIN_ROOT}/workflows/add-todo.md </execution_context>
Arguments: $ARGUMENTS (optional todo description)State is resolved in-workflow via init todos and targeted reads.
The workflow handles all logic including:
npx claudepluginhub buildomator/buildomator --plugin gsdCaptures ideas or tasks from conversation context as structured todos with frontmatter, area inference, duplicate detection, and git commits.
Creates and manages durable work items in a file-based todo system with YAML frontmatter, status tracking, and dependency management.
Creates tasks or sections in TASKS.md to track project work. Auto-triggers on phrases like 'add a task', 'todo', 'let's plan', or untracked future work.