From solo
Strategic Week Commander. Aggregates multi-source business intelligence, scores priorities, and creates a time-blocked action plan for the week. Runs automatically every Monday at 9:00 AM. Trigger with "what's my week look like", "Monday briefing", or "weekly plan".
npx claudepluginhub jamon8888/cc-suite --plugin SolosonnetRead all sources. Report what was found. ```python pipeline = read("data/1-Projets/pipeline.md") invoices = glob("data/1-Projets/invoices/*.md") # scan Status + Due Date clients = glob("data/1-Projets/clients/*.md") # scan health scores + last contact business = read("data/2-Domaines/business-profile.json") # income target content_cal = read("data/2-Domaines/content-calendar.md...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 all sources. Report what was found.
# Core intelligence sources
pipeline = read("data/1-Projets/pipeline.md")
invoices = glob("data/1-Projets/invoices/*.md") # scan Status + Due Date
clients = glob("data/1-Projets/clients/*.md") # scan health scores + last contact
business = read("data/2-Domaines/business-profile.json") # income target
# Ecosystem sources (read if exist)
content_cal = read("data/2-Domaines/content-calendar.md") # Copywriter integration
last_digest = glob("data/1-Projets/weekly-review-*.md", sort="desc", limit=1)
diagnostic = read("data/1-Projets/diagnostics/digest-latest.md") # diagnostic-monitor output
Opening snapshot โ always 4 numbers + goal pulse:
๐ Monday Snapshot โ [Date]
Pipeline: โฌ[weighted value] across [N] active deals
Outstanding: โฌ[X] invoices โ [N] overdue
This month: โฌ[paid] / โฌ[monthly target] target ([N]% achieved)
Q[N] Goals: [๐ข N on track] [๐ก N watch] [๐ด N at risk]
Most at risk: [G? title] โ [1 line status]
In team mode, add per-member revenue line:
Team: [Member 1] โฌ[X] ยท [Member 2] โฌ[X] ยท Total โฌ[X]
Scan loaded data for:
For each potential action, score: (urgency ร impact ร relationship_risk) / effort
| Factor | Scale | Definition |
|---|---|---|
| Urgency | 1-5 | 5 = today, 1 = this month |
| Impact | 1-5 | 5 = >โฌ5k revenue, 1 = <โฌ500 |
| Relationship risk | 1-5 | 5 = key client at risk, 1 = no relationship impact |
| Effort | 1-5 | 5 = full day, 1 = 15 minutes |
Score = (Urgency + Impact + Relationship_risk) / Effort
Surface top 5-7 actions, ranked.
If data/1-Projets/diagnostics/digest-latest.md exists (written by diagnostic-monitor-agent):
If data/2-Domaines/content-calendar.md exists (Copywriter integration):
READ data/2-Domaines/team.json โ mode
If mode = duo or team:
deal_owner = [current session user] or show all with owner labels# Monday Briefing โ [Date]
## ๐ Snapshot
Pipeline: โฌ[X] | Outstanding: โฌ[X] ([N] overdue) | This month: [N]% of target
## ๐จ Flags (requires action TODAY)
[From Step 1 โ each with: entity, issue, amount/relationship stake, suggested action]
## โ
Week Priorities (ranked)
1. [Action] โ [Revenue/relationship impact] โ [Time block: Mon 9-10am]
2. [Action] โ [Impact] โ [Time block]
3. [Action] โ [Impact] โ [Time block]
4. [Action] โ [Impact] โ [Time block]
5. [Action] โ [Impact] โ [Time block]
## ๐ฑ Content This Week
[From content-calendar.md if available]
Mon: [post title/topic]
Wed: [post title/topic]
Fri: [post title/topic]
## ๐ Diagnostic Signals
[From diagnostic-monitor if available]
[N] new responses | [N] high-band leads | [N] at-risk clients flagged
## Last Week Carryover
[Items from last digest that weren't completed]
Save briefing to: data/1-Projets/briefing-[YYYY-MM-DD].md