ship
Installation
SKILL.md
Ship a change through team-orchestrated implementation, dual verification, leader-driven fixing, and archival.
Input: Optionally specify a change name (e.g., /opsx:ship my-feature). If omitted, prompt for selection.
Team Structure
| Role | Agent Type | Phase | Responsibility |
|---|---|---|---|
| Leader | Main agent (you) | All | Orchestration, OpenSpec verify, direct fix, archive |
| implementer | general-purpose | 1 | Task implementation (apply methodology) |
| reviewer | general-purpose | 2, 3 | Codex code review (spawned on-demand at Phase 2) |
Steps
-
Select the change
If name provided, use it. Otherwise run
openspec list --jsonand use AskUserQuestion to let the user select.IMPORTANT: Do NOT guess or auto-select. Always let the user choose if not provided.