cyberneticlibrary

List pending todos and select one

gsd:check-todosskillsetup L13,035
davepoon/buildwithclaude
What it does

List pending todos and route to action

Best for

Quick context-switching when you have a backlog of small tasks and want the system to surface one with full context automatically.

Inputs
  • · [area filter]
Outputs
  • · todo list
  • · selected todo context
  • · STATE.md update
  • · git commit
Requires
  • · Read
  • · Write
  • · Bash
  • · AskUserQuestion
Preconditions

TODO file exists in project root; STATE.md tracks todo state; roadmap.md accessible for correlation

Failure modes

No todos exist; area filter matches nothing; todo references non-existent roadmap phase; user selects action that requires blocked context

Trust signals
  • · Filters by area on demand
  • · Correlates todos to roadmap phases
  • · Loads full context before routing
  • · Commits state changes to git