How this command is triggered — by the user, by Claude, or both
Slash command
/investor-updates:metricsThis command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
Generate a concise metrics snapshot suitable for monthly investor updates. ## Purpose Create a lightweight metrics summary that gives investors a quick pulse on business health without overwhelming them with data. ## Context Gathering 1. Check for company configuration in this order (use first one found): - `.claude/investor-updates.local.md` (plugin's own config) - `.claude/metrics.local.md` (if using metrics plugin) - `.claude/board-prep.local.md` (if using board-prep plugin) 2. Look for any existing metrics data in the project 3. Ask user for current metrics if not available...
Generate a concise metrics snapshot suitable for monthly investor updates.
Create a lightweight metrics summary that gives investors a quick pulse on business health without overwhelming them with data.
.claude/investor-updates.local.md (plugin's own config).claude/metrics.local.md (if using metrics plugin).claude/board-prep.local.md (if using board-prep plugin)Focus on these key metrics (lighter than full board reporting):
| Metric | What to Show |
|---|---|
| ARR or MRR | Current value + MoM change |
| Growth | MoM growth rate |
| Runway | Months remaining |
Generate the snapshot in a format suitable for embedding in an email:
📊 Quick Numbers
• ARR: $2.4M (+12% MoM)
• Runway: 16 months
• New customers: 8 (+3 from last month)
| Metric | Current | Change |
|--------|---------|--------|
| ARR | $2.4M | +12% MoM |
| MRR | $200K | +$22K |
| Runway | 16 mo | +2 mo |
Generate the metrics snapshot and offer to:
Reference the monthly-investor-updates skill for metrics presentation best practices.
npx claudepluginhub yamz8/open-ceo --plugin investor-updates/metrics-dashboard-designerGenerates metrics dashboard HTML with North Star Metric, AARRR framework, 5 role-specific dashboards, alerts, data infrastructure plan, and 90-day roadmap.
/monthlyGenerates interactive monthly marketing reports for clients, pulling data from Google Analytics, HubSpot, and Meta Ads. Supports scope levels and time periods.
/financial-summaryGenerates a narrative financial summary from raw data, including period overview, trends, action items, and key metrics in plain language.
/metricsDisplays agent performance metrics and session history from .claude/agent-metrics.jsonl: total sessions, recent table, average file changes, trends. Shows 'No metrics recorded yet' if absent.