# Df:check Todos

> List pending todos and select one to work on. Use when the user wants to see their todo list, check pending items, or pick something to work on. Triggers on: "what's on my todo list?", "pending todos", "show todos", "any todos?", "what tasks are saved?"

- Skill: `majiayu000/df-check-todos` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds add majiayu000/df-check-todos`
- Raw SKILL.md: https://api.skillmd.com/api/skills/majiayu000/df-check-todos/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: majiayu000 (https://skillmd.com/u/majiayu000)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/majiayu000/df-check-todos

---


<objective>
List all pending todos, allow selection, load full context for the selected todo, and route to appropriate action.

Routes to the check-todos workflow which handles:
- Todo counting and listing with area filtering
- Interactive selection with full context loading
- Roadmap correlation checking
- Action routing (work now, add to objective, brainstorm, create objective)
- STATE.md updates and git commits
</objective>

<execution_context>
@.planning/STATE.md
@.planning/ROADMAP.md
@~/.claude/devflow/workflows/check-todos.md
</execution_context>

<process>
**Follow the check-todos workflow** from `@~/.claude/devflow/workflows/check-todos.md`.

The workflow handles all logic including:
1. Todo existence checking
2. Area filtering
3. Interactive listing and selection
4. Full context loading with file summaries
5. Roadmap correlation checking
6. Action offering and execution
7. STATE.md updates
8. Git commits
</process>

