From orc
Multi-agent orchestration — break complex work into parallel sub-tasks dispatched to Cursor, Codex, or Claude subagents
npx claudepluginhub athan-dial/skills --plugin orc[plan file path or freeform request]Invoke the `orchestrate` skill (from the `orc` plugin) with the user's arguments: $ARGUMENTS If no arguments are provided, prompt for either a plan file path or a freeform description of the work to decompose.
/orchestrateServes as legacy shim delegating to dmux-workflows for parallel agent execution with tmux worktrees and autonomous-agent-harness for persistent loops and governance.
/orchestrateGenerates test orchestration configs for staged workflows with dependencies, parallel execution, smart selection of affected tests, retries, and CI/CD optimization.
/orchestrateDecomposes complex tasks into ordered sub-tasks with dependencies and parallel execution, tracks progress and failures, verifies results, and outputs a status summary table.
/orchestrateOrchestrates agent teams to execute complex requests: analyzes into steps, runs with verification, auto-retries failures up to 5x per step, escalates to user if needed, and reports outcomes.
/orchestrateOrchestrates parallel task execution via Agent Teams API, parsing prompt_plan.md tasks, analyzing dependencies, and coordinating across Node.js, Python, Rust, Go, .NET projects.
/orchestrateRoutes arguments to orchestration subcommands for multi-agent workflows: menu, help, explain, examples, templates, or inline syntax execution with visual feedback.
Invoke the orchestrate skill (from the orc plugin) with the user's arguments: $ARGUMENTS
If no arguments are provided, prompt for either a plan file path or a freeform description of the work to decompose.