Run Todos banner
benjaminshoemaker benjaminshoemaker

Run Todos

Productivity community

Description

--- description: Implement [ready]-tagged TODO items with commits. Triggers after /list-todos marks items as [ready]. allowed-tools: Read, Write, Edit, Bash, Glob, Grep, AskUserQuestion, Task --- Implement TODO items that have been marked as `[ready]` in TODOS.md. ## Directory Guard Before starting, confirm `TODOS.md` exists in the current working directory. - If it does not exist, **STOP** and tell the user to create TODOS.md or `cd` into their project directory. ## Context Check **Before

Installation

Installs to ~/.claude/commands/benjaminshoemaker-ai_coding_project_base-run-todos.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/benjaminshoemaker/ai_coding_project_base/HEAD/.claude/commands/run-todos.md -o ~/.claude/commands/benjaminshoemaker-ai_coding_project_base-run-todos.md

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

Full documentation available on GitHub

View Source Repository