Signup Flow Until Smooth
Walk register-through-onboard in the browser, annotate friction points, fix UX blockers, and repeat until the flow is smooth.
by Trooper
Start the "Signup Flow Until Smooth" loop. Goal: signup through first value moment completes without friction blockers Max iterations: 10 Between iterations run: Complete signup flow in browser and verify no annotated blockers remain Exit when: full signup-to-onboard path completes with zero open friction annotations Step 1: Walk register-through-onboard in browser, annotate friction, fix blockers, and retest. Self-pace this loop. After each iteration, run the check command, read the output, and only continue if the exit condition is not met. Stop when the exit condition passes or max iterations is reached. Give a short status update each pass.
Paste the kickoff prompt into Cursor, Claude Code, or Codex. Deeplinks do not install hook files.
1. Walk the flow
Register a test account and complete onboarding in the browser.
2. Annotate friction
Screenshot confusing steps, errors, and drop-off points with notes.
3. Fix and retest
Patch UX blockers, then re-walk the flow from scratch.
Guardrails
Rules the agent must follow so it cannot cheat the exit condition.
- Use test accounts — do not create production users without cleanup
- Screenshot and annotate every friction point before fixing
- Do not remove validation to mask UX problems
More Product loops
Customer Onboarding Watch
Interval loop that watches new signups, runs the onboarding checklist against each account, and nudges or escalates stuck users.
Checkout Until Green
Test every payment path in the browser — card, wallet, trial, upgrade — fix blockers, and loop until checkout is green end-to-end.
Staging Smoke Until Green
Deploy to staging, run browser smoke tests on critical paths, fix failures, and repeat until every path is green.
