Web console
The fastest way to plan and build features with Shipper.
- 1
Install
Run the install script once on your machine:
curl -fsSL https://raw.githubusercontent.com/shipper-is/shipper/main/install.sh | sh
- 2
Run
Run shipper in your repo. Your browser opens at http://shipper.localhost. On first run, pick your agent (Claude Code, Cursor CLI, or opencode) — Shipper auto-installs all six bundled skills globally for that agent.
- 3
Plan
Press n, describe the feature, and answer clarifying questions inline. A phased plan lands in .shipper/plans/open/.
- 4
Build
Press b on an open plan. Shipper starts one agent session with the shipper-loop skill — the agent orchestrates every remaining phase (spinning up a fresh shipper-build subagent per phase) until the plan moves to .shipper/plans/done/. Progress updates live as checkboxes land in the plan file.
- 5
Spike
Press s for small one-off tasks. A single agent session gathers context, writes a lightweight plan, implements the work, and moves the file to .shipper/spikes/done/.