gsd-check-todos

List, filter, and select pending todos with context and roadmap checks.

Updated Mar 14, 2026
One-click install
npx skills add https://github.com/novatech2210-cmd/ImidusApp --skill gsd-check-todos-novatech2210-cmd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-check-todos
Source: https://github.com/novatech2210-cmd/ImidusApp/tree/main/.codex/skills/gsd-check-todos
Command: npx skills add https://github.com/novatech2210-cmd/ImidusApp --skill gsd-check-todos-novatech2210-cmd

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This tool helps teams manage backlog by listing pending todos, filtering by area, enabling a user to pick one, and loading full context for that item to drive subsequent actions.

Core Features & Use Cases

  • Todo listing with optional area filtering to reduce noise.
  • Interactive selection with full context loading and file summaries.
  • Roadmap correlation checks and action routing (work now, add to phase, brainstorm, create phase).
  • STATE.md updates and automatic git commits to capture decisions.

Quick Start

Ask for an optional area filter, run the check-todos workflow to list, select, and act on a Todo.

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 a project backlog with area filtering?

To select a todo from a project backlog, apply an optional area filter to reduce noise, interactively choose a pending item, and load its full context with file summaries to drive subsequent actions like working now or brainstorming.

How does context loading work when picking a todo to tackle?

Context loading works by retrieving file summaries and checking roadmap alignment for the selected todo, ensuring you have the necessary project background to route actions such as adding to a phase or creating a new phase.

Can I filter backlog todos by project area before selecting one?

Yes, you can filter backlog todos by specifying a project area, which narrows the list to relevant pending items and reduces noise before you interactively select one to work on.

What's the best way to manage todo state changes after routing a backlog item?

The best way to manage todo state changes is by updating STATE.md and committing changes via git, which captures your decisions and maintains version-controlled state management after routing an item to an action.

What actions can I route a selected todo to after loading its context?

After loading context, you can route a selected todo to actions like work now, add to phase, brainstorm, or create phase, with all decisions recorded through STATE.md updates and automatic git commits.

Do I need a roadmap to check todo alignment during backlog selection?

A roadmap is used to check alignment during backlog selection, correlating the pending todo with broader project goals to ensure the chosen item fits the planned development trajectory before routing actions.