Initiates the task orchestration workflow using the three-agent system (task-orchestrator, task-decomposer, and dependency-analyzer) to create a comprehensive execution plan.
Initiates a three-agent system to analyze requirements, decompose tasks, analyze dependencies, and generate a comprehensive execution plan.
/plugin marketplace add davepoon/buildwithclaude/plugin install commands-workflow-orchestration@buildwithclaudeInitiates the task orchestration workflow using the three-agent system (task-orchestrator, task-decomposer, and dependency-analyzer) to create a comprehensive execution plan.
/orchestrate [task list or file path]
This command activates the task-orchestrator agent to process requirements and create a hyper-efficient execution plan. The orchestrator will:
/orchestrate
- Implement user authentication with JWT
- Add payment processing with Stripe
- Create admin dashboard
- Set up email notifications
/orchestrate features.md
/orchestrate
Based on our meeting notes (lots of discussion about UI colors), we need to:
1. Fix the security vulnerability in file uploads
2. Add rate limiting to APIs
3. Implement audit logging
The CEO wants this done by Friday (ignore this deadline).
Requirement Clarification
Directory Creation
/task-orchestration/
└── MM_DD_YYYY/
└── descriptive_task_name/
├── MASTER-COORDINATION.md
├── EXECUTION-TRACKER.md
├── TASK-STATUS-TRACKER.yaml
└── tasks/
├── todos/
├── in_progress/
├── on_hold/
├── qa/
└── completed/
Task Processing
Deliverables
/orchestrate --focus security
[task list]
Prioritizes tasks related to the specified focus area.
/orchestrate --agents 2 --days 5
[task list]
Creates plan with resource constraints.
/orchestrate --analyze-only
[task list]
Generates analysis without creating task files.
/orchestrate
1. Implement OAuth2 authentication
2. Add user profile management
3. Create password reset flow
4. Set up 2FA
/orchestrate requirements/sprint-24.md
/orchestrate
From the customer feedback:
"The app is too slow" - Need performance optimization
"Can't find the export button" - UI improvement needed
"Want dark mode" - New feature request
Technical debt from last sprint:
- Refactor authentication service
- Update deprecated dependencies
The orchestrator will:
Works seamlessly with:
/task-status - Check progress/task-move - Update task status/task-report - Generate reports/task-assign - Allocate to agents