name: content-creator description: Create BD content — one-pagers, battle cards, case studies, partnership proposals version: 1.0.0
Content Creator
Step 0: Load Config
Read config/company.yaml from the bd-intern plugin directory. Use:
company.name,company.description— for company contextproducts[]— for product referencesbrand_voice— for tone and stylecontact.email— for CTAspipeline.engagement_offer— for next stepspaths.content— where to save output (default: "Content/")
If config is missing, stop and tell the user to run /bd-intern setup.
Content Types
One-Pager
- Ask: which product, target audience, primary use case
- Use writer agent with one-pager template (
references/templates/one-pager.md) - Structure:
- Header:
{product.name}for{audience} - One-line value proposition
- Problem (2-3 specific sentences)
- How
{product.name}Solves It (2-3 mechanism sentences) - Key Capabilities (4 bullets)
- Under the Hood (1 paragraph technical)
- Why Now (1-2 sentences)
- Next Step:
{pipeline.engagement_offer}+{contact.email}
- Header:
- Save to
{paths.content}/One-Pagers/{Product} for {Audience}.md
Battle Card
- Ask: which competitor, which product
- Use competitive-intel skill for research if needed
- Format per battle card template (
references/templates/battle-card.md) - Save to
{paths.content}/Battle-Cards/{Competitor} vs {Product}.md
Partnership Proposal
- Gather: partner company, proposed collaboration, mutual benefits
- Research partner if no existing research
- Use writer agent to produce:
- Executive Summary
- About
{company.name}(from config) - About {Partner} (from research)
- Proposed Collaboration
- Technical Integration (how products work together)
- Mutual Benefits
- Next Steps + Timeline
- Save to
{paths.content}/Proposals/{Company} Partnership Proposal.md
Case Study Outline
- Gather: customer, product used, use case, results
- Structure:
- Challenge (what problem they had)
- Solution (how your product solved it)
- Implementation (timeline, approach)
- Results (quantified outcomes)
- Quote (placeholder for customer quote)
- Save to
{paths.content}/Case Studies/{Company} Case Study.md
Writing Rules
- Use templates from
references/templates/ - Follow
config.brand_voicesettings - Every claim needs concrete detail or number
- No buzzwords from avoid list
- Format for scanning: headers, bullets, bold key terms
- Offer Google Docs publishing if skill available