What problem does it solve?
Fan-out review adapter. Routes a high-blast-radius artifact (plan or PR) through multiple heterogeneous review passes and gates on consensus. Does not review; dispatches existing review skills (/simplify, /review, /review-senior, /safer:dogfood, /codex, /security-review for PRs; /safer:dogfood + /safer:review-senior + /codex for plans) and aggregates their verdicts. N is set by the blast-radius x reversibility table in PRINCIPLES.md > Durability. Two invocation modes: --plan <sub-issue URL> and --pr <pr URL>. Use when the caller (typically /safer:orchestrate Phase 5c) has decided the artifact warrants stamina. Do NOT self-invoke from the working modality; that is Principle 5 self-polishing.
Core Features & Use Cases
- Dispatch a heterogeneous set of reviewers across multiple skills to evaluate an artifact.
- Aggregate verdicts into a single consolidated result and publish it to the artifact thread.
- Support two invocation modes (--plan and --pr) and enforce the independence constraint (no same skill+model twice in a dispatch).
- Read verdicts from GitHub, not internal agent output, and optionally transition workflow labels.
Quick Start
Invoke stamina with --plan or --pr and allow it to fan out reviewers according to the blast-radius rules.