cupertino-unboxlisted
Install: claude install-skill Anselmoo/werkstoff
Redesign exactly the first five minutes of first contact — the way unwrapping an Apple product is itself part of the product. Nothing beyond that window is in scope for this technique.
## Steps
1. **Trace the actual sequence** a new user hits today, exactly as it currently happens — not the intended flow, the real one: every screen, prompt, permission request, required signup field, and wait state between "just installed/opened this" and five minutes later. If you haven't verified the real sequence (by reading the actual code path or running it), don't guess at it — go look.
2. **Identify what's revealed first**: does the very first thing the user sees communicate value, or does it front-load friction (forms, permissions, configuration) before any payoff? Name it plainly.
3. **Name the theater moments**: which steps, if any, already do more than function — they communicate the character of the product (a loading animation with personality, copy that sounds like someone wrote it on purpose, a first action that's satisfying rather than merely functional)? Where are theater moments absent that could exist?
4. **Cut or defer anything not earning its place**: for every step in the current sequence, ask whether it must happen in the first five minutes or whether it can be removed entirely or deferred to later (progressive disclosure, deferred permission requests, optional setup skipped by default). List what you removed or deferred and why.
5. **Build the redesigned first-run flo