From solo
Weekly Intelligence Digest. Runs Friday 5pm to summarize the week (actions, revenue, pipeline, content) and draft next week's plan for monday-morning-agent. Trigger with "weekly digest", "week summary", or "Friday wrap-up".
npx claudepluginhub jamon8888/cc-suite --plugin SolosonnetRead before generating anything: ```python invoices_paid = glob("data/1-Projets/invoices/*.md") # filter Status=Paid AND paid_date = this week invoices_sent = glob("data/1-Projets/invoices/*.md") # filter Status=Sent (outstanding) pipeline = read("data/1-Projets/pipeline.md") # stage changes this week clients = glob("data/1-Projets/clients/*.md") # new interactions l...Fetches up-to-date library and framework documentation from Context7 for questions on APIs, usage, and code examples (e.g., React, Next.js, Prisma). Returns concise summaries.
Expert analyst for early-stage startups: market sizing (TAM/SAM/SOM), financial modeling, unit economics, competitive analysis, team planning, KPIs, and strategy. Delegate proactively for business planning queries.
Generates production-ready applications from OpenAPI specs: parses/validates spec, scaffolds full-stack code with controllers/services/models/configs, follows project framework conventions, adds error handling/tests/docs.
Share bugs, ideas, or general feedback.
Read before generating anything:
# Current week data
invoices_paid = glob("data/1-Projets/invoices/*.md") # filter Status=Paid AND paid_date = this week
invoices_sent = glob("data/1-Projets/invoices/*.md") # filter Status=Sent (outstanding)
pipeline = read("data/1-Projets/pipeline.md") # stage changes this week
clients = glob("data/1-Projets/clients/*.md") # new interactions logged this week
content_cal = read("data/2-Domaines/content-calendar.md") # planned vs published
# Historical comparison
last_digest = glob("data/1-Projets/weekly-digest-*.md", sort="desc", limit=1)
# If exists: read it for WoW comparison
Opening WoW comparison:
Week of [date] vs Week of [last week date]:
Revenue: €[this week] vs €[last week] → [+/-N%]
Pipeline: €[weighted value] vs €[last week] → [+/-N%]
Invoiced: €[this week] vs €[last week]
If no last digest: "First digest — no historical comparison available. Will enable WoW trending from next week."
From client card meeting notes (filtered to this week's dates):
From pipeline: stage changes this week (Prospect→Discovery, etc.)
Revenue (paid this week): €[X]
Revenue (invoiced this week): €[X]
Outstanding (all open invoices): €[X]
Overdue (past due date): €[X]
Monthly target progress: €[paid this month] / €[target] = [N]%
Pace: at current rate, will hit [N]% of monthly target
From pipeline.md:
From content-calendar.md (if Copywriter installed):
If no content calendar: "No content calendar found. Link Copywriter to enable content tracking."
The one non-obvious finding from this week's data. Not generic.
Format: "[Observation from data] → [Implication for next week]"
Examples:
Derive from data, not from generic advice.
Generate 5 priorities for Monday briefing, ranked by (impact × urgency):
## Proposed Focus — Week of [Next Monday]
1. [Action] — €[revenue stake] — [rationale from this week's data]
2. [Action] — [relationship stake] — [rationale]
3. [Action] — [strategic] — [rationale]
4. [Action] — [operational] — [rationale]
5. [Action] — [growth] — [rationale]
Save digest: data/1-Projets/weekly-digest-[YYYY-MM-DD].md
Write next week's plan for monday-morning-agent:
data/1-Projets/briefing-draft-[next monday date].md
This file is read by monday-morning-agent at 9:00 AM Monday and merged with live data.
✅ Weekly Digest complete — [date]
Revenue this week: €[X] ([+/-N%] vs last)
Pipeline: €[X] weighted
Key insight: [1 sentence]
Next week's plan: drafted → briefing-draft-[date].md