Todo

Manage todos: capture an idea/task or view the morning standup across local + GitHub + peer sources. Subcommand-style: /devflow:todo add | list Use when the user wants to save something for later, note an idea, or get a "what should I work on?" view. Triggers on: "remember to", "add a todo", "save this idea", "what should I work on?", "morning standup", "check todos".

AO-Cyber-Systems Updated

File contents

Replaces 2 sibling skills: add-todo, check-todos.

@.planning/STATE.md

ROUTE_JSON=$(node ~/.claude/devflow/bin/df-tools.cjs skill-route todo $ARGUMENTS --raw)

Parse JSON. If error, display usage and stop. Otherwise extract subcommand, args, and workflow.

2. Follow resolved workflow:

Based on subcommand:

  • add → execute add-todo workflow with residual args
  • list → execute check-todos workflow with residual args (passes --all, --lane, etc. through)

Pass residual args to the workflow as if the user had typed them.

AO-Cyber-Systems/devflow-claude/tree/main/plugins/devflow/skills/todo commit c87204aebf

Frequently asked questions

npx skillmds@latest add ao-cyber-systems/todo