gsd-check-todos

List pending todos, select one, and route actions with roadmap correlation.

Updated Feb 11, 2026
One-click install
npx skills add https://github.com/ArtRiv/game-topicos-especiais --skill gsd-check-todos-artriv
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-check-todos
Source: https://github.com/ArtRiv/game-topicos-especiais/tree/main/.github/skills/gsd-check-todos
Command: npx skills add https://github.com/ArtRiv/game-topicos-especiais --skill gsd-check-todos-artriv

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps you quickly see what work is still pending and choose the best next todo without manually scanning and coordinating project status across files.

Core Features & Use Cases

  • Todo counting & listing with area filtering: Focuses the results to a specific area so you can act on the most relevant backlog item.
  • Interactive selection with full context loading: Lets you select one todo and then loads the related details and summaries needed to start work immediately.
  • Roadmap correlation and action routing: Checks alignment with the roadmap and routes you to the appropriate next step (work now, add to phase, brainstorm, or create phase), updating STATE.md and committing changes.

Quick Start

Run the gsd-check-todos skill and optionally pass an area filter to list pending todos, select one, and have the workflow load full context and route the appropriate 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 todo from my project backlog without manually checking status across files?

Backlog triage works by counting pending todos, applying optional area filtering, and correlating items with your roadmap. After interactive selection, it loads full context summaries and routes actions by updating STATE.md and committing changes to git.

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

Yes, area filtering is supported. You can pass a specific area filter when starting the workflow to narrow down pending todos, ensuring the interactive selection only surfaces tasks relevant to your targeted project domain.

How does roadmap correlation work when picking a todo task?

Roadmap correlation checks the selected todo against project milestones to determine alignment. Based on this check, action routing directs you to work now, add to phase, brainstorm, or create a new phase, then updates STATE.md with git commits.

What happens to project state after I select a todo to work on?

After selecting a todo, the workflow updates STATE.md with the routing decision and commits the changes via git. This ensures your project status tracking remains synchronized with the roadmap routing decision made for that specific task.

Do I need any specific dependencies or components to run the todo selection workflow?

No specific dependencies or external components are required. The workflow operates independently to perform todo counting, interactive selection, context loading, roadmap checking, and action routing directly within your existing project environment.