01
Familiar visible outcome
A working, narrowly scoped browser tool with a realistic sample, a verification receipt, and a clear decision about whether it deserves public release.
02
Who it is for
Nontechnical operators, strategists, creators, and community builders who repeatedly perform the same judgment or formatting task.
03
Inputs
- A concrete annoyance that has happened at least three times
- One real before-and-after example with private details removed
- The person who experiences the problem
- The smallest useful transformation
- Privacy, authority, time, and cost boundaries
- A visible test that would prove the tool helps
04
Steps
Write the annoyance as an observable loop
Use: When [situation], I repeatedly [manual action] because [constraint], which causes [visible cost]. Keep solutions out of this sentence.
Isolate one transformation
Separate input, deterministic or model-assisted transformation, and portable output. If the job still contains several unrelated transformations, choose the most frequent one.
Build the paper version
Run the method manually on the synthetic sample. Record each decision. If the method cannot produce a useful result on paper, interface work will only hide the weakness.
Choose the smallest credible surface
Prefer a local form, spreadsheet, or static page before accounts, databases, agents, or APIs. Add only controls that change the result.
Implement one vertical slice
Finish input, transformation, result, copy or export, validation, sample, limitation, and test for one complete path before adding options.
Make a release decision
Use the verification checklist and a cold-reader test. Public release requires rights-cleared examples, honest claims, and a person accepting the final boundary.
05
Tools
- A plain text note or spreadsheet
- A local coding agent or site builder
- Browser developer tools
- A production build command
- A public AI Work Receipt
06
Human approval points
- Human chooses the problem and confirms the proposed transformation is worth doing
- Human reviews every public example for privacy and rights
- Human approves the name and public claims
- Human explicitly authorizes deployment or publication after local verification
07
Failure behavior
- If the annoyance cannot be demonstrated with a synthetic example, return to observation instead of building
- If the transformation requires hidden expert judgment, expose the judgment as an input or review gate
- If local tests pass but the rendered result is confusing, do not call the tool complete
- If release requires private material, exclude it and record the missing public example
08
Verification checklist
- A new user can state the outcome before touching a control
- The synthetic sample produces the expected result
- Invalid and empty inputs fail clearly
- Copy, reset, persistence, and export work where applicable
- No entered material leaves the browser unless explicitly disclosed
- Keyboard use, reduced motion, and mobile layout have been checked
- The receipt distinguishes local proof from public deployment
09
Copyable starter prompt
Help me turn one recurring annoyance into the smallest honest public tool. Annoyance: [what keeps happening] Person affected: [specific user] Current manual workaround: [steps] Visible cost: [time, errors, confusion, or missed decision] Example input: [synthetic or rights-cleared] Desired output: [portable artifact] Boundaries: [privacy, authority, cost, deployment] First, restate the problem without proposing features. Then identify the single transformation at its center. Produce: the paper method, smallest credible interface, one vertical-slice build plan, failure behavior, human approval gates, and an observable verification checklist. Reject features that do not improve the core transformation. Do not deploy or publish without separate authorization.
10
Worked synthetic example
Synthetic example
Scenario
A community manager repeatedly turns loose workshop notes into a consistent exercise card.
Input
Synthetic notes: audience is new managers; problem is unclear delegation; activity is a five-minute delegation rewrite; proof is a before-and-after instruction.
Result
A local Exercise Card Builder that produces Audience, Problem, Activity, Example, Debrief, and Facilitator Check sections, plus Markdown copy and a receipt. It does not create accounts or publish to the community.
11