mermaid
Build beautiful Mermaid diagrams using beautiful-mermaid. Covers all 6 diagram types, theming, SVG/ASCII output, and CoCo Platform integration.
Called by team.md router when action is `ship`. The ultimate automation: takes a natural language idea and delivers a built, reviewed, verified product. Uses Option B: one approval gate after plan, then full autonomy for build+verify.
$ npx -y skills add coco-research/coco --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/shipContext preview
What this command does when you run it.
Called by team.md router when action is `ship`. The ultimate automation: takes a natural language idea and delivers a built, reviewed, verified product. Uses Option B: one approval gate after plan, then full autonomy for build+verify.
description: "Use when the user wants an idea taken from concept to a shipped, reviewed product, or when the /team router picks ship. Runs six build stages, seven hard verification gates, then PR open, with one approval gate after the plan."
> Called by team.md router when action is `ship`. > The ultimate automation: takes a natural language idea and delivers a built, reviewed, verified product. > Uses Option B: one approval gate after plan, then full autonomy for build+verify.
All roles are selected dynamically per stage. The ship pipeline runs 6 build stages, then 7 hard verification gates (Stages 7–13), then PR-open (Stage 14), each using the appropriate /team action's role selection.
agents and never reconciles the index.** Read `.arch/pinned-commit` if it exists, record it alongside `git rev-parse HEAD`, and continue. That is the whole step.
| State at Stage 1 | What Stage 1 does | Cost | |---|---|---| | `--no-arch` passed | Nothing. Gate later reports `DISABLED (--no-arch)`. | Free | | No `.arch/index.json` | Nothing. Gate later reports `NOT APPLICABLE`. | Free | | Pin equals HEAD | Record `CURRENT`. | Free | | Pin behind HEAD | Record `STALE` plus the pin. Gate later reports `UNVERIFIED`. | Free |
Stage 1 deliberately does **not** run `/team arch build` or `/team arch drift`. An earlier version did, which meant every ship after a few commits silently paid for a full index reconciliation before any product work started. Rebuilding the index is a separate, explicit act: run `/team arch build` or `/team arch drift` yourself when you want the baseline refreshed. A stale baseline degrades the gate to `UNVERIFIED`, which is the honest outcome and costs nothing.
forward counterpart to `.arch/index.json`: where the index records what exists, the plan records what this ship intends to build and where it intends to put it. Skip when `--no-arch` is passed.
Each component carries an `id`, a `title` using the `[Business Function] + [Implementation Context]` formula, a `status` of `new`, `modified`, or `unchanged`, the `intendedPaths` it will occupy, and a rationale. The plan also records `declaredAtCommit` (the current HEAD, before anything is built) and an `outOfScope` list of paths this ship must not touch. Schema and worked examples live in `skills/arch-index/references/arch-plan.md`.
Then run the declaration check, which validates shape only:
python3 skills/arch-index/scripts/verify_arch_plan.py \
.team-ship/ARCH-PLAN.json --declareIt deliberately does **not** check whether the declared paths exist, because nothing has been built yet. A non-zero exit here is a BLOCK: an unsatisfiable plan (a path that also appears in `outOfScope`, an asymmetric connection, an invalid status) cannot be checked later, so it is worth catching before the approval gate rather than after the build.
###
###
###
###
Between Build and PR-open, run seven hard gates. Each gate follows the **Test Evidence Protocol** (`team:evidence.md`), writes its results to `.team-ship/EVIDENCE.md`, and can **BLOCK**. A BLOCK loops back to Build for a fix (bounded to a max
CoCo Super Intelligence is the orchestration layer that turns Claude Code, Cursor, or Codex into an engineering department: a routed advisory board, 185 skills, 280 commands, persistent state. Local. Open-core — MIT core; Super Intelligence is proprietary, own-use.
Repo: coco-research/coco
Build beautiful Mermaid diagrams using beautiful-mermaid. Covers all 6 diagram types, theming, SVG/ASCII output, and CoCo Platform integration.
Draft a reply to a specific email. Usage: /email-reply Project Phase 2 Contract Data
Save matching emails to a project folder for sync processing. Usage: /email-save alice to emails/
Search emails by subject keywords. Usage: /email-search github webhook
AI summary of today's emails — key decisions, action items, meetings. No arguments needed.