df:check-todos

List pending todos, load full context, and route to the next action.

Updated Feb 6, 2026
One-click install
npx skills add https://github.com/AO-Cyber-Systems/devflow-claude --skill df-check-todos
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: df:check-todos
Source: https://github.com/AO-Cyber-Systems/devflow-claude/tree/main/skills/df-check-todos
Command: npx skills add https://github.com/AO-Cyber-Systems/devflow-claude --skill df-check-todos

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

List pending todos and select one to work on. This capability surfaces outstanding tasks and guides the next action with full context loading for the chosen item.

Core Features & Use Cases

  • Todo counting and listing with area filtering
  • Interactive selection with full context loading
  • Roadmap correlation checking and action routing

Quick Start

Ask the AI to list your pending todos and pick one to work on.

Frequently Asked Questions about df:check-todos

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I list and select pending todos to work on next?

To list and select pending todos, this Skill surfaces outstanding tasks with area filtering, enables interactive selection, and loads full context for the chosen item to route you to the corresponding action.

What is the best way to manage roadmap-aware task selection?

Roadmap-aware task selection is managed by enforcing deterministic steps that correlate the chosen todo with your roadmap, loading full context, and updating state to track decisions.

How does context loading work when I pick a todo from my task list?

Context loading works by fetching the full context for your chosen todo item after interactive selection, ensuring you have all necessary details before routing to the corresponding action.

Can I filter todos by specific project areas before selecting one?

Yes, you can filter todos by specific project areas. The listing capability supports area-filtered views to help personal or team productivity contexts narrow down pending tasks.

Does this task management approach track state updates and commit history?

Yes, this task management approach tracks state updates by writing to STATE.md and maintaining commit history, ensuring deterministic steps and persistent progress tracking.