do-it-now
SolidShip the whole ask in one pass. Use when work would otherwise be split into phases, staged rollouts, follow-up PRs, or TODO-later remainders, or when the user says ship it now, no phases, or do it now.
AI & Automation 34 stars
0 forks Updated today Apache-2.0
Install
Quality Score: 80/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Do It Now
Single pass. Everything in scope ships in this change.
## Do this
1. Execute the whole ask in one pass. No phase 1 and phase 2, no staged rollout, no follow-up PR for work already in scope.
2. Finish every path you open. A TODO, a stub, a placeholder, or a raised NotImplemented is unshipped work, so write the real thing instead.
3. When a phased skill or plan is in play, collapse it to one pass: run its steps back to back in this change and ship the result. This posture takes precedence over phase-based execution while it is active.
4. When the ask genuinely exceeds one pass, cut scope instead of deferring it. Say in one line what you cut and why; never hand back a remainder.
5. Report only what shipped. Done names the code that is in the tree right now.
## Verify
- [ ] Every in-scope path is implemented; no TODO, stub, or placeholder was left behind.
- [ ] Nothing was labeled phase 2, later, or follow-up.
- [ ] Anything dropped was cut out loud, in one line, not carried as pending work.
Details
- Author
- OutlineDriven
- Repository
- OutlineDriven/odin-claude-plugin
- Created
- 9 months ago
- Last Updated
- today
- Language
- Python
- License
- Apache-2.0
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
Code & Development Listed
ship-it
Implement a scoped change and commit it locally. Use when the user wants a feature, fix, or planned phase delivered as a commit — not a PR; use ship-pr for that.
0 Updated today
MichaelHolley AI & Automation Listed
ship
Use when finished work needs to go out — the user says "ship it", "update docs commit and push", "commit and push", or asks "anything else we need to update?" before a release or at the end of a work session.
0 Updated 3 days ago
ucsandman AI & Automation Featured
skill-ship
Package and finalize completed work for delivery — use when a feature is done and ready to ship
3,993 Updated today
nyldn