qsd-check-todos

List, filter, and select pending todos with area-based filtering.

Updated Apr 13, 2026
One-click install
npx skills add https://github.com/thecomputer07/qsd --skill qsd-check-todos
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qsd-check-todos
Source: https://github.com/thecomputer07/qsd/tree/main/skills/qsd-check-todos
Command: npx skills add https://github.com/thecomputer07/qsd --skill qsd-check-todos

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Pending todos accumulate; teams need a streamlined way to view, filter, and pick a task to act on, with full context loaded before work begins.

Core Features & Use Cases

  • Todo listing with area-based filtering
  • Interactive selection with full context loading
  • Action routing to work now, add to phase, brainstorm, or create phase
  • STATE.md updates and git commits for traceability

Quick Start

Invoke the check-todos workflow to list, filter, and select a todo, then route to the appropriate action and commit state changes.

Frequently Asked Questions about qsd-check-todos

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

FAQPage Schema
How do I filter pending todos by area and select one to work on?

Pending todos are managed by listing tasks with area-based filtering, interactively selecting one, loading its full context, and routing to actions like work now, add to phase, brainstorm, or create phase.

What is the best way to manage task state updates when selecting a todo?

Task state updates are managed by recording changes in STATE.md and generating git commits after routing a selected todo to an action, ensuring full traceability for the workflow.

How does context loading work when picking a todo from a roadmap?

Context loading reads todo state and roadmap context immediately after interactive selection, providing the full background needed before routing the chosen todo to an action.

Can I route a selected todo to brainstorming or phase creation instead of working on it immediately?

Yes, a selected todo can be routed to work now, add to phase, brainstorm, or create phase, with the workflow supporting multiple action paths and recording the resulting state updates.

Do I need to initialize the check-todos workflow before listing pending tasks?

Yes, initializing the check-todos workflow is required first, because loading todo state and roadmap context depends on this setup before any filtering or interactive selection can occur.