Install
openclaw skills install @rubencoppensongit/multi-agent-analysis-executionOrchestrate complex multi-agent workflows with explicit coordinator planning, execution governance, and *automatic output management*. Each skill run creates its own isolated output namespace to prevent file accumulation and confusion from repeated executions.
openclaw skills install @rubencoppensongit/multi-agent-analysis-executionOrchestrate complex multi-agent workflows with an explicit coordinator-driven process that plans, sequences, and governs execution across multiple agents.
This version keeps the system lean by default while preserving the full coordination logic, guardrails, and execution discipline required for reliable multi-agent workflows.
Critical Rule: When this skill is invoked, the coordinator process MUST execute fully across all phases. No phases may be skipped or partially executed.
Each execution creates a unique directory:
Coordinator_runs/
└── run_YYYYMMDD_HHMMSS/
mode = lean (default) | debug
MANDATORY EXECUTION CONTRACT
This phase defines the core intelligence of the skill and MUST be executed carefully.
Task Plan Creation
Dependency Analysis
Execution Group Formation
Agent Specification (CRITICAL GUARDRAIL) For each task (max 15 ):
Coordinator Execution Strategy The coordinator MUST:
Persist planning artifacts
This phase executes the previously defined plan with strict governance.
For each execution group in order:
All outputs MUST remain scoped to the current run directory.
Only create:
runs/run_YYYYMMDD_HHMMSS/
└── REPORT.final
Optional:
└── run.log
Full structure:
runs/run_YYYYMMDD_HHMMSS/
├── TASK_PLAN.md
├── DEPENDENCY_GRAPH.md
├── EXECUTION_GROUPS.md
├── AGENT_REQUIREMENTS.md
├── prompts/
├── outputs/
└── REPORT.final
The coordinator MUST consolidate all results.
Output:
REPORT.final
Optional retention policy:
keep_last = N