OpenClaw Config Template Pack (AEEF Overlay)
This page provides a real AEEF template pack for implementing OpenClaw as the execution surface for your AEEF agents.
These files are AEEF overlay templates. They are not guaranteed to match OpenClaw's native configuration formats directly. Use them as governance and orchestration reference contracts when building your OpenClaw integration.
What Is Included
Pack folder:
reference-implementations/transform/openclaw-template-pack/
Files:
active-tasks.schema.json-- schema for a deterministic task registry (active-tasks.json)monitor-loop-contract.yaml-- monitor loop behavior contract (checks, retry policy, escalation, outputs)monitor-loop-checklist.yaml-- operational readiness and run checklistroute-policy-4-agent.yaml-- AEEF routing/gate policy for the 4-agent starter pathroute-policy-11-agent.yaml-- AEEF routing/gate policy for the full 11-agent path
Intended Use
Use this pack when implementing the patterns described in:
- OpenClaw for AEEF Agent Orchestration
- Agent SDLC Setup
- PRD-STD-009: Autonomous & Multi-Agent Governance
- PRD-STD-017: Agent Skills Catalog Governance
Path Selection
Path A: 4-Agent Starter
Use route-policy-4-agent.yaml when you are starting with:
product-agentdeveloper-agentqa-agentsecurity-agent
This path is designed for:
- first OpenClaw rollout
- one repo pilot
- fast feature/bug delivery with strong PR gates
Path B: Full 11-Agent Orchestration
Use route-policy-11-agent.yaml when you are implementing the full AEEF Transformation model with stage ownership and enterprise gating across all 11 agents.
Suggested Implementation Sequence
- Validate your task registry structure using
active-tasks.schema.json. - Implement the deterministic monitor loop against
monitor-loop-contract.yaml. - Run the monitor loop readiness checks in
monitor-loop-checklist.yaml. - Apply
route-policy-4-agent.yamlfor your first pilot repo. - Migrate to
route-policy-11-agent.yamlonly after stable metrics and gate compliance.
File References (Pack)
reference-implementations/transform/openclaw-template-pack/active-tasks.schema.jsonreference-implementations/transform/openclaw-template-pack/monitor-loop-contract.yamlreference-implementations/transform/openclaw-template-pack/monitor-loop-checklist.yamlreference-implementations/transform/openclaw-template-pack/route-policy-4-agent.yamlreference-implementations/transform/openclaw-template-pack/route-policy-11-agent.yaml
Implementation Notes
- The route policies assume AEEF gate bundles and traceability metadata are enforced in CI and PR workflows.
- The monitor loop contract assumes deterministic checks (tmux, PR, CI, DoD) and explicit retry reason classification.
- The task registry schema is designed to carry both operational status and AEEF traceability fields (
agent-id, prompt refs, skill usage).