Capture and process follow-up work discovered during development. Use when a user notices incidental work (stale config, tech debt, dead code, test gaps) they want to defer without losing context. Provides the todo file format, creation workflow, and processing logic via remote Claude sessions.
Repo-native system for capturing follow-up work with full context and processing it automatically via remote Claude sessions.
/add-todo or /process-todo/add-todo)claude --remote) to:
todo/add/<slug>)dev_docs/todos/<slug>.mdtodo-adddev_docs/todos/)Zero local impact. No files written, no branches created, no staging. The user keeps working uninterrupted.
Fallback modes (automatic cascade): --remote (cloud VM) → --subagent (GitHub API via sub-agent, zero local git impact) → --local (stage into current branch). If gh auth status fails, skip straight to --local. Do NOT pass --print to claude --remote.
/process-todo)dev_docs/todos/**/*.md for unclaimed todostodo/<slug>, sets status: claimed)todo-loop/list-todos)Quick status check. Shows all todos with priority, status, tags, and expiry.
Files live in dev_docs/todos/ (supports subdirectories). Markdown with YAML frontmatter.
---