cyberneticlibrary

Fan out specialist code reviewers

comprehensive-review-fanoutworkflowsetup L30
jfa94/.dotfiles
What it does

fan out and consolidate review fanout

Best for

Complex changes requiring parallel specialist review across different dimensions (correctness/security/performance).

Inputs
  • · {codexOutput?, opencodeOutput?, priorRoundFindingCount?, roundNum?}
  • · {reviewers: [{name, role}]}
  • · [{file, count, diagPath}]
  • · [{id, name, spec}]
Outputs
  • · Structured verdict (EXIT/CONTINUE or approved/notes)
  • · Consolidated findings JSON
  • · Unified diff patch
  • · Drafted specification document
Requires
  • · Read tool
  • · Write tool
  • · Claude API (subagent)
Preconditions
  • · Source code or diff available
Failure modes
  • · Schema validation failure (agent output mismatch)
  • · Subagent timeout or rejection
  • · Unable to parse freeform output (parse phase failure)
  • · Diff fails to apply cleanly
  • · Agent cannot access required files
Trust signals
  • · JSON Schema validation enforced on every output
  • · Evidence spans required to be exact verbatim quotes
  • · Output verified by re-reading from disk