ship
SolidImplement a clear request or an approved brief/proposal. Work solo, make the smallest sufficient change, verify the changed behavior, and stop. Ask before any delegation.
Install
Quality Score: 83/100
Skill Content
Details
- Author
- mirkobozzetto
- Repository
- mirkobozzetto/arsenal
- Created
- 3 months ago
- Last Updated
- 4 days ago
- Language
- Python
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
ship-it
Take a build task from first read to a shipped, reviewed PR — the full research → plan → review-the-plan → implement → test → PR → review-the-PR chain, looping each checkpoint until the definition-of-done holds. Fires on any end-to-end build intent: an issue to take all the way, or a freeform goal stated with the whole chain. Unlike typing the chain by hand, it adversarially reviews the PLAN before code is written, gates plan-approval through the operator, exercises the REAL app, and never silently de-scopes.
ship
Git and deploy ritual behind an explicit green-light gate. Use for any commit/push/PR/deploy intent — "commit", "push", "open a PR", "ship it", "deploy" — or when work is finished and needs to leave the machine.
ship
Full delivery pipeline for non-trivial work — plan, implement, gates, browser evidence, independent review, report. Use when the user says /ship or asks to take a feature end to end. Never commits.