intent-orchestration-contract

Community

Plan, validate, and safely orchestrate agent intents

Authorzxc1a1a1
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill provides a contract-first way to transform user intent and context into a structured, validated orchestration plan for multi-agent execution, instead of relying on ad-hoc string routing or hardcoded agent names.

Core Features & Use Cases

  • Structured OrchestrationPlan: Defines a standardized plan format with tasks, strategy (single / ordered_parallel / sequential), expected outputs, dependencies, and fallback semantics.
  • Local Plan Validation: Specifies schema validation plus capability/agent/expected-output checks before any execution is allowed.
  • Safe LLM Planning: Constrains LLM planners to output valid JSON candidates that are always re-validated locally and never directly drive execution.
  • Group & Mention Routing: Supports group conversations and @mention/manual/direct/auto planning modes with clear routing priorities and audit trace requirements.
  • Fallback & Retry Guardrails: Defines bounded fallback modes with re-validation and SafeError behavior when all options fail.

Quick Start

Ask your Orchestrator to generate a structured OrchestrationPlan from PlannerInput for a multi-agent scenario, then run Plan Validation and only execute the plan if it passes all safety and capability checks.

Dependency Matrix

Required Modules

None required

Components

references

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: intent-orchestration-contract
Download link: https://github.com/zxc1a1a1/Multi_Agent-AgentHub/archive/main.zip#intent-orchestration-contract

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.