Skip to content
OpenSmartRoute
Skillv1.0.0

task-orchestration

Use when coordinating complex tasks with orchestration, delegation, or parallel workstreams - provides structured workflows for orchestrate:brainstorm, orchestrate:spawn, and orchestrate:task.

by nickcrew(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from nickcrew/claude-cortex (skills/task-orchestration/SKILL.md). Install upstream with npx skills add nickcrew/claude-cortex --skill task-orchestration. Copyright stays with the author.

Task Orchestration

Overview

Coordinate complex tasks with structured orchestration: discover requirements, spawn parallel agents, and execute multi-step workflows with validation.

When to Use

  • Multi-step tasks requiring coordination or delegation
  • Parallelizable workstreams
  • Complex requirements discovery

Avoid when:

  • The task is simple or single-file

Quick Reference

Task Load reference
Orchestrated brainstorming skills/task-orchestration/references/brainstorm.md
Spawn orchestration skills/task-orchestration/references/spawn.md
Task orchestration skills/task-orchestration/references/task.md
Process Patterns skills/task-orchestration/references/process-patterns.md
Task Decomposition skills/task-orchestration/references/task-decomposition.md

Workflow

  1. Choose the orchestration mode (brainstorm, spawn, task).
  2. Load the matching reference.
  3. Execute with delegation and progress tracking.
  4. Validate outputs and consolidate results.

Output

  • Orchestration summary
  • Task progress and next steps

Common Mistakes

  • Spawning without clear task boundaries
  • Skipping validation gates

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/nickcrew-claude-cortex-task-orchestration/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

nickcrew-claude-cortex-task-orchestration.ocm.jsonjson
{
  "ocm": "1",
  "id": "nickcrew-claude-cortex-task-orchestration",
  "kind": "skill",
  "name": "task-orchestration",
  "description": "Use when coordinating complex tasks with orchestration, delegation, or parallel workstreams - provides structured workflows for orchestrate:brainstorm, orchestrate:spawn, and orchestrate:task.",
  "publisher": "nickcrew",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "multi-agent",
      "orchestrate",
      "orchestration",
      "parallel-tasks",
      "task-management",
      "workflow-execution",
      "skills-sh"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Use when coordinating complex tasks with orchestration, delegation, or parallel workstreams - provides structured workflows for orchestrate:brainstorm, orchestrate:spawn, and orchestrate:task."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "skills.sh",
      "repository": "https://github.com/nickcrew/claude-cortex",
      "path": "skills/task-orchestration/SKILL.md",
      "ref": "HEAD",
      "url": "https://github.com/nickcrew/claude-cortex/blob/HEAD/skills/task-orchestration/SKILL.md",
      "key": "nickcrew/claude-cortex/skills/task-orchestration/SKILL.md"
    }
  },
  "instructions": "# Task Orchestration\n\n## Overview\nCoordinate complex tasks with structured orchestration: discover requirements, spawn parallel agents, and execute multi-step workflows with validation.\n\n## When to Use\n- Multi-step tasks requiring coordination or delegation\n- Parallelizable workstreams\n- Complex requirements discovery\n\nAvoid when:\n- The task is simple or single-file\n\n## Quick Reference\n\n| Task | Load reference |\n| --- | --- |\n| Orchestrated brainstorming | `skills/task-orchestration/references/brainstorm.md` |\n| Spawn orchestration | `skills/task-orchestration/references/spawn.md` |\n| Task orc",
  "cost": {
    "context_tokens": 298
  }
}

Fetch it by URL: GET /api/v1/registry/nickcrew-claude-cortex-task-orchestration/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.

task-orchestration - Skill - OpenSmartRoute