Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

Back to skills

Ship It

ASecurity

Turn intent or a frozen spec into a released, verified outcome on Orca. Entry is either a frozen spec (validate → decompose) or raw intent (grill → freeze → decompose); after freeze both enter one canonical pipeline: decompose → build (tested slices) → acceptance review → runtime-prove → land → release → observe, stopping at the highest release state you're authorized to reach (BUILT / PROMOTION_READY / RELEASED / DEPLOYED_AND_VERIFIED). Use when "build and ship this", "spec to shipped produc...

2 stars
0 votes
0 copies
0 views
Added 9/19/2026
ai-agentsgogit

Works with

terminalcli

Security Analysis

A100/100

Scanned 9/19/2026

Install to Claude Code

$npx -y skills add ravidsrk/orca-fleet --skill ship-it --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Ship It?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Ship It
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ravidsrk-ship-it/badge)](https://www.skillsdirectory.com/skills/ravidsrk-ship-it)

More formats (shields.io, HTML) on the badges page.

Download Zip
Files
SKILL.md
---
name: ship-it
description: >-
  Turn intent or a frozen spec into a released, verified outcome on Orca. Entry is either a frozen
  spec (validate → decompose) or raw intent (grill → freeze → decompose); after freeze both enter
  one canonical pipeline: decompose → build (tested slices) → acceptance review → runtime-prove →
  land → release → observe, stopping at the highest release state you're authorized to reach
  (BUILT / PROMOTION_READY / RELEASED / DEPLOYED_AND_VERIFIED). Use when "build and ship this",
  "spec to shipped product", "ship this feature", "ship this fix", "land this change", "build me
  this feature", or an autonomous build-to-release run. Not for closing an existing backlog
  (clean-sweep), diagnosing why a build or test fails (root-cause), or a foggy goal that needs
  charting first (map-it).
license: MIT
compatibility: >-
  HARD dependency: Orca runtime + the orchestration skill (Orca CLI). git + gh. One worker
  playbook pack per worker (mattpocock/skills for grill/tdd, addyosmani for build/verify, gstack
  for review-army/ship) — never two routers in one worker. Deploy tooling + canary surface for
  the RELEASED/DEPLOYED states.
metadata:
  proof: doctrine-only
  autonomy: L4
  unit: one tracer-bullet slice of the frozen spec
  state_machine: build → acceptance-review → runtime-prove → land → release state
  convergence: every slice landed and proven at the integrated head, at the highest authorized release state
  ordering: foundation serial, slices parallel under attention-budget WIP; merge-serialization at land
  parking: stop at the highest state you are authorized to reach (BUILT / PROMOTION_READY / RELEASED / DEPLOYED_AND_VERIFIED)
  oracle: the repo's own suite plus the real entry point driven at the integrated head
---

# ship-it — intent or spec → a released, verified outcome

You are the **COORDINATOR**. The outcome is a change built, reviewed, verified, and taken as far
down the release state machine as you are authorized to reach — named explicitly, never overclaimed.
You dispatch, verify against authoritative state, and keep the ledger; you do not write code.

Read [ARCHITECTURE.md](../../ARCHITECTURE.md) once. Composes `decide-and-freeze`, `decompose-dag`,
`build-change`, `acceptance-review`, `runtime-prove`, `linear-enumeration`; rides `dispatch-lifecycle`,
`merge-serialization`, `reviewed-sha-freshness`, `evidence-manifest`, `gate-classification`, `liveness-resume`,
`ledger-contract`, `attention-budget`. Worker TASK pack: exactly one of matt | addy |
gstack (tdd=matt, build/verify=addy|matt, review/ship=gstack; the grill is coordinator-side, matt) — never
co-mount two routers.

DEFERRED READS, loaded ON ENTERING their phase and never at activation: plan-review.md on the map-it handoff route · risk-review.md when a slice's surface triggers a lens ·
release.md at RELEASE · observe.md at DEPLOYED_AND_VERIFIED · human-handoff.md at a handoff ·
completion-audit.md + compound-learn.md at run close · mission-chaining.md as a chain link.

## Terminal states (name the one you reach)

`BUILT` (all units merged to BASE, ancestry-verified) → `PROMOTION_READY` (promotion PR open with a traceability table) → `RELEASED`
(human merged to default) → `DEPLOYED_AND_VERIFIED` (deployed revision == released SHA, canary green over its window). Stop at the
highest state authorization and deploy availability allow; the manifest names it and what blocks the next.

If units or criteria are parked with human-approved reasons while the rest landed, append `-WITH-PARKED` to the highest clean state
reached (e.g. `BUILT-WITH-PARKED`). Allowed parks: `needs-human`, `CODE_CLOSED` + `VERIFY_AT_SCALE` plan, or human-authorized scope
exclusion. Never claim a clean terminal while parked work is in scope. SOLO RUN (no second GitHub identity): a mutation unit cannot
close — record RED and stop at `BUILT`, or take the executed-control lane; never self-approve (acceptance-review.md).

## Preflight

`orca status --json` running · orchestration on · Orca CLI + orchestration skill available · git.
**Repo state:** real code → foundation fills gaps, tests green at baseline (else you can't tell
regressions) · empty/near-empty git repo → foundation scaffolds · no git repo → `git init` + minimal
README/.gitignore commit on default, then a remote (an existing one, or `gh repo create` private after
a human confirm — it is account-visible) so write preflight can run; a local-only host takes the
offline lane below and stops at BASE.

Then `runtime/scripts/preflight.py --base <BASE> --fork-point <ledger-header sha>` green (BASE ≠
default — dispatch-lifecycle.md; requires `gh` + a visible remote, or `--offline --default <branch>`
for the no-gh lane from unit one). If `gh` later dies mid-run, use merge-serialization no-gh local
merge (`PR_OPEN=n/a`); either way the run stops at BASE with the promotion PR owed. Ledger: header +
phase marker + unit boolean flags (ledger-contract.md).

## Pipeline (one canonical path after freeze)

```
ENTRY ─┬─ frozen spec  → VALIDATE (decide-and-freeze: validate branch) → DECOMPOSE
       ├─ intent/draft → GRILL + FREEZE (decide-and-freeze: grill branch, human gate #1) → DECOMPOSE
       └─ map-it handoff (frozen spec + frozen prepared DAG) → VALIDATE the freeze, re-run
          decompose-dag's VERIFY section on the prepared DAG, ADOPT its task ids — skip DECOMPOSE
          (re-decomposing would duplicate or orphan the prepared tasks)
   → DECOMPOSE (decompose-dag: tracer-bullet slices → Orca DAG; read orca-dag-semantics.md here — it
     is the DAG phase's doc, not standing load) — first two routes only
   → BUILD waves (build-change per slice; foundation serializes, slices parallelize under
     attention-budget WIP)
   → ACCEPTANCE-REVIEW (build-blind, per slice) [+ RISK-REVIEW lens if the slice triggers one]
   → RUNTIME-PROVE per slice (doubt-driven artifact review + drive the real entry point)
   → LAND (merge-serialization) → INTEGRATED PROVE at the BASE head (runtime-prove Part B over the
     whole; the TRACEABILITY table is verified here — per-slice green alone never reaches BUILT) → BUILT
   → RELEASE state machine (release.md): PROMOTION_READY → [human gate #2] → RELEASED
   → DEPLOYED_AND_VERIFIED phase (release.md): observe.md BASELINE captured first, THEN deploy,
     then observe.md's canary loop — the state is claimed only after the window is green
   → REFLECT (`compound-learn` + readiness/backlog/OPS queue — ledger-contract.md)
```

Each phase runs its playbook; each worker emits an evidence manifest; the coordinator verifies each
against authoritative state (evidence-manifest.md) before advancing. Unit flags advance only in the
ledger file (`BUILD_DONE`…`WT_CLEAN`).

## Convergence proof (this mission's definition of done)

- Every frozen acceptance criterion maps to a passing test in a TRACEABILITY table, verified on the
  BASE head (the integrated whole, not per-slice-only). The denominator is not worker-chosen and it
  is TWO-LEVEL (evidence-manifest.md): each slice manifest binds to ITS OWN task-spec criteria at
  `contract.digest` (so a narrow slice is completable), and the coordinator verifies the UNION of
  slice contracts equals the frozen spec's criterion set — at decompose verification and again
  here. A criterion no slice claimed is unassigned work; a criterion with no passing test is UNMET
  work. Neither is a waiver.
- Every slice: merged PR, ancestry-verified, reviewed-SHA fresh, negative control passing
  (revert-audited on a ≥10% sample by a fresh worker).
- The manifest names the terminal release state with its evidence (merge SHA / deploy revision /
  canary window verdict). Reaching BASE with an open promotion PR is `PROMOTION_READY`, never RELEASED.
- Noticed-but-not-touched adjacent work is a backlog file (scope discipline made visible).
- Every unit row: boolean flags true or an allowed park (`CODE_CLOSED` + `VERIFY_AT_SCALE` plan
  when acceptance is OPS-only — never a silent full close).

## Gates (only these)

- Human gate #1: FREEZE (intent entry only). Human gate #2: PROMOTION to default (one-way,
  gate-classification.md). Deploy and rollback are one-way too: executed only under a recorded
  human grant (release.md; observe.md never auto-rolls back). Lane B product forks: draft both,
  then human. Everything else is mechanical/taste per the classifier (append the DECISIONS log
  under docs/). Merge ≠ deploy; the fleet never self-merges the promotion or self-authorizes a deploy.

## Supervision + resume

Stalls → liveness-resume.md WATCH (reflection-before-retry). Waves respect attention-budget.md. Compaction
→ CONTEXT HANDOFF then RESUME (ledger-contract.md). Death → RESUME (ledger-scoped, git-verified).

## Anti-patterns

Fanning the grill to a worker (HITL leak). Building a moving spec (freeze first). Per-slice green mistaken
for done (runtime-prove the integrated whole). Claiming RELEASED at an open PR. Two playbook routers in one
worker TASK. Loading a DEFERRED READ at activation — it is phase-scoped for a reason.

## Related

`map-it` (charts a foggy goal into the spec this consumes), `clean-sweep` (close an existing set),
`review-it` (verdict without building), `mission-chaining` (gated tail of a harden-it/prove-it chain).

Attribution

ravidsrkravidsrk
View sourceMore from ravidsrk →
SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Related Skills

Caveman

Ultra-compressed communication mode. Cuts token usage ~75% by speaking like caveman while keeping full technical accuracy. Supports intensity levels: lite, full (default), ultra, wenyan-lite, wenyan-full, wenyan-ultra. Use when user says "caveman mode", "talk like caveman", "use caveman", "less tokens", "be brief", or invokes /caveman. Also auto-triggers when token efficiency is requested.

1023331 votes

Hyperplan

Adversarial multi-agent planning skill. Self-orchestrates 5 hostile category members (unspecified-low, unspecified-high, deep, ultrabrain, artistry) via team-mode for ruthless cross-critique debate, distills only the defensible insights, then MANDATORILY hands the distilled insight bundle to the `plan` agent for executable plan formalization. Use when planning needs maximum rigor and surfacing of weak assumptions, blind spots, and over-engineering. Triggers: 'hyperplan', 'hpp', '/hyperplan', ...

686011 votes

Mcp Code Execution

Routes multi-tool workflows through MCP servers for large datasets and pipelines. Use when Bash tool overhead is limiting throughput on data-heavy tasks.

3331 votes

catchup

Recovers prior coding-agent session context by running `catchup <agent> --since-compact`, which extracts a clean summary of a previous Codex, Claude Code, Antigravity, OpenCode, or Pi Agent session. Use when the user says "catch up", "what did the last session do", "get me up to speed", "I switched agents", or asks to recover/summarize a previous session before continuing. Do NOT use for the current conversation, git history, or any non-agent log.

611 votes

math-skill

A comprehensive mathematical reasoning skill for AI assistants — handles arithmetic to research-level problems with rigorous step-by-step reasoning, systematic verification, and transparent uncertainty handling

381 votes
View all in ai-agents →