Skip to content

drzero-citadel

Governed DrZero execution with centralized quality gates for sensitive or release-critical work

experimental
IDE:
codex
Version:
0.1.0
Owner:epic-platform-sre
drzero
governance
quality-gates
release

DrZero Citadel

Use this workflow when changes require centralized governance, mandatory review, or explicit quality gates before completion.

Workflow

  1. Initialize or validate the active drzero.yml.
  2. Create WorkItems with scope boundaries, acceptance tests, and risk levels.
  3. Dispatch implementation to the appropriate canonical domain specialists.
  4. Require drzero-security review for security, quality, and regression risks.
  5. Require all configured agent_swarm.orchestrator.definition_of_done checks before marking work complete.

Quality Gates

Block completion when any configured gate fails:

  • tests pass
  • lint clean
  • docs updated when behavior changes
  • security cleared
  • PR ready

Example

Use drzero-citadel to deploy payment processing changes with mandatory quality gates.

Related Assets