gsd-check-todos

List pending todos filtered by project area with interactive selection and routing.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Projects accumulate many scattered todos and it's time-consuming to find, filter, and pick the most relevant task with full context; this Skill centralizes pending todos, enables area filtering, and drives the user to an immediate next action.

Core Features & Use Cases

  • Area filtering and listing: Filter pending todos by project area and get a concise, prioritized list.
  • Interactive selection with context: Load full context and file summaries for a selected todo before deciding how to proceed.
  • Roadmap correlation and routing: Check roadmap ties and route the selected todo to actions like work now, add to phase, brainstorm, or create a new phase, while updating STATE.md and committing changes.
  • Use Case: A developer asks to view all frontend todos, selects a high-priority item, inspects related files and roadmap links, then starts work with a single action that records state and commits changes.

Quick Start

Ask the skill to check pending todos for the frontend area, show full context for each, and let me pick one to start working on.

Frequently Asked Questions about gsd-check-todos

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

FAQPage Schema
How do I filter and list pending todos by project area?

Filtering pending todos by area lets you view a concise, prioritized list of tasks for specific project domains like frontend. The system centralizes scattered todos so you can interactively select the most relevant one to act on.

How do I load full context for a todo before starting work?

Loading full context for a todo means retrieving file summaries and related project information before deciding how to proceed. After interactively selecting a todo, the system loads complete context to help you determine the next action.

Can I route a selected todo to different workflow actions like brainstorming or adding to a phase?

Routing a selected todo to different actions is supported through decision routing. You can direct a todo to work now, add to phase, brainstorm, or create a new phase, while updating STATE.md and committing changes via git.

Does this todo workflow check roadmap correlation before deciding on a task?

Checking roadmap correlation is part of the todo selection process. When you select a pending todo, the system checks its ties to the roadmap and loads full context, enabling you to make an informed routing decision for your next action.

What is the best way to manage scattered todos and drive immediate next actions in a project workflow?

Managing scattered todos is best handled by centralizing pending tasks, applying area filtering, and loading full context. This approach drives you to an immediate next action by interactively selecting a todo and routing it to work now or roadmap phases.

Do I need git to track state changes when acting on pending todos?

Git is used to commit changes when you act on a selected todo. The workflow updates STATE.md to record the current task state and uses git commits to ensure your progress and routing decisions are tracked in the project repository.