gsd-check-todos

List pending todos from the workspace and select one for context loading.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

List pending todos from the project workspace and present a clear option to select one for action.

Core Features & Use Cases

  • List and filter pending tasks by area or roadmap alignment to prepare for planning sessions.
  • Load full context and summaries for the selected todo to inform subsequent actions (e.g., work now, add to phase, brainstorm, create phase).
  • Update STATE.md and commit changes to reflect progress and decisions in the project roadmap.

Quick Start

Ask the AI to list all pending todos, filter by area if provided, and select one to load its full context.

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 select one for task triage?

To list pending todos for task triage, the Skill scans the project workspace and presents all pending tasks with options to select one, applying area filters and loading full context for the chosen item.

Can I filter pending todos by area during a planning session?

Yes, you can filter pending todos by area during interactive planning. The Skill enforces area filtering to narrow the task list and ensure roadmap alignment before presenting selection options.

What happens to STATE.md after I select a todo to work on?

After selecting a todo, STATE.md is updated and changes are committed via git to reflect progress and decisions. This ensures the project roadmap alignment is maintained throughout the workflow.

How does context loading work when I pick a todo to act on?

Context loading expands the selected todo by retrieving its full context and summaries. This informs subsequent actions like working immediately, adding to a phase, brainstorming, or creating a new phase.

Do I need any dependencies to run this roadmap triage workflow?

No dependencies are required to run this roadmap triage workflow. The Skill operates independently to enforce deterministic workflow steps, area filtering, context expansion, and commit updates.