Adopt Ship to your project

Ship is delivered primarily as instructions + prompts + reference setups.

You bring your stack. The agent adapts Ship interfaces to it.

Quick links

ResourcePurpose
Getting startedReady-to-go entry with one default copy-paste block for agents.
Agent setup contractMandatory interactive discovery behavior for agents.
Agent playbookCanonical generic onboarding playbook.
Delivery, quality & releaseEnd-to-end operating model, QA split, release gates, daily digest/retro.
Agent launch matrixHow to run the same playbook from Cursor/Codex/Claude/Copilot.
ElMundi rolloutReference-org specific delta.
Tracker adaptation contractVendor-neutral tracker mapping requirements.
The bookLong-form rationale and trade-offs.
Migration guide (v0.6)Breaking-change summary and staged transition checklist.

Optional helper launcher

From your product repository root:

curl -fsSL https://raw.githubusercontent.com/ElMundiUA/ship/main/adopt-ship.sh | bash

Treat launcher as convenience. Canonical contract is the playbook + setup contract.

Philosophy

  • Agent first: onboarding is interactive, not hardcoded.
  • Interface first: methodology over vendor lock-in.
  • Evidence first: every automation step should remain auditable.