gsd-check-todos

List pending todos, load selected context, and route actions with STATE.md updates.

Updated Aug 15, 2025
One-click install
npx skills add https://github.com/gesmith0606/nfl_data_engineering --skill gsd-check-todos-gesmith0606
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-check-todos
Source: https://github.com/gesmith0606/nfl_data_engineering/tree/main/.claude/skills/gsd-check-todos
Command: npx skills add https://github.com/gesmith0606/nfl_data_engineering --skill gsd-check-todos-gesmith0606

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill reduces backlog friction by listing outstanding todos, loading full context for a selected item, and routing the item into an actionable path so work can begin immediately.

Core Features & Use Cases

  • Interactive Todo Discovery: Count and list pending todos with optional area filtering to focus work.
  • Context Loading & Roadmap Correlation: Load file summaries and correlate todos with roadmap and STATE.md entries for informed decision making.
  • Action Routing & State Management: Offer actions (work now, add to phase, brainstorm, create phase), update STATE.md, and make git commits to record progress.
  • Use Case: A developer or project manager wants to review all "backend" todos, pick one, load its full context, and either start working or add it to the next release phase with an immediate state update.

Quick Start

Ask to "list pending todos for area backend, show full context for item 3, and offer actions to work now or add to a phase".

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 from a repository and filter them by area?

This Skill lists pending todos with optional area filtering to focus work, reading your repository files to count and display only the relevant backlog items.

What is the best way to turn roadmap todos into actionable next steps?

This Skill correlates roadmap todos with STATE.md entries, loads full file context for a selected item, and routes it into an actionable path like working now or adding to a phase.

How do I update STATE.md and stage git commits when selecting a todo to work on?

This Skill updates STATE.md and stages git commits automatically through its action routing, recording progress when you choose to work on a todo or add it to a release phase.

Can I load full context for a specific todo item and brainstorm solutions before starting?

Yes, this Skill loads full file context for a selected todo item and offers action routes including brainstorming, creating a phase, or starting work immediately.

Do I need a STATE.md file to use interactive todo selection in my project workflow?

This Skill applies to repositories maintaining STATE.md files, correlating todos with these entries and performing writes to update state and record progress during interactive selection.

What actions can I take after interactive todo discovery selects an item from my backlog?

After interactive todo discovery, this Skill offers actions to work now, add to a phase, brainstorm, or create a phase, updating STATE.md and staging git commits to record progress.