feat(C-P1-S1): first brief from your website in the Starter wizard#592
Merged
Victor "David" Medina (Victor-David-Medina) merged 1 commit intoJun 27, 2026
Conversation
Customer value: a new owner sees a brief recognizably built from THEIR own business
in the first ~60s — the biggest 'this is real, not a setup form' moment, and the exact
onboarding friction Elaine hit.
Wires an ALREADY-BUILT-but-orphaned scrape: one optional, skippable 'Your website'
field in StarterOnboardingWizard step 1 (never blocks Continue — the 2-min speed is
preserved), and on completeOnboarding it non-fatally calls the EXISTING
persistScrapeInputs({companyUrl}) server action → profile_onboarding_private.company_url
→ the already-shipped BriefBuildingState on /focus auto-fires the bootstrap.
Honest + safe: persistScrapeInputs validates SSRF + returns {ok:false} quietly, so a
bad/empty URL just lands on the honest sample brief. The 'why it's safe' line is
explicit ('we only read your public website; nothing is sent to your clients').
Anti-theater-safe (no new motion), no new backend, no new send path. tsc: 0 errors.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
🛡️ Cascade Quality Score: 100/100
Threshold: 85/100 | Result: PASS ✅ |
5273ec8
into
main
9 of 10 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Customer-evolution Phase 1 (Get to value fast). A new owner sees a brief built from THEIR own business in ~60s — the biggest 'this is real' onboarding moment.
Wires an already-built-but-orphaned scrape: one optional/skippable 'Your website' field in step 1 (never blocks Continue) → on
completeOnboardingit non-fatally calls the existingpersistScrapeInputs({companyUrl})→/focus'sBriefBuildingStateauto-fires the bootstrap.Honest + safe: SSRF-validated server-side; a bad/empty URL lands on the honest sample brief; explicit 'we only read your public site, nothing is sent.' Anti-theater-safe (no new motion), no new backend/send path. tsc 0 errors.