jx-grxf

Claude Code Todo Fix — Productivity skill for Claude Code

Productivity community

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.

Latest release CI Claude Code 2.1.233+ Setup: 1 minute License: MIT

[!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 |