gsd-check-todos

List pending todos, filter by area, and load full context for selected items.

264|11|Updated Apr 25, 2026
One-click install
npx skills add https://github.com/rkz91/coco --skill gsd-check-todos-rkz91
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-check-todos
Source: https://github.com/rkz91/coco/tree/main/systems/gsd/skills/gsd-check-todos
Command: npx skills add https://github.com/rkz91/coco --skill gsd-check-todos-rkz91

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

List pending todos, allow selection, load full context for the selected todo, and route to appropriate action for execution and tracking.

Core Features & Use Cases

  • Todo discovery and area-based filtering
  • Interactive selection with full context loading
  • Roadmap correlation checks and action routing (work now, add to phase, brainstorm, create phase)
  • STATE.md updates and git commits to track progress

Quick Start

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

Frequently Asked Questions about gsd-check-todos

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

FAQPage Schema
How do I triage pending todos with full project context?

Todo triage with full context involves listing pending todos, filtering by area, and loading complete roadmap details for the selected item to route it to the appropriate action for execution.

How does state management work for a todo workflow using git commits?

State management in this todo workflow updates a STATE.md file and commits changes to version control, ensuring progress tracking and routing decisions are persisted directly in the repository.

What's the best way to filter a project backlog by area for task routing?

Filtering a project backlog by area allows you to narrow pending todos to a specific domain, load full context for the selected item, and route actions like working now or adding to a phase.

Can I route backlog tasks to different roadmap phases automatically?

Yes, backlog task routing supports correlating selected todos with roadmap phases, allowing you to route items to work now, add to phase, brainstorm, or create a new phase.

Do I need a STATE.md file to track todo progress and routing?

Yes, a STATE.md file is required to track todo progress and routing decisions, as the workflow updates this file and commits the changes to version control to maintain state management.