#1098 36468f3 Thanks @Crunchyman-ralph! - Enhanced Claude Code provider with codebase-aware task generation
parse-prd, expand-task, and analyze-complexity commands#1105 75c514c Thanks @Crunchyman-ralph! - Add GPT-5 support with proper parameter handling
#1091 4bb6370 Thanks @Crunchyman-ralph! - Add Claude Code subagent support with task-orchestrator, task-executor, and task-checker
Added specialized agents for Claude Code users to enable parallel task execution, intelligent task orchestration, and quality assurance:
Coordinates and manages the execution of Task Master tasks with intelligent dependency analysis:
Handles the actual implementation of individual tasks:
Verifies that completed tasks meet their specifications:
When using the Claude profile (task-master rules add claude), the agents are automatically installed to .claude/agents/ directory.
# In Claude Code, after initializing a project with tasks:
# Use task-orchestrator to analyze and coordinate work
# The orchestrator will:
# 1. Check task dependencies
# 2. Identify tasks that can run in parallel
# 3. Deploy executors for available work
# 4. Monitor progress and deploy new executors as tasks complete
# Use task-executor for specific task implementation
# When the orchestrator identifies task 2.3 needs work:
# The executor will implement that specific task
#1094 4357af3 Thanks @Crunchyman-ralph! - Fix expand task generating unrelated generic subtasks
Fixed an issue where task-master expand would generate generic authentication-related subtasks regardless of the parent task context when using complexity reports. The expansion now properly includes the parent task details alongside any expansion guidance.
#1079 e495b2b Thanks @Crunchyman-ralph! - Fix scope-up/down prompts to include all required fields for better AI model compatibility
priority field to scope adjustment prompts to prevent validation errors with Claude-code and other models#1079 e495b2b Thanks @Crunchyman-ralph! - Fix MCP scope-up/down tools not finding tasks
#1079 e495b2b Thanks @Crunchyman-ralph! - Improve AI provider compatibility for JSON generation
a464e55 Thanks @Crunchyman-ralph! - Fix issues with some users not being able to connect to Taskmaster MCP server while using the extension