gsd-check-todos

List and select pending todos with action routing and STATE.md updates.

Updated Jan 21, 2026
One-click install
npx skills add https://github.com/zerAda/RestaurantAgentAutomation --skill gsd-check-todos-zerada
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-check-todos
Source: https://github.com/zerAda/RestaurantAgentAutomation/tree/main/.agent/skills/gsd-check-todos
Command: npx skills add https://github.com/zerAda/RestaurantAgentAutomation --skill gsd-check-todos-zerada

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps you list and select pending todos, providing full context and routing to appropriate actions, streamlining your task management process.

Core Features & Use Cases

  • Todo Listing: Lists all pending todos with optional area filtering.
  • Interactive Selection: Allows you to select a todo for detailed context.
  • Action Routing: Routes selected todos to actions like 'work now', 'add to phase', 'brainstorm', or 'create phase'.
  • STATE.md Updates: Updates the STATE.md file with todo status changes.
  • Git Commits: Commits changes to the todo state to the repository.

Quick Start

Use the gsd-check-todos skill to list and select a todo from your project.

Frequently Asked Questions about gsd-check-todos

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

FAQPage Schema
How do I list pending todos and route them to specific actions?

To list pending todos and route them to actions, this skill filters tasks by area, enables interactive selection for full context, and routes items to actions like 'work now' or 'brainstorm'. It streamlines task selection by updating state and committing changes.

What is the best way to track todo state changes in my project repository?

Tracking todo state changes in a repository is handled by updating the STATE.md file with current statuses and committing those changes directly to Git. This ensures todo management context is version-controlled alongside your project code.

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

Yes, you can filter pending todos by project area before selection. The skill provides optional area filtering to narrow down the task list, allowing you to focus on specific contexts before routing a selected todo to an action.

How does contextual routing work for selected todos?

Contextual routing for selected todos works by presenting full task context and offering specific routing actions. Once you select a pending todo, the skill routes it to actions like 'add to phase', 'create phase', 'work now', or 'brainstorm' for immediate processing.

Do I need a specific workflow handler to manage todo state tracking?

Yes, you need a workflow handler for task management and state tracking. The skill requires this underlying workflow mechanism to properly route selected todos and update the STATE.md file with accurate status changes.

Why update STATE.md when managing pending todos?

Updating STATE.md when managing pending todos provides a persistent record of task statuses. This state tracking mechanism ensures your todo management process maintains context across sessions and syncs updates with Git commits.