feat(wealth-management): add prospect-intake skill and /prospect command#255
Open
raihan-js wants to merge 1 commit into
Open
feat(wealth-management): add prospect-intake skill and /prospect command#255raihan-js wants to merge 1 commit into
raihan-js wants to merge 1 commit into
Conversation
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>
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
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! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Adds a
prospect-intakeskill and/prospectcommand to thewealth-managementvertical.Why
Every existing skill in
wealth-managementserves 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-sourcingskill (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 tableplugin.json— version bumped0.1.2 → 0.1.3Validation
python3 scripts/check.py→ OK, 0 issuessecret-scancheck) passes locally