Skip to main content

Standards Coverage Matrix

AEEF CLI Quick Start Config Packs Transform Production

See Start Here for the fastest download/apply path.

This matrix maps every AEEF production standard to its enforcement mechanism in each reference implementation tier. A checkmark indicates the standard is enforced at that tier; the Enforced By column identifies the specific files or configurations responsible.

Coverage Overview

StandardTitleQuick StartTransformationProduction
PRD-STD-001Prompt Engineering
PRD-STD-002Code Review
PRD-STD-003Testing Requirements
PRD-STD-004Security Scanning
PRD-STD-005Documentation--
PRD-STD-006Technical Debt--
PRD-STD-007Quality Gates--
PRD-STD-008Dependency Compliance
PRD-STD-009Autonomous Agent Governance--
PRD-STD-010AI Product Safety & Trust----
PRD-STD-011Model & Data Governance----
PRD-STD-012Inference Reliability & Cost Controls----
PRD-STD-013Multi-Tenant AI Governance----
PRD-STD-014AI Product Privacy & Data Rights----
PRD-STD-015Multilingual AI Quality & Safety----
PRD-STD-016Channel AI Governance----

Detailed Enforcement Map

PRD-STD-001: Prompt Engineering

TierEnforced By
Quick Start.cursorrules, .github/copilot-instructions.md, .claude/settings.json, role prompt templates
TransformationAll Quick Start configs + CI validation of prompt metadata in PR descriptions
ProductionAll Transformation configs + agent contract schema validation, prompt audit logging

PRD-STD-002: Code Review

TierEnforced By
Quick Start.github/PULL_REQUEST_TEMPLATE.md with AI-disclosure checklist, branch protection rules
TransformationQuick Start + automated PR labeling for AI-generated code, review assignment rules
ProductionTransformation + provenance-tagged review workflows, audit trail generation

PRD-STD-003: Testing Requirements

TierEnforced By
Quick Startjest.config.ts / pytest.ini / go test config with minimum coverage thresholds
TransformationQuick Start + mutation testing (Stryker/mutmut/go-mutesting), coverage gate in CI
ProductionTransformation + integration test suites, contract testing, load testing pipelines

PRD-STD-004: Security Scanning

TierEnforced By
Quick StartSemgrep rules (.semgrep/), npm audit / pip-audit / govulncheck in CI
TransformationQuick Start + SAST pipeline stage, SCA with license checking, secret scanning
ProductionTransformation + DAST integration, runtime vulnerability monitoring, SBOM generation

PRD-STD-005: Documentation

TierEnforced By
TransformationAutomated API doc generation, ADR templates, changelog enforcement in CI
ProductionTransformation + generated architecture diagrams, compliance documentation templates

PRD-STD-006: Technical Debt

TierEnforced By
TransformationESLint / Ruff / golangci-lint configs with complexity thresholds, tech debt tracking labels
ProductionTransformation + drift detection pipeline, automated refactoring suggestions

PRD-STD-007: Quality Gates

TierEnforced By
TransformationCI pipeline with required status checks: lint, typecheck, test, security, coverage
ProductionTransformation + deployment gates, canary analysis, rollback triggers

PRD-STD-008: Dependency Compliance

TierEnforced By
Quick Startpackage.json / pyproject.toml / go.mod with pinned versions, lockfile enforcement
TransformationQuick Start + automated dependency update PRs, license allow/deny lists
ProductionTransformation + SBOM generation and verification, supply chain attestation

PRD-STD-009: Autonomous Agent Governance

TierEnforced By
TransformationAgent registry schema, agent contract templates, handoff protocol definitions
ProductionTransformation + runtime agent monitoring, trust boundary enforcement, escalation automation

PRD-STD-010: AI Product Safety & Trust

TierEnforced By
ProductionTrust metrics dashboard, safety test suites, bias detection pipeline, human override controls

PRD-STD-011: Model & Data Governance

TierEnforced By
ProductionModel registry with versioning, training data lineage tracking, data quality validation

PRD-STD-012: Inference Reliability & Cost Controls

TierEnforced By
ProductionRate limiting configs, cost dashboards, fallback routing, latency SLO monitoring

PRD-STD-013: Multi-Tenant AI Governance

TierEnforced By
ProductionTenant isolation configs, per-tenant model routing, data segregation validation

PRD-STD-014: AI Product Privacy & Data Rights

TierEnforced By
ProductionPII detection pipeline, data retention policies, consent management integration, sovereign data overlays

PRD-STD-015: Multilingual AI Quality & Safety

TierEnforced By
ProductionMultilingual test suites, translation quality gates, locale-specific safety filters

PRD-STD-016: Channel AI Governance

TierEnforced By
ProductionChannel-specific policy configs, cross-channel consistency checks, channel audit logging

Using This Matrix

  1. Gap analysis -- Compare your current tooling against this matrix to identify which standards you are not yet enforcing.
  2. Tier selection -- Choose the tier that covers the standards your organization requires. See Adoption Paths for guidance.
  3. Incremental adoption -- Start with Tier 1 and add Tier 2/3 capabilities as your maturity increases. Each tier is additive.
  4. Audit evidence -- Use this matrix as a reference when preparing compliance evidence. Each enforcement mechanism produces artifacts that serve as audit records.