feat: improve task-checker, executor, and orchestrator

This commit is contained in:
Ralph Khreish
2025-08-06 20:08:15 +02:00
parent b06d59e487
commit 6dad430347
4 changed files with 296 additions and 27 deletions

View File

@@ -2,11 +2,11 @@
"task-master-ai": minor
---
Added Claude Code subagent support with task-orchestrator and task-executor
Added Claude Code subagent support with task-orchestrator, task-executor, and task-checker
## New Claude Code Agents
Added specialized agents for Claude Code users to enable parallel task execution and intelligent task orchestration:
Added specialized agents for Claude Code users to enable parallel task execution, intelligent task orchestration, and quality assurance:
### task-orchestrator
Coordinates and manages the execution of Task Master tasks with intelligent dependency analysis:
@@ -22,6 +22,13 @@ Handles the actual implementation of individual tasks:
- Updates task status and logs progress
- Can work in parallel with other executors on independent tasks
### task-checker
Verifies that completed tasks meet their specifications:
- Reviews tasks marked as 'review' status
- Validates implementation against requirements
- Runs tests and checks for best practices
- Ensures quality before marking tasks as 'done'
## Installation
When using the Claude profile (`task-master rules add claude`), the agents are automatically installed to `.claude/agents/` directory.