From solo
This skill should be used when the user asks to 'create business profile', 'set up my business', or 'define my brand'.
How this skill is triggered — by the user, by Claude, or both
Slash command
/solo:business-profile-creatorThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill acts as your "Chief Strategy Officer." It conducts a deep-dive interview to capture your business context, ensuring every piece of content Claude generates is aligned with your mission, positioning, and unique value proposition.
This skill acts as your "Chief Strategy Officer." It conducts a deep-dive interview to capture your business context, ensuring every piece of content Claude generates is aligned with your mission, positioning, and unique value proposition.
┌─────────────────────────────────────────────────────────────────┐
│ STANDALONE (always works) │
│ ✓ Guided 7-phase interview to build profile from scratch │
│ ✓ Saves business-profile.json to data/2-Domaines/ │
│ ✓ ~15-20 minutes interactive session │
├─────────────────────────────────────────────────────────────────┤
│ SUPERCHARGED (connect ~~knowledge base) │
│ + Auto-scan pitch decks, strategy docs, or websites │
│ + Extract answers from connected documents automatically │
│ + Generate draft profile in seconds, then refine with you │
└─────────────────────────────────────────────────────────────────┘
/solo:start during onboarding.The agent must guide the user through these phases. Do not move to the next phase until the current one is sufficiently detailed.
The agent must output this format to ${CLAUDE_PLUGIN_ROOT}/data/2-Domaines/business-profile.json.
{
"identity": {
"name": "",
"mission": "",
"vision": "",
"elevator_pitch": ""
},
"strategy": {
"value_proposition": "",
"unique_method": "",
"alternatives": [],
"positioning_statement": ""
},
"offerings": [
{
"name": "",
"type": "Core | Lead-Magnet | Productized",
"price_point": "",
"outcome": ""
}
],
"voice": {
"personality": "",
"tone": [],
"lexicon": {
"favored_words": [],
"forbidden_words": []
}
},
"social_proof": {
"key_stats": [],
"logos_or_names": []
},
"content": {
"pillars": [],
"primary_channel": "",
"standard_cta": ""
}
}
business-profile.json exists. If yes, ask: "Update existing profile or start fresh?"~~knowledge base is active, proactive scan files first. Present a "Draft Profile" based on the files and ask the user to fill the gaps via the interview.data/2-Domaines/business-profile.json.voice-dna-creator (Brand Voice phase), icp-creator (Positioning phase)./solo:write commands, /solo:prospect (Positioning), and /solo:weekly-review.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.
npx claudepluginhub jamon8888/cc-suite --plugin Solo