Skip to content

drzero-cronenberg

Generate parallel DrZero implementation variants and compare them before selecting one approach

experimental
IDE:
codex
Version:
0.1.0
Owner:epic-platform-sre
drzero
variants
experiments
comparison

DrZero Cronenberg

Use this workflow when there are multiple plausible implementation approaches and the best option should be selected from working variants.

Workflow

  1. Define 2-4 implementation variants and the comparison criteria.
  2. Assign each variant to a specialist or isolated worktree when edits would conflict.
  3. Run the same acceptance tests for every variant.
  4. Compare correctness, maintainability, risk, performance, and diff size.
  5. Keep the selected variant and discard the others only after summarizing the evidence.

Example

Use drzero-cronenberg to try three caching approaches and choose the safest one.

Related Assets