From solo
Use for 'capacity planning', 'can I take this project', 'bandwidth check', 'team capacity', 'who has time', 'can we take this on'. Solo mode: personal capacity. Team mode: collective capacity with per-member breakdown and revenue impact framing. Always includes pipeline quasi-commitments.
How this skill is triggered — by the user, by Claude, or both
Slash command
/solo:capacity-plannerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
```
READ data/2-Domaines/team.json → mode, members[].capacity_hours_week, members[].id
READ data/2-Domaines/business-profile.json → weekly_billable_hours (solo fallback)
Available hours/week: [from profile, default 25h]
True billable/month: ~97h (22 days × 8h × 55% utilization)
READ data/1-Projets/[active projects]/ → hours_remaining, deadline
READ data/1-Projets/time/time-[current month].md → hours logged this week (if time-tracker active)
For each active project: weekly_hours = hours_remaining ÷ weeks_until_deadline
READ data/1-Projets/pipeline.md → deals at Verbal Commit (100%) and Negotiation (70%)
Estimate hours: deal_value ÷ effective_hourly_rate × probability
This step is mandatory. Ignoring pipeline creates false capacity.
Free capacity/week = Available − Committed projects − Pipeline quasi-committed
For the proposed project, always show:
If YES: +€[project_value], buffer = [N]h/week, risk to [highest-margin active project]
If NO: deferred or lost revenue = €[X], protects [N]h/week quality buffer
Alternative: start on [date] when [Project X] completes
For each member in team.json:
[Name] — [role]
Available: [capacity_hours_week]h/week
Committed: [sum of their active project hours/week]
Pipeline quasi-committed: [their deals × probability]
Free: [available − committed − pipeline]
| Member | Available | Committed | Pipeline | Free |
|--------|-----------|-----------|---------|------|
| [Name1] | [N]h/w | [N]h/w | [N]h/w | [N]h/w |
| [Name2] | [N]h/w | [N]h/w | [N]h/w | [N]h/w |
| **Team** | **[N]h/w** | **[N]h/w** | **[N]h/w** | **[N]h/w** |
For the proposed project:
READ data/1-Projets/subcontractors/*.md → available + matching skills
Option A: [Member X] takes it — [N]h/week, leaves [N]h buffer
Option B: Subcontractor [Name] at €[rate]/day — cost €[X], project margin = [N]%
Option C: Start [date + N weeks] when [project Y] ends
Project value: €[X]
If assigned to [Member]:
Their utilization: [N]% → [H/U/S — healthy/under/stressed]
Revenue per member this month: €[X each]
Team total: €[X]
Solo mode:
# Capacity Report — [Date]
Available: [N]h/week | Committed: [N]h | Pipeline: [N]h | Free: [N]h
Active projects: [table]
Proposed project: [title] — [N]h/week for [N] weeks
Verdict: [YES/NO/ALTERNATIVE] — [reason + economic framing]
Team mode:
# Team Capacity Report — [Date]
[Per-member table]
Team free: [N]h/week total
Proposed project: [title]
Best fit: [member] — [why + their free capacity]
Alternative: [subcontractor option if needed]
Revenue impact: [project adds €X, team MRR = €Y]
/solo:plan capacitynpx claudepluginhub jamon8888/cc-suite --plugin SoloProvides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.