Getting started — ready-to-go

This is the operational entrypoint.

If you are a beginner, fill the quick form below and copy the generated prompt to your agent.

1) Build and copy your agent prompt

=== "Helper command (optional)"

From product repo root:

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

2) Minimal human checklist

  • Decide where Ship is present (tools/ship submodule or vendored copy).
  • Confirm who approves production promotion.
  • Confirm daily digest + daily retro recipients (recommend DL aliases).
  • Add secrets/variables after the agent prepares the config list.

3) What Ship expects from any stack

  • A queue state equivalent to Todo.
  • Execution states equivalent to In Progress, In Review, Done, Blocked.
  • A way to store routing signals (ready:*, stage:*, result:*) or equivalent fields.
  • A place to store evidence (comments, links, reports).

4) Where to go next