Skip to content

feat(wealth-management): add prospect-intake skill and /prospect command#255

Open
raihan-js wants to merge 1 commit into
anthropics:mainfrom
raihan-js:feat/wealth-prospect-intake
Open

feat(wealth-management): add prospect-intake skill and /prospect command#255
raihan-js wants to merge 1 commit into
anthropics:mainfrom
raihan-js:feat/wealth-prospect-intake

Conversation

@raihan-js
Copy link
Copy Markdown

@raihan-js raihan-js commented May 25, 2026

What

Adds a prospect-intake skill and /prospect command to the wealth-management vertical.

Why

Every existing skill in wealth-management serves existing clients — client-review, financial-plan, portfolio-rebalance, client-report, investment-proposal, tax-loss-harvesting. There is no workflow for inbound prospects, the most business-development-heavy part of an advisor's job. This fills that gap.

What it does

Captures an inbound lead (referral, seminar sign-up, web form, COI intro) → enriches from public sources only → qualifies against the advisor's ideal-client profile and account minimum → dedupes against the CRM → drafts a compliant first-touch email + first-meeting agenda. Everything is staged for advisor review, never auto-sent.

It deliberately mirrors the existing PE deal-sourcing skill (discover → CRM dedupe → draft outreach) so it is idiomatic to the repo, and carries the repo's standard guardrails: no investment advice, no suitability/Reg BI determination, honor do-not-contact, compliance note.

Changes

  • plugins/vertical-plugins/wealth-management/skills/prospect-intake/SKILL.md (new)
  • plugins/vertical-plugins/wealth-management/commands/prospect.md (new → /prospect)
  • README.md — row added to the wealth-management skill table
  • plugin.json — version bumped 0.1.2 → 0.1.3

Validation

  • python3 scripts/check.pyOK, 0 issues
  • Internal-reference scrub (the secret-scan check) passes locally
  • Single-vertical, markdown/YAML only, no new dependencies

Adds a prospect intake & qualification workflow to the wealth-management
vertical — the one gap in the vertical, whose existing skills all serve
existing clients rather than inbound leads.

Captures a lead (referral, seminar, web form, COI intro), enriches from
public sources, qualifies against the advisor's ideal-client profile and
account minimum, dedupes against the CRM (reusing the deal-sourcing
pattern), and drafts a compliant first-touch + first-meeting agenda —
all staged for advisor review, never auto-sent. No investment advice or
suitability determination.

- skills/prospect-intake/SKILL.md
- commands/prospect.md (/prospect)
- README: wealth-management skill table row

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@raihan-js
Copy link
Copy Markdown
Author

Hi @mattpic-ant — thanks for open-sourcing this, it's a great reference set to build on. 👋

When you have a moment, I'd love a review on a couple of small wealth-management additions. Both are single-vertical, markdown/YAML only, pass scripts/check.py with 0 issues, and follow the existing skill conventions and guardrails:

Together they round out the advisor workflow (the vertical's current skills all serve existing clients). Happy to adjust scope, naming, or split them however fits the repo's direction — just let me know. No rush, and thanks for taking a look!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant