Skip to content

feat(wealth-management): add meeting-notes skill and /meeting-notes command#256

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

feat(wealth-management): add meeting-notes skill and /meeting-notes command#256
raihan-js wants to merge 1 commit into
anthropics:mainfrom
raihan-js:feat/wealth-meeting-notes

Conversation

@raihan-js
Copy link
Copy Markdown

What

Adds a meeting-notes skill and /meeting-notes command to the wealth-management vertical.

Why

The vertical has client-review to prepare for a client meeting, but nothing to document one afterward — which is the other half of the workflow and a recordkeeping requirement for advisors. This is the post-meeting counterpart.

What it does

Takes the advisor's raw meeting notes and produces:

  • a structured recap (summary, topics, decisions, IPS changes, open questions)
  • an action-item table with owners and due dates (carrying forward prior open items)
  • a client follow-up email draft (recap only — no figures/recommendations unless the advisor adds them)
  • a neutral compliance file note, flagging suitability-relevant changes (risk tolerance, objectives, time horizon) for supervisory review

Documentation only — no advice, no suitability determination, and nothing is sent or filed automatically; everything is staged for advisor review. Carries the repo's standard guardrails and "don't invent — mark [CONFIRM]" rule.

Changes

  • plugins/vertical-plugins/wealth-management/skills/meeting-notes/SKILL.md (new)
  • plugins/vertical-plugins/wealth-management/commands/meeting-notes.md (new → /meeting-notes)
  • 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

…ommand

The post-meeting counterpart to client-review: that skill preps the
meeting, this one documents it. Turns raw client-meeting notes into a
structured recap, decisions and IPS changes, an action-item table with
owners and dates, a client follow-up email, and a compliance file note —
all staged for advisor review. Documentation only: no advice, no
suitability determination, nothing sent or filed automatically.

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

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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