cloud-orchestrator

Coordinate multi-phase projects by delegating tasks to specialist sub-agents.

Updated Jul 7, 2026
One-click install
npx skills add https://github.com/TitoPrausee/nexus-toti --skill cloud-orchestrator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloud-orchestrator
Source: https://github.com/TitoPrausee/nexus-toti/tree/main/data/skills/software-development/cloud-orchestrator
Command: npx skills add https://github.com/TitoPrausee/nexus-toti --skill cloud-orchestrator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the burden of manually coordinating large, multi-step work by splitting complex tasks into specialist sub-agents and managing their handoffs, reviews, and final synthesis.

Core Features & Use Cases

  • Multi-agent planning: Builds a structured plan before execution so large tasks stay organized and traceable.
  • Model routing: Assigns each phase to the most suitable Ollama Cloud model for reasoning, coding, research, or critique.
  • Adversarial review: Adds a mandatory critic pass for non-trivial work to catch gaps, errors, and weak assumptions.
  • Use case: A product launch brief that needs research, architecture, copywriting, implementation, and QA can be decomposed into a coordinated pipeline and merged into one final deliverable.

Quick Start

Use the cloud-orchestrator skill to break the attached cross-domain project into sub-agents and coordinate planning, execution, critique, and synthesis automatically.

Frequently Asked Questions about cloud-orchestrator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I coordinate complex multi-phase tasks across specialist agents?

Multi-agent workflow orchestration coordinates complex tasks by splitting them into specialist sub-agents and managing their planning, delegation, critique, and synthesis. This approach uses a shared scratchpad state to organize cross-domain work and traceable handoffs.

What is model routing and how does it work for multi-agent workflows?

Model routing assigns each phase of a complex workflow to the most suitable Ollama Cloud model. It dynamically matches specific tasks like reasoning, coding, research, or critique to the best available model for specialized execution.

When do I need adversarial review in task planning?

Adversarial review is needed for non-trivial work to catch gaps, errors, and weak assumptions. It adds a mandatory critic pass to the workflow orchestration pipeline, ensuring the synthesized output from specialist agents is robust.

Can I use workflow orchestration for projects with multiple cross-domain phases?

Workflow orchestration is specifically designed for projects with three or more phases and cross-domain work. It decomposes complex jobs like a product launch brief into a coordinated pipeline spanning research, architecture, implementation, and QA.

How to break down a cross-domain project into sub-agents automatically?

To break down a cross-domain project, pass it to an orchestration workflow that automatically generates a structured task plan. It then delegates phases to specialist sub-agents, executes them, applies critique, and merges the results into one final deliverable.