drzero-execution
Execute a specific WorkItem through domain specialist routing with security review
DrZero Execution Mode
Execute a single WorkItem through the appropriate domain specialist(s). Use this when you have a specific, well-defined task to accomplish.
Installation Prerequisite
Install the DrZero Codex bundle before using this skill:
make codex-install-drzero SCOPE=repo
Workflow
1. WorkItem Validation
- Parse the WorkItem (from user input or session state)
- Validate required fields: id, description, domain, scope_boundary, acceptance_test
- Assess estimated_difficulty and confirm scope_boundary
2. Domain Routing
- Dispatch agent: drzero-solver
- Route to domain specialist based on WorkItem.domain:
- Dispatch the specialist matching the domain value
- Domain-to-agent mapping uses
drzero-{domain}naming
3. Implementation
- Dispatch agent: drzero-implementation (or domain specialist)
- Execute the changes specified in the WorkItem
- Stay within scope constraints
- Run acceptance_test command from WorkItem
4. Security Review
- Dispatch agent: drzero-security
- Three-headed review: Security (Paranoid), Quality (Pedantic), Savage (Brutal)
- Block on CRITICAL findings
- WARN on HIGH findings (user can override)
5. Verification
- Run the acceptance_test command from WorkItem
- Confirm all changes are within scope
- Report outcome (PASS/FAIL with details)
Input Format
Provide a WorkItem as JSON or describe the task naturally:
- "Fix the ESLint errors in scripts/build-metadata.js"
- "Add unit tests for the validate-schemas module"
- "Update the README with new installation instructions"
Related Assets
Implement Specific Testing Layer
Implement a specific testing layer (unit, functional, integration, performance) with appropriate tooling, infrastructure, and best practices
Owner: thudak
Azure Terraform IaC Implementation Specialist
Terraform author/reviewer for Azure resources with an emphasis on safe workflows, validation, and AVM usage.
Owner: epic-platform-sre
drzero
Run DrZero autonomous improvement after initializing shared drzero.yml while preserving the @drzero plugin mention
Owner: epic-platform-sre
drzero-analysis
Deep codebase analysis without making changes - architecture review, quality assessment, and improvement recommendations
Owner: epic-platform-sre
drzero-autonomous
Autonomous repository improvement loop with two-phase propose-then-solve workflow using domain specialist agents
Owner: epic-platform-sre
drzero-citadel
Governed DrZero execution with centralized quality gates for sensitive or release-critical work
Owner: epic-platform-sre

