Multi-Agent Framework for Claude Code
justship

From ticket to merge.
Autonomously.

A portable multi-agent framework for autonomous software development. Ship complex projects from ticket to merge — fully autonomous.

Start Shippingnpx just-ship init

How it Works

01

Write a Ticket

Describe what you need. Bug, feature, or improvement.

02

Agents Take Over

Orchestrator plans. Specialists implement. Autonomously.

03

Pull Request

Code reviewed, tested, and pushed. Ready for your approval.

04

Merge & Ship

One command. Branch deleted. Ticket closed. Done.

Seven Agents. One Mission.

Orchestrator

Opus

Plans, delegates, and reviews the full ticket lifecycle

Orchestrates all agents

Backend

Sonnet

API endpoints, business logic, shared hooks

Frontend

Sonnet

UI components with high design quality

Data Engineer

Haiku

Migrations, RLS policies, schema changes

DevOps

Haiku

Build checks, TypeScript compilation, lint fixes

QA

Haiku

Acceptance criteria verification and tests

Security

Haiku

Auth, RLS, input validation, secrets review

Four Commands. Full Lifecycle.

terminal
$/ticket# Describe what you need
$/develop# Agents start building
$/ship# PR created and pushed
$/merge# Squash, merge, done

Or just say "passt", "ship it", or "sieht gut aus" — auto-triggers /merge

Built for Shipping

Portable

Install in any project with one command. Works with any stack.

Autonomous

No human in the loop. From ticket to merge without intervention.

Extensible

Custom agents, skills, and commands. Make it yours.

Real-Time

Event streaming to your board. Watch agents work live.

Battle-tested Workflows

Pre-built skills for every stage of development. No prompt engineering, no duct tape — just invoke and ship.

Framework Skills

8
ticket-writerStructured tickets for bugs, features, and improvements
frontend-designUI components with design system consistency
creative-designBold, distinctive UIs for greenfield work
ux-planningUser flows, screen inventory, information architecture
backendAPI endpoints, business logic, validation
data-engineerMigrations, RLS policies, schema changes
designVisual and UX decisions, design system enforcement
webapp-testingVisual verification via Playwright

Superpowers

9
brainstormingExplore intent and requirements before building
test-driven-developmentWrite tests first, then implementation
systematic-debuggingRoot-cause analysis before proposing fixes
writing-plansArchitecture specs for multi-step tasks
executing-plansExecute plans with review checkpoints
verification-before-completionProve it works before claiming done
code-reviewAutomated review against plan and standards
parallel-agentsParallelize independent tasks across agents
git-worktreesIsolated feature branches with smart cleanup

Get Started in 60 Seconds

bash
# Clone and install
git clone https://github.com/yves-s/just-ship.git
cd your-project && ./setup.sh
 
# Configure your project
vim project.json
 
# Start shipping
claude
> /ticket Add user authentication
> /develop T-1