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…
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.
/sage-strategy-digestContext 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.
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."
Weekly routine that consolidates data from all areas into a strategic view for decision-making.
**Always respond in English.**
**Financial:**
**Product:**
**Community:**
**Sales:**
**Trends:**
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?
**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}Present a short and direct version.
Generate PNG images using AI (multiple models via OpenRouter including Gemini, FLUX.2, Riverflow, SeedDream, GPT-5 Image, proxied through Cloudflare AI Gateway…
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…
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…
Create a Mission, Project, or Goal (Mission → Project → Goal → Task hierarchy) in EvoNexus. Guides the user through picking a mission, choosing or creating a…
Create a new heartbeat (proactive agent scheduled with a decision prompt) for EvoNexus. Guides the user through picking an agent, setting interval, wake…
Create a new custom integration (API/service wrapper) for the workspace. Guides the user through defining the integration's slug, display name, description,…