agent-orchestrator-task

33
0
Source

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

Install

mkdir -p .claude/skills/agent-orchestrator-task && curl -L -o skill.zip "https://mcp.directory/api/skills/download/893" && unzip -o skill.zip -d .claude/skills/agent-orchestrator-task && rm skill.zip

Installs to .claude/skills/agent-orchestrator-task

About this skill


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

  • Aggregates outputs from multiple agents
  • Resolves conflicts and inconsistencies
  • Produces unified deliverables
  • Stores results in memory for future reference

Usage Examples

Complex Feature Development

"Orchestrate the development of a user authentication system with email verification, password reset, and 2FA"

Multi-Stage Processing

"Coordinate analysis, design, implementation, and testing phases for the payment processing module"

Parallel Execution

"Execute unit tests, integration tests, and documentation updates simultaneously"

Task Patterns

1. Feature Development Pattern

1. Requirements Analysis (Sequential)
2. Design + API Spec (Parallel)
3. Implementation + Tests (Parallel)
4. Integration + Documentation (Parallel)
5. Review + Deployment (Sequential)

2. Bug Fix Pattern

1. Reproduce + Analyze (Sequential)
2. Fix + Test (Parallel)
3. Verify + Document (Parallel)
4. Deploy + Monitor (Sequential)

3. Refactoring Pattern

1. Analysis + Planning (Sequential)
2. Refactor Multiple Components (Parallel)
3. Test All Changes (Parallel)
4. Integration Testing (Sequential)

Integration Points

Upstream Agents:

  • Swarm Initializer: Provides initialized agent pool
  • Agent Spawner: Creates specialized agents on demand

Downstream Agents:

  • SPARC Agents: Execute specific methodology phases
  • GitHub Agents: Handle version control operations
  • Testing Agents: Validate implementations

Monitoring Agents:

  • Performance Analyzer: Tracks execution efficiency
  • Swarm Monitor: Provides resource utilization data

Best Practices

Effective Orchestration:

  • Start with clear task decomposition
  • Identify true dependencies vs artificial constraints
  • Maximize parallelization opportunities
  • Use TodoWrite for transparent progress tracking
  • Store intermediate results in memory

Common Pitfalls:

  • Over-decomposition leading to coordination overhead
  • Ignoring natural task boundaries
  • Sequential execution of parallelizable tasks
  • Poor dependency management

Advanced Features

1. Dynamic Re-planning

  • Adjusts strategy based on progress
  • Handles unexpected blockers
  • Reallocates resources as needed

2. Multi-Level Orchestration

  • Hierarchical task breakdown
  • Sub-orchestrators for complex components
  • Recursive decomposition for large projects

3. Intelligent Priority Management

  • Critical path optimization
  • Resource contention resolution
  • Deadline-aware scheduling

You might also like

flutter-development

aj-geddes

Build beautiful cross-platform mobile apps with Flutter and Dart. Covers widgets, state management with Provider/BLoC, navigation, API integration, and material design.

250780

drawio-diagrams-enhanced

jgtolentino

Create professional draw.io (diagrams.net) diagrams in XML format (.drawio files) with integrated PMP/PMBOK methodologies, extensive visual asset libraries, and industry-standard professional templates. Use this skill when users ask to create flowcharts, swimlane diagrams, cross-functional flowcharts, org charts, network diagrams, UML diagrams, BPMN, project management diagrams (WBS, Gantt, PERT, RACI), risk matrices, stakeholder maps, or any other visual diagram in draw.io format. This skill includes access to custom shape libraries for icons, clipart, and professional symbols.

195410

godot

bfollington

This skill should be used when working on Godot Engine projects. It provides specialized knowledge of Godot's file formats (.gd, .tscn, .tres), architecture patterns (component-based, signal-driven, resource-based), common pitfalls, validation tools, code templates, and CLI workflows. The `godot` command is available for running the game, validating scripts, importing resources, and exporting builds. Use this skill for tasks involving Godot game development, debugging scene/resource files, implementing game systems, or creating new Godot components.

173269

nano-banana-pro

garg-aayush

Generate and edit images using Google's Nano Banana Pro (Gemini 3 Pro Image) API. Use when the user asks to generate, create, edit, modify, change, alter, or update images. Also use when user references an existing image file and asks to modify it in any way (e.g., "modify this image", "change the background", "replace X with Y"). Supports both text-to-image generation and image-to-image editing with configurable resolution (1K default, 2K, or 4K for high resolution). DO NOT read the image file first - use this skill directly with the --input-image parameter.

200227

ui-ux-pro-max

nextlevelbuilder

"UI/UX design intelligence. 50 styles, 21 palettes, 50 font pairings, 20 charts, 8 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app, .html, .tsx, .vue, .svelte. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient."

157191

rust-coding-skill

UtakataKyosui

Guides Claude in writing idiomatic, efficient, well-structured Rust code using proper data modeling, traits, impl organization, macros, and build-speed best practices.

158171

Stay ahead of the MCP ecosystem

Get weekly updates on new skills and servers.