npx claudepluginhub jamon8888/cc-suite --plugin Solo[profile-type: content|service|product|full]sonnet# /solo:start Welcome! Let's get you set up with Solo. This will take about 3 minutes. ## Quick Start Path I'll help you configure Solo based on how you work. Choose one: **1. Content Creator** - Blogs, newsletters, social media **2. Service Provider** - Freelancing, consulting, client work **3. Product Builder** - SaaS, digital products, prototypes **4. Full Setup** - All features (recommended for later) > If you're not sure, pick **Service Provider** - it's the most versatile starting point. --- ## What I'll Set Up Based on your choice, I'll: 1. Create your business profile...
/startImplements Manus-style file-based planning for complex tasks by creating task_plan.md, findings.md, and progress.md. Supports automatic session recovery after /clear.
/startOrchestrates provided tasks using three agents (task-orchestrator, decomposer, dependency-analyzer) to generate execution plans, tracking directories, dependency graphs, and coordination documents.
/startOrchestrates provided tasks using three agents (task-orchestrator, decomposer, dependency-analyzer) to generate execution plans, tracking directories, dependency graphs, and coordination documents.
/startStarts ClaudeClaw heartbeat daemon: blocks home-dir starts, installs Bun/Node if needed, checks/runs interactive config for model, heartbeat, Telegram/Discord/security.
/startStarts interactive UI design session: interviews requirements, generates variations, collects feedback, iterates to refined design, produces implementation plan. Optional target argument.
/startStarts the Nights Watch daemon to monitor Claude usage limits and autonomously execute tasks from task.md. Supports optional --at TIME scheduling.
Share bugs, ideas, or general feedback.
Welcome! Let's get you set up with Solo. This will take about 3 minutes.
I'll help you configure Solo based on how you work. Choose one:
1. Content Creator - Blogs, newsletters, social media
2. Service Provider - Freelancing, consulting, client work
3. Product Builder - SaaS, digital products, prototypes
4. Full Setup - All features (recommended for later)
If you're not sure, pick Service Provider - it's the most versatile starting point.
Based on your choice, I'll:
Everything stays local on your machine.
First, I'll ask for your preferred language:
I'll save this to business-profile.json so all future outputs use your language.
I'll ask: "Which best describes you?"
If Content Creator:
/solo:write, /solo:planIf Service Provider:
/solo:clients, /solo:invoice, /solo:prospectIf Product Builder:
/solo:build, /solo:researchIf Full Setup:
I'll ask 5-7 questions based on your profile choice:
I'll create:
solo/data/
├── 0-Inbox/ # New items land here
├── 1-Projets/ # Active work
│ ├── clients/ # (Service Provider only)
│ ├── invoices/ # (Service Provider only)
│ └── products/ # (Product Builder only)
├── 2-Domaines/ # Your identity
│ ├── business-profile.json
│ ├── voice-dna.json
│ └── icp.json
├── 3-Ressources/ # Templates & knowledge
└── 4-Archives/ # Completed items
✅ Solo Setup Complete!
Your Profile: Service Provider
Enabled Features: 8/60 skills
📝 Your Identity
- Business: [Your business name]
- Focus: [What you do]
- Clients: [Who you help]
🚀 Next Steps
1. Add your first client: /solo:clients add
2. Create an invoice: /solo:invoice
3. Browse all features: /solo:skills
💡 Tips
- Enable more skills anytime: /solo:skills
- Check connections: /solo:check-connections
- Get help: /solo:help
> /solo:write blog "productivity tips"
[Generates SEO-optimized blog post in your voice]
> /solo:plan
[Creates content calendar for next month]
> /solo:write newsletter
[Generates newsletter from recent blog posts]
> /solo:clients add
[Interactive form to add new client]
> /solo:invoice "Acme Corp"
[Generates professional invoice]
> /solo:prospect research "SaaS companies in fintech"
[Finds leads, drafts outreach]
> /solo:build discover
[Starts discovery phase: persona, problem, journey]
> /solo:build validate
[Runs validation checkpoint]
> /solo:build design
[Creates PRD and design brief]
> /solo:build prototype
[Generates interactive prototype]
/solo:start --scan path/to/your/docs/
I'll analyze your existing materials to extract:
/solo:start --update business
/solo:start --update voice
/solo:start --update icp
Re-run any section without starting over.
/solo:configure profile content-creator
Enable different skill sets as you grow.
config_file = "${CLAUDE_PLUGIN_ROOT}/data/2-Domaines/skill-config.json"
if file_exists(config_file):
ask("You're already set up. Want to: [Update] [Reset] [Cancel]?")
Language Selection
language = ask_choice(["English", "Français"])
lang_code = "fr" if language == "Français" else "en"
Profile selection
profile = ask_choice([
"Content Creator - blogs, newsletters, social",
"Service Provider - freelancing, consulting",
"Product Builder - SaaS, digital products",
"Full Setup - everything (advanced)"
])
Run appropriate profile setup
if profile == "service-provider":
run_skill("business-profile-creator", quick_mode=True, language=lang_code)
run_skill("voice-dna-creator", quick_mode=True, language=lang_code)
run_skill("icp-creator", quick_mode=True, language=lang_code)
enable_skills([
"client-management",
"invoice-generator",
"proposal-generator",
"discovery-call",
"pricing-strategy"
])
Create PARA structure
mkdir -p ${CLAUDE_PLUGIN_ROOT}/data/{0-Inbox,1-Projets,2-Domaines,3-Ressources,4-Archives}
# Profile-specific subdirectories
if [[ $profile == "service-provider" ]]; then
mkdir -p ${CLAUDE_PLUGIN_ROOT}/data/1-Projets/{clients,invoices,proposals}
fi
Save configuration
{
"profile": "service-provider",
"language": "fr",
"enabled_skills": ["client-management", "invoice-generator", ...],
"onboarding_complete": true,
"onboarding_date": "2026-02-13",
"version": "2.0.0"
}
Update CLAUDE.md
# Solo-Brain: Working Memory
## 👤 Me
- **Name:** [from business-profile]
- **Business:** [from business-profile]
- **Profile:** Service Provider
- **Focus:** [from business-profile]
## 🎯 Active Skills (8 enabled)
- client-management
- invoice-generator
- proposal-generator
...
Show completion summary
⚠️ Found existing configuration:
- business-profile.json (created 2026-01-15)
- voice-dna.json (created 2026-01-15)
Options:
[Update] - Keep existing, update specific sections
[Reset] - Start fresh (backs up old files)
[Cancel] - Exit without changes
Saving partial progress...
✅ Saved: business-profile.json
⏸️ Paused: voice-dna.json (incomplete)
Resume anytime with: /solo:start --resume
❌ Business description is required.
Let's try again. What do you do in one sentence?
Example: "I help B2B SaaS founders reduce churn through customer success consulting"
Onboarding is complete when:
/solo:start --update voice to refresh just your writing styleAfter onboarding, you can:
/solo:clients add/solo:write [type]/solo:research [topic]/solo:check-connections/solo:skills/solo:help [topic]The plugin learns as you use it - commands become more contextual over time.