smithery/NickCrew

task-orchestration

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

Installation

$ npx skills add smithery/NickCrew --skill task-orchestration

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery/NickCrew · top by installs.

npx skills add smithery/NickCrew

Browse all from smithery/NickCrew

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,705 B
  • docs SUMMARY.md 218 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

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