/sage-strategy-digest
Generate weekly strategy digest consolidating financial, product, community, and market data into strategic insights. Use when user says 'strategy digest', 'weekly strategy summary', 'company status', or as part of the weekly strategy review routine.
$ npx -y skills add evolution-foundation/evo-nexus --skill sage-strategy-digest --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
- Slash command
/sage-strategy-digest
Context preview
The summary Claude sees to decide when to auto-load this skill.
Generate weekly strategy digest consolidating financial, product, community, and market data into strategic insights. Use when user says 'strategy digest', 'weekly strategy summary', 'company status', or as part of the weekly strategy review routine.
SKILL.md
sage-strategy-digest.SKILL.mdname: sage-strategy-digest
description: "Generate weekly strategy digest consolidating financial, product, community, and market data into strategic insights. Use when user says 'strategy digest', 'weekly strategy summary', 'company status', or as part of the weekly strategy review routine."
Strategy Digest — Weekly Strategic Summary
Weekly routine that consolidates data from all areas into a strategic view for decision-making.
**Always respond in English.**
Workflow
Step 1 — Collect data from each area
**Financial:**
- Query `/int-stripe` — current MRR, variance, new subscriptions, churn, refunds
- If available, read latest report in `workspace/finance/`
**Product:**
- Read latest `/int-linear-review` in `workspace/projects/linear-reviews/`
- Read latest `/int-github-review` in `workspace/projects/github-reviews/`
- Summarize: deliveries of the week, blockers, PRs, community issues
**Community:**
- Read latest report in `workspace/community/reports/weekly/`
- Summarize: WAM, sentiment, hot topics, FAQ gaps
**Sales:**
- If pipeline exists in `workspace/projects/comercial/`, read status
- Check active partnerships
**Trends:**
- Read latest trends report in `workspace/daily-logs/`
Step 2 — Analyze strategically
Cross-reference the data and answer: 1. **Business health** — cash, revenue, runway. Are we secure? 2. **Product momentum** — are we delivering? What is blocked? 3. **Community** — growing? Positive sentiment? Support up to date? 4. **Market** — any relevant changes in competition or the sector? 5. **Risks** — what could go wrong in the next 2-4 weeks? 6. **Opportunities** — what should we consider doing?
Step 3 — Generate digest (HTML + MD)
**HTML:** Read the template at `.claude/templates/html/custom/strategy-digest.html`, fill all `{{PLACEHOLDER}}` with the collected data and save to `workspace/strategy/digests/[C] YYYY-WXX-strategy-digest.html`. Create the directory if it does not exist.
**MD:** Also save markdown version to `workspace/strategy/digests/[C] YYYY-WXX-strategy-digest.md` with the following format:
# Strategy Digest — Week {WXX}
> Generated on: {YYYY-MM-DD}
> Agent: @sage
## Business Health
**Status:** 🟢/🟡/🔴
- MRR: R${X} ({var%})
- Subscriptions: {N} ({+/-})
- Runway: {N} months
## Product
**Status:** 🟢/🟡/🔴
- Deliveries: {summary}
- Blockers: {N}
- Community issues: {N} open
## Community
**Status:** 🟢/🟡/🔴
- WAM: {N}
- Sentiment: {label}
- Docs gaps: {N}
## Sales
- Pipeline: {summary}
- Partnerships: {status}
## Risks (next 2-4 weeks)
1. {risk with evidence}
## Opportunities
1. {opportunity with justification}
## Recommendation of the week
{One sentence: what the owner should prioritize based on everything above}Step 4 — Terminal summary
Present a short and direct version.
Rules
- **Real data** — do not fabricate metrics. If data is unavailable, say "no data"
- **Opinions flagged** — when it is opinion vs data, make it clear
- **One recommendation** — do not give 10 suggestions, give 1 clear one
- **Connect the dots** — the value of the digest is crossing areas, not repeating individual reports
Read more
name: sage-strategy-digest description: "Generate weekly strategy digest consolidating financial, product, community, and market data into strategic insights. Use when user says 'strategy digest', 'weekly strategy summary', 'company status', or as part of the weekly strategy review routine."
Strategy Digest — Weekly Strategic Summary
Weekly routine that consolidates data from all areas into a strategic view for decision-making.
**Always respond in English.**
Workflow
Step 1 — Collect data from each area
**Financial:**
- Query `/int-stripe` — current MRR, variance, new subscriptions, churn, refunds
- If available, read latest report in `workspace/finance/`
**Product:**
- Read latest `/int-linear-review` in `workspace/projects/linear-reviews/`
- Read latest `/int-github-review` in `workspace/projects/github-reviews/`
- Summarize: deliveries of the week, blockers, PRs, community issues
**Community:**
- Read latest report in `workspace/community/reports/weekly/`
- Summarize: WAM, sentiment, hot topics, FAQ gaps
**Sales:**
- If pipeline exists in `workspace/projects/comercial/`, read status
- Check active partnerships
**Trends:**
- Read latest trends report in `workspace/daily-logs/`
Step 2 — Analyze strategically
Cross-reference the data and answer: 1. **Business health** — cash, revenue, runway. Are we secure? 2. **Product momentum** — are we delivering? What is blocked? 3. **Community** — growing? Positive sentiment? Support up to date? 4. **Market** — any relevant changes in competition or the sector? 5. **Risks** — what could go wrong in the next 2-4 weeks? 6. **Opportunities** — what should we consider doing?
Step 3 — Generate digest (HTML + MD)
**HTML:** Read the template at `.claude/templates/html/custom/strategy-digest.html`, fill all `{{PLACEHOLDER}}` with the collected data and save to `workspace/strategy/digests/[C] YYYY-WXX-strategy-digest.html`. Create the directory if it does not exist.
**MD:** Also save markdown version to `workspace/strategy/digests/[C] YYYY-WXX-strategy-digest.md` with the following format:
# Strategy Digest — Week {WXX}
> Generated on: {YYYY-MM-DD}
> Agent: @sage
## Business Health
**Status:** 🟢/🟡/🔴
- MRR: R${X} ({var%})
- Subscriptions: {N} ({+/-})
- Runway: {N} months
## Product
**Status:** 🟢/🟡/🔴
- Deliveries: {summary}
- Blockers: {N}
- Community issues: {N} open
## Community
**Status:** 🟢/🟡/🔴
- WAM: {N}
- Sentiment: {label}
- Docs gaps: {N}
## Sales
- Pipeline: {summary}
- Partnerships: {status}
## Risks (next 2-4 weeks)
1. {risk with evidence}
## Opportunities
1. {opportunity with justification}
## Recommendation of the week
{One sentence: what the owner should prioritize based on everything above}Step 4 — Terminal summary
Present a short and direct version.
Rules
- **Real data** — do not fabricate metrics. If data is unavailable, say "no data"
- **Opinions flagged** — when it is opinion vs data, make it clear
- **One recommendation** — do not give 10 suggestions, give 1 clear one
- **Connect the dots** — the value of the digest is crossing areas, not repeating individual reports
Other skills on evo-nexus.
- /ai-image-creator
Generate PNG images using AI (multiple models via OpenRouter including Gemini, FLUX.2, Riverflow, SeedDream, GPT-5 Image, proxied through Cloudflare AI Gateway BYOK). Also analyze/describe existing images using multimodal AI vision. Use when user asks to "generate an image",
Open skill - /create-agent
Create a new custom agent for the workspace. Guides the user through defining agent name, domain, personality, skills, model, and memory folder. Use when the user says 'create an agent', 'new agent', 'add an agent', 'I need a custom agent', or wants to create a specialized agent
Open skill - /create-command
Create a new slash command for Claude Code. Guides the user through defining the command name, what it does, and generates the markdown file in .claude/commands/. Use when the user says 'create a command', 'new command', 'add a slash command', 'I want a shortcut for', or wants
Open skill - /create-goal
Create a Mission, Project, or Goal (Mission → Project → Goal → Task hierarchy) in EvoNexus. Guides the user through picking a mission, choosing or creating a project, defining a measurable goal with metric_type and target_value. Writes to the SQLite goals tables via POST
Open skill - /create-heartbeat
Create a new heartbeat (proactive agent scheduled with a decision prompt) for EvoNexus. Guides the user through picking an agent, setting interval, wake triggers, and the decision prompt that governs when the agent acts. Writes to config/heartbeats.yaml with pydantic validation.
Open skill - /create-integration
Create a new custom integration (API/service wrapper) for the workspace. Guides the user through defining the integration's slug, display name, description, category, and required env keys. Writes .claude/skills/custom-int-{slug}/SKILL.md via POST /api/integrations/custom. Use
Open skill

