Claude Code Todo Fix — Productivity skill for Claude Code
Get the todo/task list back in Claude Code 2.1.233+ on Opus 5, Opus 4.8, Sonnet 5, Fable 5.1, Fable 5 and Mythos 5: enable CLAUDE_CODE_ENABLE_TODO_TOOLS and make Claude use TaskCreate/TodoWrite again.
How to install Claude Code Todo Fix
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open jx-grxf/claude-code-todo-fix and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Claude Code Todo Fix does
Get the todo/task list back in Claude Code 2.1.233+ on Opus 5, Opus 4.8, Sonnet 5, Fable 5.1, Fable 5 and Mythos 5: enable CLAUDE_CODE_ENABLE_TODO_TOOLS and make Claude use TaskCreate/TodoWrite again. One-paste agent setup, installer, uninstaller.
Alternatives in Productivity
- Swarm Worker — You are a swarm worker agent for the {{tentacleName}} tentacle 1.4k ★
- Jobs — Create, list, edit, or delete cron jobs 1.3k ★
- Multi Aider Sub Agent — Run a multi aider_ai_code call with a sub agent call to fulfill the following tasks back to back in the most s 295 ★
README
claude-code-todo-fix
Get the todo / task list back in Claude Code.
For Opus 5, Opus 4.8, Sonnet 5, Fable 5.1, Fable 5, Mythos 5.1, Mythos 5 and newer models,
where Claude Code 2.1.233 turned it off.
[!CAUTION] Unofficial community fix, not affiliated with or endorsed by Anthropic.
The problem
Claude Code used to show a checklist that it ticked off step by step. After an update it's gone: no todo list, no `TodoWrite`, no `TaskCreate`, and Ctrl+T shows nothing.
That's intentional. From the [Claude Code 2.1.233 changelog](https://github.com/anthropics/claude-code/blob/main/CHANGELOG.md):
Todo/task-tracking tools (TaskCreate/Get/Update/List, TodoWrite) are no longer available on Opus 4.8, Sonnet 5, Fable 5, Mythos 5, and newer models; set `CLAUDE_CODE_ENABLE_TODO_TOOLS=1` to bring them back
Setting that variable is only half the fix. The tools come back as *deferred* tools: Claude sees their names but not their instructions until it loads them through tool search, so it usually doesn't use them. This repo covers both halves:
| Step | File |
Related Skills
Crew Lite
Delegate a task to the CodeCrew agent team in lite mode (no Opus). Uses only Sonnet + Haiku agents.
Cheap Delegate
Smart cheapest-adequate delegation — route a task to Ollama workers, OpenCode agents, Codex, Sonnet or Opus vi
0n Skills CI Tasks
Task List: Skills CI (Scan + Worktree Fix)
Todo Status
Show current session todo list with task statuses
Run Todos
Implement [ready]-tagged TODO items with commits. Triggers after /list-todos marks items as [ready].
Todo Create
Create a new todo list for current session with optional tasks
Related Agents
Fable Architect
Plan-only Fable 5.1 pass from an Opus or Sonnet main. Use for architecture, ambiguous root cause, or a design
Complete Task
Completes a single named task from the current milestone's TASKS_TODO.md, verifies success criteria, and updat
Fable Planner
Designs an implementation plan for a nontrivial task on Fable, so the main Opus session doesn't have to plan.