#1286 f12a16d Thanks @Crunchyman-ralph! - Add changelog highlights to auto-update notifications
When the CLI auto-updates to a new version, it now displays a "What's New" section.
#1293 3010b90 Thanks @Crunchyman-ralph! - Add Claude Code plugin with marketplace distribution
This release introduces official Claude Code plugin support, marking the evolution from legacy .claude directory copying to a modern plugin-based architecture.
Task Master AI commands and agents are now distributed as a proper Claude Code plugin:
/taskmaster:command-name)Installation:
/plugin marketplace add eyaltoledano/claude-task-master
/plugin install taskmaster@taskmaster
rules add claude command no longer copies commands and agents to .claude/commands/ and .claude/agents/. Instead, it nowMigration for Existing Users:
If you previously used rules add claude:
.claude/commands/ will continue to work but won't receive updates/plugin install taskmaster@taskmaster.claude/commands/ and .claude/agents/ directoriesWhy This Change?
Claude Code plugins provide:
The plugin system is the future of Task Master AI integration with Claude Code!
#1285 2a910a4 Thanks @Crunchyman-ralph! - Add RPG (Repository Planning Graph) method template for structured PRD creation. The new example_prd_rpg.txt template teaches AI agents and developers the RPG methodology through embedded instructions, inline good/bad examples, and XML-style tags for structure. This template enables creation of dependency-aware PRDs that automatically generate topologically-ordered task graphs when parsed with Task Master.
Key features:
task-master initThe RPG template complements the existing example_prd.txt and provides a more structured approach for complex projects requiring clear module boundaries and dependency chains.
#1287 90e6bdc Thanks @Crunchyman-ralph! - Enhance expand_all to intelligently use complexity analysis recommendations when expanding tasks.
The expand-all operation now automatically leverages recommendations from analyze-complexity to determine optimal subtask counts for each task, resulting in more accurate and context-aware task breakdowns.
Key improvements:
When you run task-master expand --all after task-master analyze-complexity, Task Master now uses the recommended subtask counts from the complexity analysis instead of applying uniform defaults, ensuring each task is broken down according to its actual complexity.
#1191 aaf903f Thanks @Crunchyman-ralph! - Fix cross-level task dependencies not being saved
Fixes an issue where adding dependencies between subtasks and top-level tasks (e.g., task-master add-dependency --id=2.2 --depends-on=11) would report success but fail to persist the changes. Dependencies can now be created in both directions between any task levels.
#1299 4c1ef2c Thanks @Crunchyman-ralph! - Improve refresh token when authenticating