Pull Portfolio Data → Detect Patterns → Rank Hotspots → Explain → Report
Portfolio Insights Agent
Scans the whole portfolio for the patterns a single property view hides: repeat failures, backlog spikes, cost anomalies, and vendor concentration, and surfaces the few that deserve action this week.
The Problem
Forty properties. Nobody has time to compare them.
Portfolio-level patterns - repeat failures, cost spikes, backlog trends - stay invisible until they become crises.
What Changes
The few patterns that matter, surfaced each week.
Flags hotspots across properties using operational data. Shows you which property is trending toward a problem before the problem arrives.
Humans stay in control: Your leadership decides what to act on. The agent finds and ranks the patterns. It removes the digging, not the decisions.
HOW THE AGENT WORKS
HOW TO BUILD IT
Three levels of depth. Pick the one that matches where you are.
For the ops person who needs to understand what's involved and brief their team.
WHAT YOUR TEAM PROVIDES ONCE
- Data access - tickets, turns, costs, vendors across the portfolio
- Pattern definitions - what a spike, repeat, or anomaly means
- Baselines - normal ranges per metric and property type
- Ranking priorities - what makes a hotspot worth attention
- Report format - how leadership wants insights presented
For the IT person or technical lead who needs to scope the integration.
INQUIRY SOURCES
WORKFLOW ENGINE (N8N)
CONNECTS TO
Agent works from exported reports per property and produces the brief from those. Less timely, but the pattern detection still runs.
Agent reads every system across the portfolio and produces a live weekly insight brief. Best experience, and a capstone over the operational agents.
For the person who wants to build this agent step by step. Each node below maps to an n8n workflow node.
You detect operational patterns across a property portfolio.
For each property, using BASELINES and PATTERN DEFINITIONS, find notable patterns:
- pattern: backlog_spike / repeat_failure_cluster / cost_anomaly / vendor_concentration / turn_slippage
- metric, value, baseline: the numbers behind it
- severity: high / medium / low
Only return real deviations, not noise. Respond ONLY with a valid JSON array.
BASELINES: {baselines}
PATTERN DEFINITIONS: {pattern_definitions}
PORTFOLIO DATA: {portfolio_data}[
{ "property": "Maple Court", "pattern": "backlog_spike", "metric": "open_wo", "value": 42, "baseline": 18, "severity": "high" },
{ "property": "Oak Ridge", "pattern": "cost_anomaly", "metric": "plumbing_spend", "value": 9800, "baseline": 4200, "severity": "high" }
]You rank portfolio hotspots for a weekly leadership brief.
Order the detected patterns by impact (severity x scope) and trend (worsening first). Return the top items only, as a JSON array with rank, property, pattern, impact, trend.
PATTERNS: {patterns_json}[
{ "rank": 1, "property": "Oak Ridge", "pattern": "cost_anomaly", "impact": "high", "trend": "worsening" },
{ "rank": 2, "property": "Maple Court", "pattern": "backlog_spike", "impact": "high", "trend": "new" }
]You explain portfolio hotspots for leadership.
For each ranked hotspot, write:
- headline: one line
- why: the likely driver, grounded in the data (no speculation beyond it)
- suggested_look: the first thing to check
Plain language, no jargon, no recommendations you can't support. Respond ONLY with a valid JSON array.
HOTSPOTS: {ranked_hotspots}
SUPPORTING DATA: {supporting_data}[
{ "property": "Oak Ridge", "headline": "Plumbing spend more than doubled vs baseline", "why": "Three high-cost emergency calls to one unit suggest a recurring failure being patched repeatedly.", "suggested_look": "Pull WO history for the unit; consider a root-cause repair." }
]- Manual run trigger
- One system (tickets)
- Fixed baselines
- Simple spike detection
- Single brief
- Delivered by email
Full Video Walkthrough Coming Soon
From portfolio noise to ranked hotspots - step by step.
Register to be notifiedEverything on this page is free to learn.
When you're ready to build — do it yourself or bring us in.
OTHER AGENTS IN LEASING & MARKETING
Executive Summary and What Changed Reporting Agent
Daily Exceptions Brief Agent
Owner Reporting Agent
Frequently asked questions
This is 4 of 4 agents in Executive & Portfolio Operations. → · Explore all 10 departments →