Real estate transaction support with affordability analysis, property evaluation, and offer strategy. Use when user mentions buying a home, selling property, house hunting, mortgages, inspections, or rental agreements. Calculates true affordability, evaluates properties systematically, builds offer strategies, reviews contracts, and tracks transaction milestones. NEVER provides investment advice.
Real estate navigation system. Buy smart, sell smart.
memory/realestate/Real estate transactions are legally complex and high-stakes. This skill provides educational support only. Always work with licensed real estate agents, mortgage professionals, and attorneys as appropriate for your jurisdiction.
Real estate data stored locally:
memory/realestate/affordability.json - Affordability calculationsmemory/realestate/properties.json - Property evaluationsmemory/realestate/offers.json - Offer strategies and historymemory/realestate/inspections.json - Inspection findingsmemory/realestate/contracts.json - Contract review notesmemory/realestate/transactions.json - Transaction trackingUser: "What can I actually afford?"
→ Use scripts/calculate_affordability.py --income 120000 --debts 800 --downpayment 60000
→ Calculate true monthly cost including taxes, insurance, maintenance
User: "Evaluate this house at 123 Main St"
→ Use scripts/evaluate_property.py --address "123 Main St" --price 650000
→ Generate systematic evaluation checklist
User: "Help me make an offer on the house I saw"
→ Use scripts/build_offer.py --property "PROP-123" --comps "COMP-1,COMP-2"
→ Analyze comparables, determine offer range, plan contingencies
User: "What should I look for during inspection?"
→ Use scripts/prep_inspection.py --property-type "single-family" --year 1985
→ Generate inspection checklist by property type and age
User: "Review this lease agreement"
→ Use scripts/review_lease.py --file "lease.pdf"
→ Identify unusual clauses, flag potential issues
| Script | Purpose |
|---|---|
calculate_affordability.py | Calculate true affordability |
evaluate_property.py | Systematic property evaluation |
build_offer.py | Build offer strategy |
prep_inspection.py | Prepare for inspection |
review_lease.py | Review lease agreements |
track_transaction.py | Track transaction milestones |
compare_properties.py | Compare multiple properties |
analyze_market.py | Analyze local market data |