Task Todo banner
brettinternet brettinternet

Task Todo

Productivity community

Description

Open @todo.md or find "TODO:" tasks in the repository and identify any steps not marked as completed. Find the first phase with unfinished tasks. Do the following with the task: - Double-check if that task is truly unfinished (if uncertain, ask for clarification). - Ensure the tests pass, and the program builds and runs. - Commit the changes to your repository with a clear commit message. - Update the TODO item to mark the tasks that the agent completed. - Auto-compact the context and repeat w

Installation

Installs to ~/.claude/skills/brettinternet-ai-task-todo/SKILL.md

Terminal
mkdir -p ~/.claude/skills/brettinternet-ai-task-todo && curl -fsSL https://raw.githubusercontent.com/brettinternet/ai/HEAD/commands/task-todo.md -o ~/.claude/skills/brettinternet-ai-task-todo/SKILL.md

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

Full documentation available on GitHub

View Source Repository