Decide Ship Skip Defer

Decide whether a proposed feature should ship, be skipped, or be deferred using a concrete user outcome and proof contract.

HomenShum 4b41400 3 files · 2.0 KB Updated

File contents

Decide ship, skip, or defer

Read the execution contract before starting. Validate the final receipt with its parameterized verification.argv, replacing {python}, {skill_dir}, and {receipt} with concrete local values.

Name one user, one job, the smallest API or interaction contract, and one observable success metric. Compare the proposal with existing capability and require an observed failure before replacing anything.

Return exactly one recommendation:

  • SHIP: the user outcome, scope, proof, owner, and rollback are concrete.
  • SKIP: existing capability already satisfies the outcome or value is below cost.
  • DEFER: a named dependency or evidence gap prevents an honest decision.

Do not turn DEFER into an unbounded research backlog. State the single observation that would reopen the decision.

HomenShum/codex-claude-cursor-setup/tree/main/templates/project/.agents/skills/decide-ship-skip-defer commit 4b41400514

Frequently asked questions

npx skillmds@latest add homenshum/decide-ship-skip-defer