do-it-now

Solid

Ship 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

View on GitHub

Quality Score: 80/100

Stars 20%
51
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
51
Issue Health 10%
80
License 10%
100
Description 5%
100

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