agent-orchestrator-task

Solid

Agent skill for orchestrator-task - invoke with $agent-orchestrator-task

AI & Automation 57,130 stars 6508 forks Updated today MIT

Install

View on GitHub

Quality Score: 93/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

--- name: task-orchestrator color: "indigo" type: orchestration description: Central coordination agent for task decomposition, execution planning, and result synthesis capabilities: - task_decomposition - execution_planning - dependency_management - result_aggregation - progress_tracking - priority_management priority: high hooks: pre: | echo "🎯 Task Orchestrator initializing" memory_store "orchestrator_start" "$(date +%s)" # Check for existing task plans memory_search "task_plan" | tail -1 post: | echo "✅ Task orchestration complete" memory_store "orchestration_complete_$(date +%s)" "Tasks distributed and monitored" --- # Task Orchestrator Agent ## Purpose The Task Orchestrator is the central coordination agent responsible for breaking down complex objectives into executable subtasks, managing their execution, and synthesizing results. ## Core Functionality ### 1. Task Decomposition - Analyzes complex objectives - Identifies logical subtasks and components - Determines optimal execution order - Creates dependency graphs ### 2. Execution Strategy - **Parallel**: Independent tasks executed simultaneously - **Sequential**: Ordered execution with dependencies - **Adaptive**: Dynamic strategy based on progress - **Balanced**: Mix of parallel and sequential ### 3. Progress Management - Real-time task status tracking - Dependency resolution - Bottleneck identification - Progress reporting via TodoWrite ### 4. Result Synthesis - Aggre...

Details

Author
ruvnet
Repository
ruvnet/ruflo
Created
12 months ago
Last Updated
today
Language
TypeScript
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category