aegis-orchestrator

Load AEGIS context files and route sessions to specialists with quality gates.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/RideMatch1/a.e.g.i.s --skill aegis-orchestrator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aegis-orchestrator
Source: https://github.com/RideMatch1/a.e.g.i.s/tree/main/packages/skills/skills/foundation/aegis-native/aegis-orchestrator
Command: npx skills add https://github.com/RideMatch1/a.e.g.i.s --skill aegis-orchestrator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Master session entry and routing for AEGIS-backed repos. It loads HANDOVER-LATEST.md along with CLAUDE.md and AGENTS.md and the project state to bootstrap a session and dispatch to the appropriate specialist, enforcing quality gates and producing a session handover.

Core Features & Use Cases

  • Load HANDOVER-LATEST.md (or HANDOVER-LATEST.md via symlink) along with CLAUDE.md, AGENTS.md, and the current state to form full context.
  • Detect the use-case (customer-build / compliance-audit / dev-feature / aegis-self-test / skill-authoring) and route to the matching skill per AGENTS.md, ensuring pre-commit quality gates are applied.
  • Print a concise bootstrap summary (Tool-inventory, Skills available, Project-state, Use-case) before proceeding.

Quick Start

Boot the orchestrator to initialize context and begin session bootstrap.

Frequently Asked Questions about aegis-orchestrator

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

FAQPage Schema
How do I bootstrap a session for AEGIS-managed repositories?

Session bootstrap for AEGIS involves loading HANDOVER-LATEST.md, CLAUDE.md, and AGENTS.md to establish full context. The orchestrator verifies artifacts, applies hard constraints, and prints a summary of tools, skills, and project state before proceeding.

What is automated workflow routing for development use-cases?

Automated workflow routing detects your use-case—customer-build, compliance-audit, dev-feature, aegis-self-test, or skill-authoring—from the state or prompt. It then dispatches the session to the matching specialist defined in AGENTS.md.

How do I enforce quality gates before committing code in an automated workflow?

To enforce quality gates before a commit, the orchestrator applies them automatically during session routing. It ensures all pre-commit checks are satisfied by the matching specialist before allowing any changes to be committed.

Does session bootstrap work without HANDOVER-LATEST.md in the repository?

Session bootstrap requires HANDOVER-LATEST.md to form full context, supporting it via symlink if needed. Without this artifact, the orchestrator cannot verify the project state or establish the necessary guardrails for routing.

Why does my workflow routing fail to detect the correct use-case?

Workflow routing detects the use-case from the current project state or the user prompt. If the state is ambiguous or the prompt lacks specific keywords like dev-feature or compliance-audit, the orchestrator may fail to match the correct specialist.

Can I use the AEGIS orchestrator for compliance audits and skill authoring?

Yes, the AEGIS orchestrator supports compliance-audit and skill-authoring use-cases. It detects these scenarios from the state or prompt and routes the session to the appropriate matching specialist per AGENTS.md.