What problem does it solve?
It eliminates slow, back-and-forth delivery by taking a feature request from plan to reviewed code and a CI-green pull request automatically, with clear ownership expectations and safety guardrails.
Core Features & Use Cases
- Autonomous end-to-end delivery loop: brainstorm, design, implement (via subagents), run full pre-PR gates, and drive a clean review before opening the PR.
- Prevents “almost done” outcomes: enforces
pnpm build, pnpm test, and lint as a hard gate, then ensures the branch is reviewed locally before the PR exists.
- Traceable decisions + tracked follow-ups: logs non-trivial decisions to
.claude/memory/decisions.md and returns deferred work as TO DO items rather than silently dropping it.
- Isolation-first workflow: uses dedicated worktrees (never the main checkout) to avoid clobbering other agents’ work.
- Use case: when you need “implement X end to end” or “ship this task” with minimal supervision, this skill orchestrates the full implementation and delivery process through merge (standalone) or handoff (orchestrated).
Quick Start
Use yolo-ship when you want to implement a feature end to end and open a review-clean pull request with CI passing, asking for as little supervision as possible.