
business-profile-creator
by az9713
AI Co-Writing System with Claude Skills - A complete Claude Code writing system for content creators based on context engineering principles. Inspired by Alex McFarland's Claude Code Masterclass.
SKILL.md
name: business-profile-creator description: Create comprehensive business context profiles through guided interview. Use when the user wants to build or update their business profile, needs help defining their offerings, positioning, or brand identity.
Business Profile Creator
Create a structured business profile that captures your company's identity, offerings, positioning, and brand voice for use in AI-assisted content creation.
When to Use This Skill
- Setting up a new writing system
- Onboarding a new client
- Updating business information after pivots or changes
- Creating context for a new brand or product line
Interview Process
Phase 1: Company Overview
Ask these questions one at a time, waiting for responses:
- "What is your company/brand name?"
- "In one sentence, what do you do?" (This becomes the tagline)
- "Why does your company exist? What's the deeper purpose?" (Mission)
- "Where is your company heading in the next 3-5 years?" (Vision)
Phase 2: Value Proposition
- "What's the #1 result or transformation you help people achieve?"
- "How do you uniquely deliver this result? What's your method or approach?"
- "What are 3 things that set you apart from alternatives?"
Phase 3: Offerings
- "List your paid products/services with brief descriptions and price points"
- "What free resources do you offer (newsletter, lead magnets, community, etc.)?"
Phase 4: Positioning
- "How would you describe your market position (premium, accessible, etc.)?"
- "What category do you compete in?"
- "What's your specific niche or area of focus?"
Phase 5: Brand Voice
- "How would you describe your brand's personality in 3-5 words?"
- "What's the overall tone of your communication?"
- "What values do you want to demonstrate through your content?"
Phase 6: Social Proof & Platforms
- "What are your key metrics or achievements? (subscribers, clients, revenue, features)"
- "What do clients commonly say about working with you?"
- "What platforms are you active on? Include handles/URLs."
Phase 7: Content Strategy
- "What are your 3 main content topics or pillars?"
- "What's your primary call-to-action for content?"
Output Format
After gathering responses, generate a JSON file following this structure:
{
"business_profile": {
"version": "1.0",
"last_updated": "YYYY-MM-DD",
"company_overview": {
"name": "",
"tagline": "",
"mission": "",
"vision": ""
},
"value_proposition": {
"primary_value": "",
"unique_mechanism": "",
"key_differentiators": []
},
"offerings": {
"products": [],
"services": [],
"free_resources": []
},
"positioning": {
"market_position": "",
"competitor_comparison": "",
"category": "",
"niche_focus": ""
},
"brand_voice_summary": {
"personality": "",
"tone": "",
"values_demonstrated": []
},
"social_proof": {
"key_metrics": [],
"testimonial_themes": [],
"notable_clients_or_features": []
},
"content_pillars": {
"primary_topics": [],
"content_mission": "",
"content_style": ""
},
"calls_to_action": {
"primary_cta": {},
"secondary_ctas": []
},
"platforms": {}
}
}
Instructions
-
Begin with: "I'll help you create your business profile. This will take about 10-15 minutes. I'll ask questions one at a time - just answer naturally."
-
Ask questions conversationally, one at a time
-
If answers are vague, ask clarifying follow-ups
-
After all questions, generate the complete JSON
-
Save the output to
/context/business-profile.json -
Provide a summary of the key elements captured
Best Practices
- Keep the tone professional but friendly
- Help users articulate ideas they may struggle to express
- Suggest improvements or clarifications when answers are unclear
- Validate that the profile captures their unique positioning
Score
Total Score
Based on repository quality metrics
SKILL.mdファイルが含まれている
ライセンスが設定されている
100文字以上の説明がある
GitHub Stars 100以上
3ヶ月以内に更新がある
10回以上フォークされている
オープンIssueが50未満
プログラミング言語が設定されている
1つ以上のタグが設定されている
Reviews
Reviews coming soon