Knowledge > Products > WiseAI Realtor > START HERE
WiseAI Realtor — START HERE
You are working on the WiseAI Realtor System (Canada-first AI front office for REALTORS®, a vertical of WiseAI Agency in the shared churchwiseai-web codebase). Most of it is already built and merged. Read these in order before doing anything:
- do-not-reinvent.md — the module → existing-code map. Reuse, do not rebuild. (Read this even for a "small" change.)
- overview.md — positioning, status, what's shipped vs deferred, open questions.
- agent-onboarding.md — the spawn prompt + lane definitions + the review of the original Codex prompt.
- ../wiseaiagency/overview.md — the parent agency brand this vertical sells under.
- ../pro-website/overview.md + template-system.md — the website platform real estate runs on.
- ../../runbooks/business-ops/new-vertical-launch.md — the canonical playbook for any infra step.
Training a customer on the dashboard (Team Beckett) — start here:
- operator-guide.html — illustrated, double-clickable, print-friendly training deck: every dashboard screen with a live screenshot + plain-language "what it is / day to day / what to tell the Becketts." Open this one to sit next to a customer.
- operator-guide.md — the same content as canonical markdown (renders in the docs portal). Screenshots live in operator-guide-assets/, captured 2026-07-03 from the TeamMoelker Realty showcase account. Re-run the Playwright capture to refresh after UI changes.
Design & product vision (target-state — written greenfield by the Codex planning agent; cross-check do-not-reinvent.md before treating anything as unstarted):
- product-vision.md — thesis, markets, moats, must-haves, MVP/V1/V2 roadmap.
- ui-ux-design-directions.md — public + backend UX, 6 template families, page/screen types.
- screen-blueprints.md — 10 prototype screen blueprints + design-system seed.
Strategy, design system & QA:
- competitive-analysis.md — the "barbell" market thesis + complete feature set (HAVE/PARTIAL/NEED/BEAT) + Canadian table-stakes.
- information-architecture.md — the full backend IA, nav model, and locked decisions.
- design-direction.md — Workflow-Rail shell + per-archetype layouts + the navy/teal/gold design system (the spec the mockups follow).
- compliance-privacy-analytics.md — analytics, cookie consent, anti-bot, per-client legal/footer (Website pillar).
- backend-completeness-audit.md — the QA gap audit (P0/P1/P2) + Canadian feature bar + compliance must-haves.
Systems-layer specs (the build foundation — read before writing backend code):
- data-model.md — 14 RE-native
re_*tables + migration plan (RE leads live inlocal_business_leadstoday, notvoice_*). - auth-rbac.md — Supabase Auth + role matrix + lead ownership/RLS.
- identity-consent-model.md — dedup/merge + CASL/PIPEDA/Law 25 consent ledger + global suppression.
- ai-guardrails.md — fair-housing/no-advice/honesty guardrails across chat/voice/SMS + regression map.
- vow-sold-data-track.md — Phase 5: how sold data (sold prices/comps/history/AVM) gets unlocked via a board VOW feed behind a consumer registration gate (Competition Bureau v. TREB legal basis;
re_sold_*model; consumer auth as a separate identity space; VOW adapter as a sibling ofddf/).
Roadmap & resume:
- build-roadmap.md — phased plan, what's done vs next, and the full doc/mockup inventory.
- Visual mockups (standalone HTML, ~17 screens):
C:\dev\realtor-mockups\— openindex.html. - Latest session handoff:
C:\dev\HANDOFF_WISEAI_REALTOR_2026-06-27.md.
Acceptance specs (read before building the matching feature):
- real-estate-blog-mvp · real-estate-content-editor-mvp · reviews-engine-mvp · cwa-pro-website · pro-website-multipage · ai-front-desk · realtor-video-module-mvp (2026-07-02, feature PR in founder review) · realtor-fullboard-search-mvp (2026-07-02, P0 build spec — server-side board-scale MLS search) · realtor-sold-gallery-mvp + realtor-coming-soon-mvp (2026-07-02, P1 builds). SellingToolz migration runbook: runbooks/business-ops/realtor-sellingtoolz-migration.md
- Integrations "NOW" tier (2026-07-03, from AUDIT_realtor_integrations_strategy_2026-07-03.md): realtor-calendar-booking-mvp (Google/Outlook calendar write — the "book the showing" moment) · realtor-sms-messaging-mvp (Telnyx programmatic SMS + CASL consent gate) · realtor-webhook-emitter-mvp (SSRF-guarded outbound webhooks → Zapier/Make/IXACT/BoldTrail-push).
- Calendar write (2026-07-03, calendar-write MVP SHIPPED via PR #1122): realtor-calendar-booking-mvp (per-agent Google/Outlook OAuth + free/busy + event write — LIVE) → its booking step is revised by realtor-showing-scheduling-mvp (recurring availability windows + slot capacity + two-sided held→confirm flow; a showing is one slot in a window, not a blocking booking — PROPOSED, awaiting build).
Collision-prevention (mandatory — these live at C:\dev root):
CLAUDE.md— portfolio guardrails (no cron sends, founder presses sends/pushes/deploys, branch off deploy branch, verify on deployed URL, evidence-or-nothing).DECISION_LOG.md— log significant decisions; read recent entries first so you don't reverse one.FEATURE_REGISTRY.md— check before building; update in the same PR.FOUNDER_ACTIONS.md— append founder-only items here.
Durable findings go into knowledge/products/wiseai-realtor/ (never a parallel folder); run pnpm derive from C:\dev\knowledge after. Do NOT create C:\dev\wiseai-agent-knowledge\ — this folder is the single source of truth.