Check Todos banner
eric-moreno eric-moreno

Check Todos

Development community

Description

--- name: gad:check-todos description: List pending todos and select one to work on argument-hint: [area filter] allowed-tools: - Read - Write - Bash - AskUserQuestion --- <objective> List all pending todos, allow selection, load full context for the selected todo, and route to appropriate action. Routes to the check-todos workflow which handles: - Todo counting and listing with area filtering - Interactive selection with full context loading - Roadmap correlation checking - Action rou

Installation

Installs to ~/.claude/skills/eric-moreno-get-analysis-done-check-todos/SKILL.md

Terminal
mkdir -p ~/.claude/skills/eric-moreno-get-analysis-done-check-todos && curl -fsSL https://raw.githubusercontent.com/eric-moreno/get-analysis-done/HEAD/commands/check-todos.md -o ~/.claude/skills/eric-moreno-get-analysis-done-check-todos/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository