shiplisted
Install: claude install-skill BenMacDeezy/Orns-Forge
# Forge ship protocol (full tier)
A `tier: full` task is "done" only when EVERY gate below is green. The kernel
invokes this skill at VERIFY for full-tier work; it never commits (INTEGRATE
does) and never edits source (agents do). Its output is a single SHIP verdict
the kernel acts on.
## Preconditions (else the task is already blocked at GATE)
- `tier: full` with a non-null `spec:` pointing to an `approved` spec.
- The worker has reported completed, with its gate output.
**Ship overlap.** On the builder's return, this protocol's judges dispatch
in parallel with the `forge-verifier`/`forge-ui-verifier` spawn, not after
it — see `forge:kernel` VERIFY, "Ship overlap — parallel fan-out," and
`docs/conventions.md`, "Latency rules — ship-review overlap, mechanical
bounces, batch gates, sliding-window dispatch," for the full rule. The done
bar below is unaffected: every check still gates INTEGRATE identically.
Each parallel-dispatched judge's display label is `<Persona> (<role>)` —
"Rook (review)", "Aegis (security)", "Lex (legal)" — no task id, no verb
tail (`docs/conventions.md`, "Dispatch display labels — role-label
amendment — 2026-07-18").
## The checklist — all must pass
1. **Gates green.** build + test + lint/typecheck run by the verifier, output
captured in the Attempt log. Any red gate → FAIL.
2. **Verifier verdict PASS.** `forge-verifier` (≥ tier of the work) confirms
each EARS clause with evidence, attacks the change, sweeps silent failures.
**Full-tier UI/