gsd-check-todos

List and select pending todos with area filtering and workflow routing.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you quickly find pending todos, review their full context, and decide what to do next without losing track of roadmap priorities.

Core Features & Use Cases

  • Todo Discovery: Lists pending todos and supports optional area filtering so you can narrow work to a specific part of the project.
  • Context-Aware Selection: Loads the full context for a chosen todo, checks roadmap correlation, and helps route it to the right next action.
  • Workflow Routing: Supports work-now decisions, phase planning, brainstorming, and creating new phases while updating state and committing changes.
  • Use Case: Use this Skill when you want to review all outstanding tasks in a repo, choose the best one to handle next, and keep project state synchronized.

Quick Start

Ask the assistant to list pending todos for a chosen area, show full context for the best match, and route it to the appropriate 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 select the next pending todo from a project roadmap without losing priority context?

To select the next pending todo, this Skill lists all outstanding tasks, optionally filters by project area, and loads full context to check roadmap alignment before routing your choice. It ensures you pick the right todo while maintaining momentum.

What is the best way to route an engineering workflow todo to phase planning or immediate work?

Routing an engineering workflow todo involves interactive selection and full context loading to decide between immediate work, phase planning, or brainstorming. This Skill safely routes the chosen todo by updating STATE.md and supporting git commits deterministically.

Can I filter pending todos by a specific project area before choosing a task?

Yes, you can filter pending todos by a specific project area. The Skill supports optional area filtering during todo discovery, allowing you to narrow your focus to a specific part of the project before selecting the next work item.

Does choosing a todo with this workflow automatically update project state and git commits?

Choosing a todo does update project state and git commits. The workflow requires interactive selection, full context loading, STATE.md updates, and git commit support to safely and deterministically route the chosen todo to the next action.

When do I need to use a phased engineering workflow for task selection?

You need a phased engineering workflow for task selection when you must filter tasks by area, inspect roadmap alignment, and choose between immediate work, phase planning, or brainstorming. This ensures deterministic routing and safe state management for your chosen todo.

What are the limitations of routing todos without full context loading and STATE.md updates?

Without full context loading and STATE.md updates, routing todos lacks roadmap correlation and safe state synchronization. This Skill prevents those limitations by requiring context loading, interactive selection, and git commit support to route chosen todos safely and deterministically.