nuke-fix
Nuke Fix
Executes a fix spec phase by phase until everything in it meets the quality bar recorded in the spec's executor context. The counterpart of nuke-audit and nuke-review, but works with any spec that has an executor context, a per-path-prefix Gates table, dependency-ordered phases, parallel-safe batches, and per-task acceptance criteria (structure: references/fix-spec-template.md).
Core principle — asymmetric verification: weak generation + strong verification + fix loop = strong output. Validators are always one tier above implementers.
Arguments
[mode] — light | full | plan. If omitted, use the mode: recorded in the spec header; if the spec has none, default to light. plan runs preflight, prints the plan block, and STOPS — nothing is written.
<spec-path> — path to a fix spec (fix-spec.md, or spec.md from nuke-spec). If a fix-progress.md exists next to it, resume from the first incomplete phase instead of starting over.
--yes — skip the preflight confirmation gate.
Modes
Tier vocabulary (clerk/worker/session/top) and per-platform mechanics: references/model-tiers.md. Respect the fallback: platforms without per-agent overrides → every role inherits the session model.