Problem
What problem this solves
Non-trivial work often stalls because the user has to remember when to spec, verify, update docs, close trackers, and ship.
Skill Detail
Run non-trivial work from story to spec, build, verification, closeout, and ship without making the user drive every gate.
The master user-facing lifecycle orchestrator for carrying a story, bug, or goal through ShipGlows's spec, readiness, implementation, verification, onboarding consideration, documentation, closure, and shipping gates.
Problem
Non-trivial work often stalls because the user has to remember when to spec, verify, update docs, close trackers, and ship.
Outcome
You get a single high-level entrypoint that routes the work through the right ShipGlows gates and reports the result without hiding proof gaps.
Why It Matters
This skill is the normal launch point when the outcome matters more than the individual commands. It keeps the user in business decisions while ShipGlows handles execution sequence, evidence, closure, and the quality bar.
Arguments
These are the argument switches documented for this skill. For the general rule behind skill arguments, read the skill modes tutorial.
<story, bug, or goal>Runs the user-facing lifecycle for the requested work.
Routes through spec/readiness, implementation, verification, onboarding consideration, documentation alignment, end, and ship when the scope requires it.
agentsForces delegated sequential execution as a validation gate for file work, validation, closure preparation, and ship preparation.
If no bounded subagent is used where one is required, the run must stop or report degraded execution with the reason.
no-agentsForces main-thread execution.
Use only when you intentionally accept less isolation between orchestration and execution.
report=agent / handoff / verbose / full-reportSwitches the final report toward detailed evidence and handoff context.
Useful for another agent or blocked run, but noisier than the default user report.
Related Skills
Turn a fuzzy request into an implementation-ready contract before code starts mutating the repo.
The spec-writing skill for shaping non-trivial work into a clear user story, behavior contract, executable task list, and chantier history.
Open skill pagePressure-test a spec before implementation so the thread is not coding against loose intent.
A readiness gate for checking whether a spec is complete, safe, and executable by a fresh agent.
Open skill pageStart implementation when the task is ready, and force a stronger path when it is not.
The main execution entrypoint for beginning real work after the problem and contract are clear enough, while keeping the chantier flow visible.
Open skill pageCheck whether the work really satisfies the user story, not just whether the code compiles.
A verification skill for standard readiness or an explicit excellence-focused second pass beyond the task's acceptance criteria.
Open skill pageClose a task cleanly so the work is summarized, tracked, and ready for the next thread.
A task-closing skill for wrapping up implementation, documenting completion, and recording closure in the chantier flow when applicable.
Open skill pageCommit and push quickly when the work is actually ready, instead of stretching closure into another vague step.
A shipping skill for moving finished work through the final commit-and-push path and recording the shipping result when a chantier spec is in scope.
Open skill pageOpen a URL in a real browser and verify one observable non-auth objective.
A general browser verification skill for checking public UI, previews, production pages, visible assertions, screenshots, console messages, and network signals without turning every page check into auth debugging or manual QA.
Open skill pageDebug a broken auth flow in a real browser before you start guessing from static code alone.
A browser-level auth diagnosis skill for reproducing login failures, reading local Clerk/Google/Convex/Flutter references, and isolating the exact break point in the flow.
Open skill pageCheck whether production is actually healthy after a push instead of assuming the deploy tells the truth.
A production verification skill for deployment status, logs, and live health checks after release.
Open skill pageTurn shipped features into clear, trusted customer journeys.
A customer-experience skill for UX/UI clarity, friction, trust, first-success paths, onboarding, setup sequencing, recoverable states, docs coherence, and proof routing.
Open skill pageGo Deeper
Use the public catalog for education and workflow selection. Move to the docs and GitHub when you want the operator-grade execution details behind the skill system.