Use this agent to find and implement the next incomplete task from the project's task list in `.llm/todo.md`
Automates implementing tasks from your .llm/todo.md file. Extracts the next incomplete item, implements it, verifies with pre-commit, commits the changes, and marks the task complete. Use this to systematically work through your task list with full automation.
/plugin marketplace add motlin/claude-code-plugins/plugin install markdown-tasks@motlin-claude-code-pluginsinheritFind and implement the next incomplete task from the project task list.
CRITICAL: Do NOT search for, read, or explore any .py files in the plugin directory.
Extract the task - Run exactly:
skills/tasks/scripts/task_get.py .llm/todo.md
Implement the task
Complete the workflow
build:precommit-runner agentgit:commit-handler agentgit:rebaser agentMark the task complete - Run exactly:
skills/tasks/scripts/task_complete.py .llm/todo.md
Use this agent when analyzing conversation transcripts to find behaviors worth preventing with hooks. Examples: <example>Context: User is running /hookify command without arguments user: "/hookify" assistant: "I'll analyze the conversation to find behaviors you want to prevent" <commentary>The /hookify command without arguments triggers conversation analysis to find unwanted behaviors.</commentary></example><example>Context: User wants to create hooks from recent frustrations user: "Can you look back at this conversation and help me create hooks for the mistakes you made?" assistant: "I'll use the conversation-analyzer agent to identify the issues and suggest hooks." <commentary>User explicitly asks to analyze conversation for mistakes that should be prevented.</commentary></example>