From taches-cc-resources
Lists outstanding todos from TO-DOS.md, lets the user select one, loads full context, checks for project workflows, and offers starting, brainstorming, or browsing options.
How this command is triggered — by the user, by Claude, or both
Slash command
/taches-cc-resources:check-todosThis command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
# Check Todos
## Instructions
1. Read TO-DOS.md in the working directory (if doesn't exist, say "No outstanding todos" and exit)
2. Parse and display todos:
- Extract all list items starting with `- **` (active todos)
- If none exist, say "No outstanding todos" and exit
- Display compact numbered list showing:
- Number (for selection)
- Bold title only (part between `**` markers)
- Date from h2 heading above it
- Prompt: "Reply with the number of the todo you'd like to work on."
- Wait for user to reply with a number
3. Load full context for selected todo:
...Read TO-DOS.md in the working directory (if doesn't exist, say "No outstanding todos" and exit)
Parse and display todos:
- ** (active todos)** markers)Load full context for selected todo:
Check for established workflows:
.claude/skills/ directoryplugins/ → plugin workflow, mcp-servers/ → MCP workflow)Present action options to user:
Handle user choice:
/brainstorm with the todo description as argumentOutstanding Todos:
1. Add structured format to add-to-todos (2025-11-15 14:23)
2. Create check-todos command (2025-11-15 14:23)
3. Fix cookie-extractor MCP workflow (2025-11-14 09:15)
Reply with the number of the todo you'd like to work on.
npx claudepluginhub davidorex/taches-cc-prompts16plugins reuse this command
First indexed Dec 31, 2025
Showing the 6 earliest of 16 plugins
/check-todosLists outstanding todos from TO-DOS.md, lets the user select one, loads full context, checks for project workflows, and offers starting, brainstorming, or browsing options.
/todoManages project todos in a todos.md file — add, complete, remove, undo, list, and filter by due date or past-due status.
/fire-todosCaptures and manages TODO items during development sessions; supports adding new tasks and listing pending todos grouped by area.
/list-todosLists pending todos from STATE.md with optional priority filtering, using a snapshot helper to track last-viewed state.
/pickupShows ready tasks sorted by priority, helps select one, surfaces related learnings and decisions, and starts the task with optional timer. Accepts an optional task ID.
/nextShows the next pending task with context and related knowledge, then starts working on it on user confirmation.