← ClaudeAtlas

ship-readylisted

Turn any unit of work — a freeform feature request OR a Jira/Linear/GitHub issue — into ship-ready, reviewed, tested code with no bugs and no tech debt. Grill requirements to zero ambiguity and detect the project (stack/commands/conventions) at intake, then run one autonomous Workflow: plan, research, implement, converge on correctness+completeness behind a machine gate, take ONE advisory maintainability pass, and emit a structured ship verdict. Project-agnostic — backend, frontend, full-stack, mobile (incl. Flutter), CLI, library, or infra; monolith or microservices; one repo or a feature spanning several. Invoke it to build, implement, ship, deliver, or finish a feature, or to work a ticket/issue end to end (e.g. "build the X feature", "work ABC-123", "take this to a merge-ready PR") — for a whole unit of work, not a one-line edit, a review, or a pure question.
HabibPro1999/ship-ready · ★ 0 · Code & Development · score 73
Install: claude install-skill HabibPro1999/ship-ready
# ship-ready Turn a unit of work into code you'd actually merge — correct, tested, reviewed, idiomatic, and complete against its acceptance criteria — without a human babysitting the middle, and **without the loop burning tokens re-checking work that's already clean.** This skill is a **universal orchestrator**: it detects the project it's running in and adapts, instead of assuming any stack, shape, or toolchain. The headline idea: **resolve all ambiguity up front with an interview, then run an autonomous build that converges on correctness behind a machine gate — and treats code-cleanliness as advice, not a gate.** A human is in the loop in exactly two places: the grilling at the start, and a confirm before anything outward (commit / PR / ticket write) at the end. Everything between is autonomous and structurally gated. ## The shape (three stages) ``` INLINE ── Intake → GRILL (grill-me) → PRD (WHAT) + ProjectProfile (detected here) → save .prd/ ──┐ (the only human-facing stage) ▼ author Workflow (CONFIG inlined) WORKFLOW ── Plan → Research → Implement → ⟲ A: converge(correctness+completeness) → B: polish×1 (advisory) → Ship-gate ──┐ (one Workflow, autonomous, machine-gated) ▼ INLINE ── present ShipVerdict (+ simplifications ledger) → confirm-first commit / PR / ticket write-back ``` Two things changed from the obvious des