Show the latest open TODO items for review and discussion. Use when the user says /opentodos, asks to see pending todos, review open tasks, what's left to do, or wants to pick what to work on next. Triggers: opentodos, open todos, pending tasks, what's left, remaining tasks, show todos, review tasks, backlog.
Retrieve and display the latest open (unchecked) TODO items from ContextDB/todos/ so the user can decide what to work on.
List all TODO files:
ContextDB/todos/.completed- — these are fully done.YYYY-MM-DD-*-todo.md.Collect open items (up to 10):
- [ ] lines.- [ ] items (all are - [x]), rename it:
2026-02-05-backend-todo.mdcompleted-2026-02-05-backend-todo.md2026-02-05-backend-todo.md — all items completed."Present the open items:
## Open TODOs (10 most recent)
### From `2026-02-07-auth-refactor-todo.md` (3 open)
1. [ ] Add login endpoint in `app/api/auth/route.ts`
2. [ ] Create JWT utility in `lib/jwt.ts`
3. [ ] Write auth integration tests
### From `2026-02-06-general-todo.md` (4 open)
4. [ ] Set up CI/CD pipeline
5. [ ] Configure staging environment
6. [ ] Add error monitoring (Sentry)
7. [ ] Review PR #42
### From `2026-02-05-ui-todo.md` (3 open)
8. [ ] Implement dark mode toggle
9. [ ] Fix mobile nav breakpoint
10. [ ] Add loading skeletons to dashboard
---
Showing 10 of 15 open items across 3 files.
Use `/opentodos` again to see the next batch, or tell me which items to work on.
ContextDB/todos/."ContextDB/todos/. Use /createtodo to create one."[P0], [P1]) or categories (**backend**), preserve them in the display.