From wealth
Compares current portfolio mix to target allocation, flags asset classes drifted beyond threshold, and generates rebalance recommendations.
How this skill is triggered — by the user, by Claude, or both
Slash command
/wealth:flow-asset-allocation-driftThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
**Trigger:** Called by `op-investment-review`, on-demand.
Trigger: Called by op-investment-review, on-demand.
Produces: Drift table + rebalance recommendations in investment-review brief.
Reads holdings across all investment accounts and rolls up by asset class. Compares current mix to target. Surfaces any class drifted beyond the threshold.
Standard asset classes:
User configures target allocation in config.md. The flow handles:
vault/wealth/00_current/vault/wealth/config.md:
target_allocation — class → percent mapping (must sum to 100)drift_threshold_pct (default 5)holding_class_overrides — manual ticker → class for funds the lookup missesvault/wealth/00_current/ holdings; ticker-class mapping (built-in + config overrides)Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub fru-dev3/ai-ready-life --plugin wealth