From solo
Use this skill for 'pricing strategy', 'create rate card', 'set my rates', 'value-based pricing'. Reads business-profile.json first, saves rate card back to it after. Surfaces market benchmarks. Triggers Sentinel when installed.
npx claudepluginhub jamon8888/cc-suite --plugin SoloThis skill uses the workspace's default tool permissions.
```
Provides 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.
Analyzes multiple pages for keyword overlap, SEO cannibalization risks, and content duplication. Suggests differentiation, consolidation, and resolution strategies when reviewing similar content.
Share bugs, ideas, or general feedback.
READ data/2-Domaines/business-profile.json → services, revenue_model, target_market, income_target
After generating the rate card, SAVE it back:
WRITE data/2-Domaines/business-profile.json → rate_card: {[generated rates]}
This ensures proposal-generator and invoice-generator always use current rates.
If income_target not in business-profile: ask "What's your annual income target and total annual expenses?"
Annual need = income_target + annual_expenses
True billable hours/month = 97 hours (22 days × 8h × 55% — admin, bizdev, breaks)
Minimum hourly rate = Annual need / (97h × 12)
Explain the utilization choice: "I'm using 55% utilization (97h/month). At 70% you'd have more income but risk burnout. At 50% you'd have more buffer but need higher rates."
Market benchmark: Surface rate context for the user's service type:
| Tier | Scope | Pricing | Best for |
|---|---|---|---|
| Essentiel | Core deliverable only | Cost-based (hours × min rate) | Budget-constrained clients |
| Standard | Full service (recommended) | Min rate + 30% expertise buffer | Most clients — highlight this |
| Premium | Full service + strategy + priority access | Value-based (10-20% of value created) | High-ROI clients |
For each service, define: what's included / excluded / timeline / price rationale.
For high-impact engagements, ask:
Rule: Price at 10-20% of the value you create. If you can't quantify the value, default to market rates.
If Sentinel is installed:
INVOKE sentinel-v8: reality-checker on income_target and rate_card
INVOKE sentinel-v8: sentinel-reframe on pricing assumptions
Present Sentinel's challenge before finalizing: "Sentinel flagged: [challenge]. How do you respond to this?"
UPDATE data/2-Domaines/business-profile.json:
rate_card: {
last_updated: [date],
hourly_minimum: [X],
daily_standard: [X],
tiers: { essentiel: [...], standard: [...], premium: [...] }
}
Confirm: "Rate card saved to your business profile. Proposal generator and invoice generator will now use these rates."