SKILLS/ORCHESTRATION FRAMEWORK/SKILL.md
Core orchestration framework for model-agnostic multi-agent workflows with handoff protocol, policy governance, and configuration schemas
npx skillsauth add mattmre/evokore-mcp orchestration-frameworkInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This index connects the core orchestration system, AEP workflow, and reusable governance assets. Migrated from the Agent33 orchestration protocol and adapted for EVOKORE-MCP.
All guidance is written to be model-neutral. If a task requires a specific tool or model, document it in TASKS.
| Skill | Description | |-------|-------------| | handoff-protocol/ | Structured handoff protocol for multi-session orchestration | | policy-pack-v1/ | Agent behavior policies, evidence requirements, and modular rules | | schemas/ | JSON schemas for agents, workflows, and orchestrator configuration |
handoff-protocol/STATUS.md - Runtime assumptions and constraintshandoff-protocol/PLAN.md - Objectives and success criteriahandoff-protocol/TASKS.md - Task queue and statushandoff-protocol/DEFINITION_OF_DONE.md - Task completion checklisthandoff-protocol/REVIEW_CAPTURE.md - Review capture templatehandoff-protocol/REVIEW_CHECKLIST.md - Review checklist with risk triggershandoff-protocol/SESSION_WRAP.md - End-of-session wrap templatehandoff-protocol/PRIORITIES.md - Rolling horizon prioritieshandoff-protocol/SPEC_FIRST_CHECKLIST.md - Pre-implementation scope checklisthandoff-protocol/AUTONOMY_BUDGET.md - Per-task autonomy boundarieshandoff-protocol/HARNESS_INITIALIZER.md - Session initialization protocolhandoff-protocol/PROGRESS_LOG_FORMAT.md - Progress log format and rotationhandoff-protocol/EVIDENCE_CAPTURE.md - Evidence capture templatehandoff-protocol/DECISIONS.md - Architecture decision loghandoff-protocol/ESCALATION_PATHS.md - Escalation decision guidepolicy-pack-v1/AGENTS.md - Agent behavior principlespolicy-pack-v1/ORCHESTRATION.md - Handoff protocol standardpolicy-pack-v1/EVIDENCE.md - Evidence requirementspolicy-pack-v1/RISK_TRIGGERS.md - Review trigger conditionspolicy-pack-v1/ACCEPTANCE_CHECKS.md - Acceptance checks per change typepolicy-pack-v1/PROMOTION_GUIDE.md - Asset promotion rulespolicy-pack-v1/rules/README.md - Rules index and customization guidepolicy-pack-v1/rules/security.md - Security rulespolicy-pack-v1/rules/testing.md - Testing rulespolicy-pack-v1/rules/git-workflow.md - Git workflow rulespolicy-pack-v1/rules/coding-style.md - Coding style rulespolicy-pack-v1/rules/agents.md - Agent delegation rulespolicy-pack-v1/rules/patterns.md - Common patterns rulespolicy-pack-v1/rules/performance.md - Performance and efficiency rulesschemas/agent.schema.json - Agent definition schemaschemas/workflow.schema.json - Workflow definition schemaschemas/orchestrator.schema.json - Orchestrator configuration schemaThe Align-Execute-Prove (AEP) workflow is the core operating model:
SPEC_FIRST_CHECKLIST.mdPROGRESS_LOG_FORMAT.mdEVIDENCE_CAPTURE.mdhandoff-protocol/STATUS.md + handoff-protocol/PLAN.md + handoff-protocol/TASKS.md to load contextpolicy-pack-v1/RISK_TRIGGERS.md to understand review requirementshandoff-protocol/TASKS.md and follow the task templatehandoff-protocol/SPEC_FIRST_CHECKLIST.mdhandoff-protocol/EVIDENCE_CAPTURE.mdhandoff-protocol/SESSION_WRAP.mdtesting
Specialized skill for triage issue skill workflows.
development
Complete workflow for building, implementing, and testing goal-driven agents. Orchestrates hive-* skills. Use when starting a new agent project, unsure which skill to use, or need end-to-end guidance.
development
Iterative agent testing with session recovery. Execute, analyze, fix, resume from checkpoints. Use when testing an agent, debugging test failures, or verifying fixes without re-running from scratch.
tools
Best practices, patterns, and examples for building goal-driven agents. Includes client-facing interaction, feedback edges, judge patterns, fan-out/fan-in, context management, and anti-patterns.