vertical-real-estate

Provides residential proptech domain knowledge for speccing real-estate product architectures.

Updated Aug 28, 2026
One-click install
npx skills add https://github.com/jeremybrasher/grokbot-skills --skill vertical-real-estate-jeremybrasher
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: vertical-real-estate
Source: https://github.com/jeremybrasher/grokbot-skills/tree/main/collections/great-cto/skills/vertical-real-estate
Command: npx skills add https://github.com/jeremybrasher/grokbot-skills --skill vertical-real-estate-jeremybrasher

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Architects and product managers often spec residential real-estate products as generic CRUD apps, missing MLS fragmentation, listing status lifecycles, long-cycle lead nurture, and transaction-coordination deadlines — then rebuild later. This Skill front-loads that domain structure so the spec is right the first time. ## Core Features & Use Cases - Domain Vocabulary & Rules: Codifies MLS/IDX/RESO realities, listing status lifecycles, syndication canonical-source modeling, and agent-vs-brokerage data boundaries. - Naive-Build Checklist: Lists the five most common spec mistakes (single MLS schema, flat listings, checklist-only TC, short-funnel CRM, ignored ownership boundaries) so reviewers catch them early. - Must-Model Entities & Wedge Guidance: Seeds Listing, Lead, Transaction, and Property/MaintenanceRequest entity shapes, and identifies transaction-coordination as the high-pain, low-switching-cost wedge product. - Use Case: When speccing a lead-CRM for a brokerage, apply this Skill to model a 6–18 month nurture drip with stage and last-contact tracking instead of a short sales pipeline. ## Quick Start Apply the vertical-real-estate skill to seed the domain model and naive-build checklist before decomposing tasks for this real-estate product spec.

Frequently Asked Questions about vertical-real-estate

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I model MLS listings in a real-estate product spec?▼

Model a per-MLS integration adapter rather than one global importer, since each of the 500+ US MLSs has its own auth, fields, and redistribution rules. Use RESO Data Dictionary as the normalization target and store a source_ref as the canonical listing key.

What entities should a real-estate CRM domain model include?▼

Seed Listing (status lifecycle, source_ref, syndication_targets), Lead (stage, last_contact_at, long-cycle nurture), Transaction (checklist, deadlines, contingencies, documents), and Property/Unit with MaintenanceRequest for property management.

Which proptech product is the best wedge to build first?▼

Transaction-coordination is the recommended wedge: it has low switching cost, high pain, and replaces Dotloop/Excel workflows. The key is enforced deadlines and contingency tracking with alerts, not just a task checklist.

What compliance issues apply to real-estate software?▼

Four flags: per-MLS IDX display and redistribution rules, Fair Housing Act constraints on listing copy and lead targeting, escrow/trust rules prohibiting naive handling of client funds, and ESIGN/UETA-compliant e-signature for transaction documents.

Why is a short-funnel CRM wrong for real-estate leads?▼

Real-estate leads stay warm for 6–18 months, so the CRM's job is automated long-cycle nurture that keeps the agent top-of-mind, not closing within weeks. A pipeline-only design with quick close/lost stages does not fit this domain.