Implementation Guides

Choose an alpha implementation path and use ACGP-6 as the authoritative source for claim and badge semantics.


Implementation Paths

  • Claimable now: Standard
  • Optional additive badge: Regulated Controls Badge
  • Non-conformant runtime mode: Dev Mode

Claim scope

Standard is the only active claimable profile in alpha. Regulated Controls Badge is additive, and Dev Mode is a non-conformant runtime mode.


Implementation Steps

Follow these guides in order:

Step 1: Write Your First Blueprint

  • Blueprint Usage — author policy in blueprints and evaluate it through GovernanceSteward

Step 2: Connect to Your Framework

Step 3: Reach Standard Conformance

Step 4: Production Hardening

Optional: Runtime Governance Contracts Extension

Choosing your starting point
graph TD
  A[Need governance?] -->|Yes| B{What's your goal?}
  A -->|No| Z[No ACGP needed]

  B -->|Learning/Development| D[Dev Mode Quickstart]
  B -->|Production deployment| C{Need performance SLAs?}

  C -->|Yes, different latency per risk| E[Standard Quickstart]
  C -->|No, uniform latency OK| F{User-facing?}

  F -->|Yes| G[Standard Recommended]
  F -->|No, batch jobs| H[Dev Mode acceptable]

Claim Routing

Use these guides to implement the runtime. For claim wording, badge scope, and non-claimable Safety-Critical material retained in alpha docs, defer to ACGP-6.


Getting Help