refactor: migrate all plugins from TodoWrite to Tasks system#8
Merged
refactor: migrate all plugins from TodoWrite to Tasks system#8
Conversation
- Plan to migrate all plugins from TodoWrite to new Tasks system - Pattern mapping from old to new API - Migration order: multimodel → dev → frontend → others - New capabilities: dependencies, cross-session, ownership - 115 files across 12 plugins to update
BREAKING CHANGE: TodoWrite API replaced with Tasks (TaskCreate, TaskUpdate, TaskList, TaskGet) Migration scope: - Renamed todowrite-orchestration → task-orchestration skill (v2.0.0) - Updated 115+ markdown files across 12 plugins - Added 576 Tasks API references Changes by plugin: - multimodel: Core orchestration skills rewritten with new API - dev: 29 files (commands, agents, skills) - frontend: 16 files - seo: 13 files - conductor: 11 files - agentdev: 9 files - instantly: 8 files - video-editing: 6 files - bun: 6 files - nanobanana: 5 files - autopilot: 4 files - code-analysis: 1 file New capabilities documented: - Task dependencies (blockedBy/blocks) - Task ownership for parallel agents (owner field) - Cross-session persistence (CLAUDE_CODE_TASK_LIST_ID) Verification: - 0 TodoWrite refs in live code (3 intentional "MUST NOT" restrictions remain) - 576 Tasks API references added - task-orchestration skill fully rewritten with new patterns
- Remove unused 'key' variable (use _key) - Remove unused imports (beforeEach, readdir, stat) - Fix duplicate export conflicts in index.ts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Migrate all MAG Claude Plugins from TodoWrite to the new Tasks system, aligning with Claude Code platform evolution.
Changes
todowrite-orchestration→task-orchestration(v2.0.0)New Capabilities Documented
blockedBy/blocksfields for task orderingownerfield for parallel agent coordinationCLAUDE_CODE_TASK_LIST_IDenv var for persistenceFiles by Plugin
Breaking Changes
BREAKING: TodoWrite API replaced with Tasks system.
task-orchestrationskillTest Plan
Design Document
See
docs/plans/2026-01-30-tasks-migration-design.md🤖 Generated with Claude Code