ship-featurelisted
Install: claude install-skill ohyesgocool/feature-loop
# Ship Feature
Run the whole feature lifecycle as one supervised loop:
```
TICKET ─┐
├→ PLAN ─→ BUILD (+MR) ─→ REVIEW ─→ ADDRESS ─→ converged? ──no──┐
brief ─┘ ▲ │ │
└──────────────────────┴── round+1 ─┘
│yes
▼
CONFLICTS? ─→ resolve
│
▼
MERGE GATE
ask / auto / never
│
▼
JIRA REPORT
comment + status transition
```
You are the loop supervisor. The stages themselves are the sub-skills — invoke them, don't
re-implement them. Your job is sequencing, state, convergence judgment, and honest exits.
## Flags
Parse from `$ARGUMENTS` (everything that isn't a flag is the ticket key / brief / plan path):
| Flag | Default | Meaning |
|---|---|---|
| `--merge=ask\|auto\|never` | `ask` — **`auto` in ticket mode** (or `SHIP_MERGE_MODE` env) | what happens when the loop converges |