Small feature shipping
Tiny product improvements pile up because every change still needs context gathering, code edits, tests, copy, deploys, and follow-up notes.
A feature-shipping operator that takes one bounded feature, follows the repo pattern, writes the focused verifier, builds locally, and prepares the release receipt.
- Scope the smallest useful changeRead the current source, identify the narrowest route, component, or workflow change, and write a short implementation checklist.The bot does not touch unrelated files or broad refactors unless the owner explicitly asks.
- Ship with a focused verifierAdd the test or compile check that proves the new behavior, watch it fail, implement the change, then run it green.No feature is called ready without fresh test, build, or type-check evidence.
- Create the release receiptSummarize changed files, commands run, deploy state, live URL, screenshots, and any remaining risks.Owner-facing status separates verified facts from recommendations.
