mcpbeat

Gsd:check Todos

davepoon/gsd:check-todos

List pending todos and select one to work on

311 tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
3248
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/davepoon/buildwithclaude --skill gsd:check-todos

The instruction itself

as written by the author

<objective>

List all pending todos, allow selection, load full context for the selected todo, and route to appropriate action.

Routes to the check-todos workflow which handles:

  • Todo counting and listing with area filtering
  • Interactive selection with full context loading
  • Roadmap correlation checking
  • Action routing (work now, add to phase, brainstorm, create phase)
  • STATE.md updates and git commits

</objective>

<execution_context>

@${CLAUDE_PLUGIN_ROOT}/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>

<process>

Follow the check-todos workflow from @${CLAUDE_PLUGIN_ROOT}/workflows/check-todos.md.

The workflow handles all logic including:

  • Todo existence checking
  • Area filtering
  • Interactive listing and selection
  • Full context loading with file summaries
  • Roadmap correlation checking
  • Action offering and execution
  • STATE.md updates
  • Git commits

</process>

How to use it

Copy the folder

Take davepoon/gsd:check-todos from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

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.