An agentic development harness for Claude Code & Codex: agent-routed workflows from raw requirement to green PR.
Auto-invoked ships a router so the right skill fires automatically as you prompt. No remembering which skill to call.
Normal is the plain upstream plugin, installed as-is. You invoke its skills yourself.
The plugin> /plugin marketplace add heliohq/ship> /plugin install ship@heliohqAuto-invocation> /plugin marketplace add flowy-sh/flowy-core> /plugin install flowy-core> /plugin install flowy-ship
What's inside
An agentic development harness for Claude Code & Codex: agent-routed workflows from raw requirement to green PR.
Ship helps agents choose and run the right amount of software delivery process: one standalone phase, a grouped quality/build bundle, or the full raw-input-to-green-PR flow.

Ship is a harness, not a copilot. It doesn't help AI write code — it constrains AI to produce reliable results through mechanically enforced quality gates.
The problem Ship solves: AI coding agents are capable but unreliable. They skip tests, hallucinate about code they haven't read, review their own work and call it good, and declare victory without evidence. Ship makes these failure modes structurally impossible.
/ship:use-ship decides whether the task needs one skill, a phase bundle, or the full /ship:auto workflow.docs/ship/<task-id>/ folder for requirements, design, engineering, quality, delivery, and archive notes./ship:dev, /ship:e2e, /ship:review, /ship:qa, /ship:refactor, and /ship:handoff work directly without a full workflow.input/. The orchestrator keeps only minimal run state. Markdown artifacts and repository code are the deliverables./plugin marketplace add heliohq/ship
/plugin install ship@heliohq
/plugins
Search for Ship, then install it. In Codex App, open Plugins in the sidebar and install Ship from there. Codex loads Ship's skills, MCP config, and hooks from .codex-plugin/plugin.json — the same routing hint and quality gates as Claude Code.
Open a fresh session and confirm the /ship:* skills are available — for example, run /ship:use-ship plan out a user authentication system.
/plugin update ship
Run /ship:use-ship when you want the agent to choose the right Ship route. Run /ship:auto when you explicitly want the full staged workflow. Or run individual phases when you only need one; atomic skills do not require an active auto run.
| Skill | Description |
|---|---|
/ship:use-ship | Route the request to a standalone skill, phase bundle, or full flow |
/ship:auto | Staged workflow: input → design/spec+plan → dev → E2E → review → QA → refactor → handoff |
/ship:design | Adversarial spec + plan with peer challenge rounds |
/ship:dev | Host implements, peer cross-validates; parallel waves for file-independent stories |
/ship:e2e | Codify the change's acceptance criteria as persistent E2E tests, detect or scaffold the framework, run them against the real app |
/ship:review | Bug-focused diff review — no style nits |
/ship:qa | Exploratory sweep against the running app, finds what codified tests missed |
/ship:handoff | PR creation + CI fix loop until checks green |
/ship:refactor | Four-lens scan, classify by risk, apply with verification |
/ship:arch-design | System-design thinking — nine falsifiable lenses, self-interview method, red-team pass — hands off to write-docs |
/ship:write-docs | Project documentation with frontmatter, lifecycle, and indexing, incl. design docs and ADRs |
Skills are available through the host plugin catalog and direct /ship:* commands. At startup, Ship injects only a tiny hint to consult /ship:use-ship when Ship may apply; it does not inject docs, memory, or artifact content.
See docs/skills.md for detailed guides.
Ship is built on ideas from:
/ship:refactor's four-lens scanFAQ
ship is a Claude Code plugin of 11 hand-picked skills with a FLOW.md router. Install it once and the right skill fires as you prompt, with no slash command to remember. It is built for development work. It includes arch-design, auto, design. Free and open source.
Is this plugin yours?
Claim it with GitHubSubmit a pluginPromote it