Back to corpus
architecturetechnical paper candidatescore 44
Market Sweep + Outreach iOS Parity Map
1. **Market Sweep** discovers and qualifies cafes in a market. 2. **Outreach** turns qualified prospects into conversations, follow-ups, visits, and eventual accounts.
Full HTML reader
Read the full artifact
Extracted abstract or opening context
1. **Market Sweep** discovers and qualifies cafes in a market. 2. **Outreach** turns qualified prospects into conversations, follow-ups, visits, and eventual accounts.
1. Create `market_sweeps` row for a city/state/neighborhood. 2. Run `market-sweep-search` to populate `sweep_prospects`. 3. Run enrichment stages: - `market-sweep-enrich` - `market-sweep-prospeo-enrich` - `market-sweep-instagram-enrich` - `market-sweep-visual-score` 4. Import qualified prospects into CRM: - `market-sweep-import` - `inbound_leads` - `accounts` - `locations` 5. Generate outbound content: - `market-sweep-ai-generate` - `subject_variants` - `ai_subject` - `ai_body` 6. Send and track outreach: - `market-sweep-email` - `market-sweep-followup` - `email_outreach` - `outreach_send_log` 7. Classify replies and schedule field work: - `market-sweep-classify` - `response_type` - `qualification_tier` - `outreach_stage` - `prospect_visits`
- `market_sweeps`: market-level operation status, totals, distributor context, search config. - `sweep_prospects`: discovery staging, enrichment, contact data, AI email copy, outreach status, ICP scores. - `sweep_contacts`: multi-contact enrichment from Prospeo/manual sources. - `inbound_leads`: promoted CRM leads after import. - `email_outreach`: immutable email-send/audit log. - `outreach_send_log`: daily send cadence and recipient-domain tracking. - `outreach_templates`, `email_sequences`, `prospect_sequence_state`: template and sequence management. - `prospect_visits`: visit scheduling from interested replies.
- `market-sweep-search`: SerpAPI discovery into `sweep_prospects`. - `market-sweep-enrich`: website/email/IG scrape enrichment. - `market-sweep-prospeo-enrich`: company and decision-maker enrichment. - `market-sweep-instagram-enrich`: IG follower/profile enrichment. - `market-sweep-instagram-aesthetic`: Gemini visual scoring from feed screenshots. - `market-sweep-visual-score`: cafe photo ICP scoring. - `market-sweep-import`: promotion into CRM tables. - `market-sweep-ai-generate`: personalized outbound subject/body generation. - `market-sweep-classify`: reply classification and tiering. - `market-sweep-assign`: territory assignment and visit sequence creation. - `market-sweep-email`: approved intro email send. - `market-sweep-followup`: follow-up email send.
- `FieldRouteService` reads selected-market `sweep_prospects`, clusters route-ready prospects, and can consume Growth handoff payloads. - `LeadDiscoveryService` uses `MKLocalSearch`, but it is a local search tool, not the web market-sweep pipeline. - `FieldRoutesTabView` can cluster prospects and record visit outcomes. - Native now has delivery-grid parity foundation. - Native now has a first Growth command center backed by `market_sweeps` and `sweep_prospects`. - Native now has
Promotion decision
What has to happen next
Promote into a technical note or architecture paper with implementation anchors.
Why this is not always a full paper yet
Corpus pages are public-safe readers for discovered workspace artifacts. They are not automatically final papers. A corpus item becomes a polished paper only after the editable source, evidence checkpoints, references, figures, render path, and release status are attached through the paper schema.