---
name: Next-Best-Action
slug: next-best-action
category: AI Engineering
description: Next-Best-Action designs event-driven recommendation engines for advisors. Use it to detect portfolio, life, market, and compliance triggers, rank competing actions, route them to the right person, and track acceptance.
github: "https://github.com/JoelLewis/finance_skills/tree/main/plugins/advisory-practice/skills/next-best-action"
language: Python
stars: 184
forks: 35
install: "npx degit https://github.com/JoelLewis/finance_skills/tree/main/plugins/advisory-practice/skills/next-best-action ~/.claude/skills/next-best-action"
installs_to: ~/.claude/skills/next-best-action
source_path: plugins/advisory-practice/skills/next-best-action/SKILL.md
collection_size: 25
category_size: 3475
collection_url: "https://dirskills.com/collections/JoelLewis/finance_skills"
added: 2026-09-07T05:19:56.881Z
last_synced: 2026-09-07T05:19:56.881Z
canonical_url: "https://dirskills.com/skills/next-best-action"
---

# Next-Best-Action

Next-Best-Action designs event-driven recommendation engines for advisors. Use it to detect portfolio, life, market, and compliance triggers, rank competing actions, route them to the right person, and track acceptance.

**Install:**

```bash
npx degit https://github.com/JoelLewis/finance_skills/tree/main/plugins/advisory-practice/skills/next-best-action ~/.claude/skills/next-best-action
```

## README

# Next-Best-Action — Event-Driven Advisor Recommendations

## Core Concepts

### Next-Best-Action Framework
Next-best-action is an advisor productivity and client service methodology that analyzes client data across systems to surface the single most valuable action an advisor should take for each client at any given time. The concept originates in CRM and marketing automation — industries that have long used event-driven recommendation engines to guide customer-facing personnel toward high-value interactions — but its application in wealth management addresses a distinct set of challenges: advisors managing hundreds of client relationships cannot manually monitor every portfolio, life event, compliance deadline, and practice touchpoint across their entire book of business.

NBA differs fundamentally from traditional task management. Traditional task management is reactive and manual: advisors create their own to-do lists, respond to inbound client requests, and rely on memory or periodic reviews to identify outreach opportunities. NBA is proactive and data-driven: the system continuously monitors client data across custodial feeds, CRM records, financial plans, compliance calendars, and market data, automatically identifying situations that warrant advisor attention and recommending specific actions with supporting context.

The core components of an NBA system are:

- **Event detection** — Continuous monitoring of data sources to identify triggering events (portfolio drift, large cash movement, life milestone, compliance deadline, market dislocation).
- **Action identification** — Mapping detected events to a catalog of recommended actions (schedule review, propose rebalancing, discuss tax-loss harvesting, update beneficiaries).
- **Prioritization** — Scoring and ranking competing actions across all clients to ensure advisors focus on the highest-value activities given limited time.
- **Routing** — Directing each action to the appropriate person based on role, expertise, relationship, and availability.
- **Delivery** — Presenting recommendations through the channels advisors actually use (dashboard, mobile notification, email digest, CRM task).
- **Tracking** — Recording action outcomes (accepted, deferred, rejected, completed) to close the feedback loop and improve future recommendations.

### Event Detection and Trigger Types
The quality of an NBA system depends on the breadth and reliability of its event detection. Events fall into five categories, each requiring different data sources and detection logic.

**Portfolio events** are detected from custodial data feeds, portfolio management systems, and market data:

- Drift beyond threshold — A client's actual allocation has deviated from the target model beyond the firm's tolerance band (e.g., equity allocation at 72% vs. 65% target with a 5% tolerance). Requires real-time or daily position data and model assignment.
- Large cash deposit or withdrawal — A significant cash movement (typically defined by absolute amount or percentage of portfolio) has occurred. Detected from custodial transaction feeds. A $200,000 deposit into a $1 million account signals an investment opportunity; a $200,000 withdrawal from the same account may signal a liquidity event requiring plan reassessment.
- Concentrated position — A single holding has grown to exceed a concentration threshold (e.g., 10% or 15% of portfolio value), whether through appreciation, additional purchases, or stock compensation vesting. Detected from position-level holdings data.
- Tax-loss harvesting opportunity — Unrealized losses in taxable accounts exceed a significance threshold, particularly near year-end or after market declines. Requires lot-level cost basis data and market prices.
- Required minimum distribution (RMD) due — A client with a traditional IRA or inherited IRA is approaching or has reached an RMD deadline. Requires account type data and client date of birth. RMD deadlines are absolute (December 31 for most, April 1 of the following year for the year the owner turns 73).
- Margin call — A client's margin account has breached maintenance requirements. Requires margin balance and equity data from the custodian. Margin calls are time-sensitive and typically require same-day or next-day resolution.

**Life events** are detected from CRM data, client-reported information, and public records:

- Birthday milestones — Age-based financial triggers: 59-1/2 (penalty-free IRA withdrawals), 62 (early Social Security eligibility), 65 (Medicare eligibility), 70-1/2 (qualified charitable distributions from IRAs), 73 (RMD beginning age under SECURE 2.0 for those born 1951-1959). Detected from client date of birth in CRM.
- Marriage, divorce, death of spouse — Major life transitions requiring comprehensive financial plan review, beneficiary updates, account re-titling, and potentially revised investment strategy. Typically detected through advisor-reported CRM updates or client-initiated contact.
- New child or grandchild — Triggers discussions about education savings (529 plans), life insurance review, estate plan updates, and beneficiary designation changes.
- Job change or retirement — Income changes, employer benefit transitions (401k rollover), stock option/RSU vesting acceleration, and potential shift in investment time horizon and risk profile.

**Market events** are detected from market data feeds, portfolio analytics, and research systems:

- Sector or asset class drawdown affecting client holdings — A significant decline in a sector or asset class in which the client has meaningful exposure. Requires mapping client holdings to sectors and monitoring sector-level returns.
- Interest rate change impacting fixed income allocation — Significant rate movements that affect the duration risk, yield, or relative value of a client's fixed income holdings. Particularly relevant for clients with large bond allocations or approaching income-distribution phase.
- New fund or product launch replacing a current holding — A lower-cost, better-performing, or more tax-efficient alternative to a fund currently held by clients. Detected through product research and comparison analytics.

**Compliance events** are detected from compliance calendars, CRM activity logs, and regulatory data:

- Annual review overdue — The client has not received a formal portfolio or suitability review within the firm's required interval (typically 12 months). Detected by comparing the last review date in CRM to the current date.
- Suitability or best-interest re-certification due — Client profile information is stale and requires re-confirmation. Particularly important under Reg BI, where the care obligation requires that recommendations reflect current client circumstances.
- Disclosure delivery required — New regulations or rule amendments require delivery of updated disclosures (Form CRS updates, Form ADV amendments, privacy notices) to existing clients.

**Practice events** are detected from CRM activity tracking and practice management data:

- Client contact gap — A client has not been contacted (by any channel) within the firm's service standard for that client's tier. For example, a Tier 1 client ($5M+ AUM) with a quarterly contact standard who has not been contacted in 100 days.
- Upcoming contract renewal — An advisory agreement renewal or fee schedule review is approaching.
- Referral opportunity — A client has recently had a positive experience (strong performance period, successful financial plan milestone, positive service interaction) that presents a natural referral conversation opportunity.

### Action Library and Recommendation Logic
The action library is the catalog of all actions the NBA system can recommend. Each action is a defined, repeatable unit of advisor work with associated templates, context requirements, and completion criteria.

**Action catalog design.** A well-designed action library typically includes 30 to 60 distinct actions organized by category. Examples:

- Schedule annual review meeting
- Propose portfolio rebalancing to target model
- Discuss tax-loss harvesting opportunity with estimated tax savings
- Recommend Roth IRA conversion analysis (relevant for clients in temporarily low tax brackets)
- Update beneficiary designations following life event
- Review life insurance coverage adequacy
- Discuss estate plan review (triggered by legislative change, asset growth, or family change)
- Contact client regarding large uninvested cash position
- Congratulate client on life milestone (birthday, retirement, grandchild)
- Offer financial planning engagement to investment-only client
- Present charitable giving strategy (donor-advised fund, qualified charitable distribution)
- Discuss Social Security claiming strategy (approaching eligibility age)
- Review held-away account for consolidation opportunity
- Deliver required compliance disclosure

**Action templates.** Each action in the library includes pre-built supporting materials that reduce the advisor's preparation time and increase the likelihood of action completion:

- Talking points — Key discussion topics tailored to the specific trigger and client context (e.g., "Your portfolio has drifted to 72% equities vs. your 65% target. I recommend we rebalance by trimming the overweight in large-cap growth and adding to international and fixed income. This trade would also harvest approximately $12,000 in losses to offset the gains we realized earlier this year.").
- Email drafts — Pre-composed outreach emails personalized with client name, specific trigger details, and proposed next steps. The advisor reviews and edits before sending.
- Meeting agendas — Structured agendas for review meetings, planning discussions, or specific topic conversations.
- Analysis summaries — Pre-generated quantitative analysis (drift report, tax-loss harvesting estimate, RMD calculation, fee comparison) attached to the recommendation.

**Recommendation logic.** NBA systems use two primary approaches to map triggers to actions:

- Rule-based logic — Deterministic IF-THEN rules that map specific triggers to specific actions. Example: IF client age reaches 72 AND has traditional IRA AND no RMD distribution recorded this year THEN recommend "Contact client re: RMD before December 31 deadline." Rule-based logic is transparent, auditable, and appropriate for compliance-driven and well-understood triggers.
- ML-enhanced logic — Machine learning models that learn from historical advisor behavior to improve recommendations. The model observes which recommended actions advisors accept or reject, which actions lead to positive outcomes (client retention, additional assets, completed plans), and which client characteristics predict action relevance. ML enhancement is layered on top of rule-based logic — rules ensure required actions are never missed, while ML improves the ranking and presentation of discretionary actions.

### Prioritization and Scoring
Not all actions are equal. An advisor with 200 clients might have 50 pending actions on any given day, but can realistically complete five to seven. Prioritization scoring determines which actions rise to the top of the queue.

**Scoring dimensions.** Effective prioritization considers multiple dimensions, each scored on a normalized scale:

- **Urgency** — How time-sensitive is the action? An RMD deadline in December is more urgent in November than in March. A margin call is urgent immediately. A referral opportunity is low urgency. Urgency scoring should incorporate hard deadlines (compliance dates, regulatory deadlines) and soft deadlines (optimal timing windows that pass but do not create violations).
- **Impact** — What is the potential benefit of completing the action? Impact can be measured along several sub-dimensions: revenue potential (will the action lead to new assets, a planning engagement, or retained AUM?), retention risk (is the client at risk of leaving if this issue is not addressed?), compliance requirement (is the action mandated by regulation or firm policy?), client satisfaction (will the action strengthen the relationship?).
- **Effort** — How much advisor time and preparation does the action require? A quick congratulatory call requires five minutes; a comprehensive financial plan review requires several hours of preparation and a 90-minute meeting. Effort scoring ensures that the queue includes a realistic mix of quick wins and substantial engagements.
- **Client importance** — What is the client's tier, AUM, relationship depth, and strategic value? Most firms weight actions for higher-tier clients more heavily, reflecting the disproportionate business impact of retaining and deepening large relationships. However, this weighting should not result in lower-tier clients being systematically neglected — compliance-driven and risk-driven actions should override tier-based scoring.

**Composite scoring.** The overall priority score is a weighted combination of dimension scores:

Priority = (W_urgency x Urgency) + (W_impact x Impact) - (W_effort x Effort) + (W_client x ClientImportance)

Weights are calibrated to the firm's strategic priorities. A firm focused on growth may weight impact and client importance heavily. A firm under regulatory scrutiny may weight urgency and compliance-driven impact heavily. Weights should be reviewed and adjusted periodically based on business outcomes.

**Priority queue management.** Queue design prevents action fatigue — the phenomenon where advisors ignore recommendations because the system generates too many:

- Cap the daily queue at five to seven actions per advisor — a practical rule of thumb (not a cited research finding): larger queues tend to depress completion rates and breed action fatigue.
- Ensure the queue includes a mix of action types — not exclusively compliance items or exclusively revenue-driven items.
- Allow advisors to defer actions (with a snooze period) without permanently dismissing them. Deferred actions return to the queue after the snooze period with an adjusted priority score.
- Compliance-driven actions with approaching deadlines should be flagged as non-deferrable once they enter a critical window (e.g., within 15 days of the deadline).

**Advisor capacity consideration.** The NBA system should account for advisor availability when generating queues. An advisor returning from vacation faces a backlog; an advisor with a light meeting day has capacity for a complex action. Integration with the advisor's calendar and CRM activity log enables capacity-aware queue generation.

### Action Routing and Assignment
Not every action requires the advisor's personal attention. Effective routing directs each action to the right person based on the nature of the work, the relationship requirement, and the team structure.

**Role-based routing rules:**

- **Advisor** — Relationship decisions, complex discussions, high-value client interactions, investment strategy conversations, financial planning reviews. The advisor handles actions where the personal relationship and professional judgment are essential.
- **Client service associate (CSA)** — Scheduling meetings, document collection, routine follow-up calls, account maintenance requests, birthday and milestone acknowledgments (if the firm delegates these). CSAs handle actions that are important but do not require the advisor's expertise.
- **Operations team** — Account transfers, beneficiary designation processing, cost basis corrections, distribution processing, account opening paperwork. Operations handles actions that involve back-office execution.
- **Compliance team** — Regulatory disclosure delivery, suitability re-certification review, advertising review items, compliance-exception resolution. Compliance handles actions that require regulatory expertise or supervisory approval.

**Escalation rules.** Actions that are not completed within their service-level agreement (SLA) should escalate automatically:

- Level 1 (approaching SLA) — Visual indicator in the dashboard (color change from green to yellow).
- Level 2 (at SLA) — Push notification to the assigned individual and their supervisor.
- Level 3 (past SLA) — Escalation to the practice manager or branch manager, with the overdue action flagged in management reports.
- Level 4 (compliance actions past SLA) — Escalation to the Chief Compliance Officer, with the overdue action logged as a compliance exception.

**Team-based routing.** In team-based advisory practices, routing rules should consider advisor specialization (tax planning, estate planning, retirement income), current workload, and client assignment. If the primary advisor is unavailable, the system should route time-sensitive actions to a designated backup advisor rather than allowing them to age in the queue.

### Delivery Channels and Nudges
The most carefully prioritized recommendation is worthless if the advisor never sees it. Delivery channel design and nudge formatting directly affect adoption rates.

**Delivery channels:**

- **Dashboard widget (morning briefing)** — A dedicated section of the advisor's home screen displaying the day's priority queue. The morning briefing is the primary delivery channel for most NBA implementations, designed to be the first thing the advisor reviews each day. Effective morning briefings display the top five to seven actions ranked by priority, with a one-line summary and the client name for each.
- **Push notifications (mobile and desktop)** — Real-time alerts for urgent, time-sensitive actions (margin call, large cash deposit, compliance deadline within 48 hours). Push notifications should be reserved for genuinely urgent items to avoid notification fatigue.
- **Email digest (daily or weekly)** — A summary email listing pending actions, upcoming deadlines, and completed actions from the prior period. The email digest serves as a secondary channel and a record that the advisor can reference outside the dashboard. Weekly digests work well for practice-level summaries; daily digests suit high-volume practices.
- **CRM task creation** — NBA recommendations automatically create tasks in the firm's CRM system, ensuring that actions are tracked in the advisor's existing workflow tool. CRM integration is critical for adoption — if advisors must check a separate system for NBA recommendations, adoption will be low.
- **Calendar integration** — For actions involving client meetings, the system can auto-suggest or auto-block calendar time based on the client's preferred meeting times and the advisor's availability. This reduces the friction between "I should schedule a review with this client" and actually scheduling it.

**Nudge design.** A nudge is the atomic unit of NBA delivery — the brief, actionable message that presents the recommendation to the advisor. Effective nudges share several characteristics:

- Brief — Two to three sentences maximum for the initial display. The advisor should be able to read the nudge in under 10 seconds and decide whether to act.
- Contextual — The nudge includes enough client-specific information that the advisor understands why the action matters without opening the full client record. Include the trigger event, the relevant data point, and the recommended action.
- Actionable — The nudge includes a clear call to action and a direct link to execute it. "John Smith deposited $150K yesterday. His portfolio is now 12% cash vs. 3% target -- recommend investing per his growth model. [View Account] [Create Proposal]."
- Prioritized — Visual cues (color coding, icons, position in the queue) communicate the action's priority relative to other items.

**Timing.** When nudges are delivered affects adoption:

- Morning delivery (7:00-8:00 AM) for the daily priority queue, so advisors start the day with a clear action plan.
- Real-time delivery for urgent items (margin calls, same-day compliance deadlines, large cash movements).
- Post-market-c
