Real estate investment analysis pipeline. An agent team collaborates to produce market research, location analysis, profitability analysis, risk assessment, and investment reports. Use this skill for requests such as 'analyze this real estate', 'apartment investment analysis', 'studio apartment yield', 'real estate market research', 'location analysis', 'real estate investment report', 'buy vs lease', 'reconstruction investment analysis', 'commercial property yield analysis', and other general real estate investment analysis tasks. Actual purchase contracts, brokerage services, interior design, and property management are outside the scope of this skill.
An agent team collaborates to produce market research, location analysis, profitability analysis, risk assessment, and investment reports.
Agent Team — 5 members communicate directly via SendMessage and cross-validate each other's work.
| Agent | File | Role | Type |
|---|---|---|---|
| market-researcher | .claude/agents/market-researcher.md | Macroeconomics, regional markets, price trends | general-purpose |
| location-analyst | .claude/agents/location-analyst.md | Transit, school districts, commercial areas, development catalysts | general-purpose |
| profitability-analyst | .claude/agents/profitability-analyst.md | Rental yield, IRR, cash flow | general-purpose |
| risk-assessor | .claude/agents/risk-assessor.md |
| Regulatory, market, liquidity risks |
| general-purpose |
| report-writer | .claude/agents/report-writer.md | Comprehensive investment report, investment opinion | general-purpose |
_workspace/ directory at the project root_workspace/00_input.md| Order | Task | Owner | Dependencies | Deliverable |
|---|---|---|---|---|
| 1a | Market Research | researcher | None | _workspace/01_market_research.md |
| 1b | Location Analysis | location | None | _workspace/02_location_analysis.md |
| 2 | Profitability Analysis | profitability | Tasks 1a, 1b | _workspace/03_profitability_analysis.md |
| 3 | Risk Assessment | risk | Tasks 1a, 1b, 2 | _workspace/04_risk_assessment.md |
| 4 | Investment Report | writer | Tasks 1a, 1b, 2, 3 | _workspace/05_investment_report.md |
Tasks 1a (Market Research) and 1b (Location Analysis) run in parallel.
Inter-Agent Communication Flow:
_workspace/| User Request Pattern | Execution Mode | Agents Deployed |
|---|---|---|
| "Run a full real estate investment analysis" | Full Pipeline | All 5 agents |
| "Just do market research for this area" | Market Mode | researcher only |
| "Just analyze this apartment's location" | Location Mode | location only |
| "Just calculate the yield" | Yield Mode | profitability only |
| "Just assess the investment risks" | Risk Mode | researcher + risk |
| "Compare these two properties" | Comparison Mode | All 5 agents x 2 properties compared |
| Strategy | Method | Purpose |
|---|---|---|
| File-Based | _workspace/ directory | Store and share main deliverables |
| Message-Based | SendMessage | Real-time key information delivery, correction requests |
| Task-Based | TaskCreate/TaskUpdate | Progress tracking, dependency management |
| Error Type | Strategy |
|---|---|
| Market data retrieval failure | Work with most recent available data, note the reference date |
| Insufficient property details | Analyze using regional averages, request property specifics from user |
| Tax/legal judgment required | Note "Professional consultation recommended", estimate using standard criteria |
| Unable to form investment opinion | Issue "Hold (additional data needed)" opinion, list required data |
| Agent failure | Retry once -> if still fails, proceed without that deliverable, note in report |
Prompt: "I'm considering investing in an apartment in Mapo-gu, Ahyeon-dong, Seoul. My budget is $300K equity and $400K in loans. I plan to hold for 3-5 years for both rental income and capital gains." Expected Results:
Prompt: "Which is better, a studio in Gangnam or an apartment in Mapo?" Expected Results:
Prompt: "Is real estate investment a good idea?" Expected Results:
| Extension Skill | Path | Target Agent | Role |
|---|---|---|---|
| cap-rate-calculator | .claude/skills/cap-rate-calculator/skill.md | profitability-analyst | Cap Rate, Cash-on-Cash, DCF, scenario analysis |
| location-scoring | .claude/skills/location-scoring/skill.md | location-analyst | Location scorecard, commercial area analysis, future value |