> ## Documentation Index
> Fetch the complete documentation index at: https://docs.aigoframework.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Orchestration overview

***

title: "Governance Evaluation Orchestration"
description: "Orchestration of machine-readable governance evaluation within AIGO."
-----------------------------------------------------------------------------------

# Governance Evaluation Orchestration

The AIGO Orchestration layer coordinates governance evaluation across rules, inputs, evaluation processes, and results.

## Purpose

Orchestration provides the structured flow required to execute governance evaluations consistently.

## Orchestration flow

A simplified flow is:

**governance input → orchestration → rule evaluation → validation → evaluation result**

Orchestration may determine:

\* which evaluations are applicable
\* which inputs are required
\* which rules should be evaluated
\* how evaluations are sequenced
\* how results are collected
\* whether further governance action is required

## Separation of responsibilities

The architecture separates:

\* **Rules** — define governance logic
\* **Evaluation** — applies rules to structured inputs
\* **Orchestration** — coordinates evaluation activities
\* **Validation** — verifies structural and semantic correctness

## Machine-readable source

The orchestration specification is maintained in:

`rules/evaluation/AIGO-Governance-Evaluation-Orchestration-Specification-v0.1.md`

The orchestration input schema is maintained in:

`rules/evaluation/AIGO-Governance-Evaluation-Orchestration-Input-Schema-v0.1.json`

## Validation

Orchestration validation is maintained under:

`validation/11-orchestration-validation/`

The repository also contains orchestration test fixtures under:

`validation/tests/fixtures/`
