44 lines
1.4 KiB
Markdown
44 lines
1.4 KiB
Markdown
---
|
|
name: create-ebook
|
|
description: Generate multi-chapter ebooks/whitepapers with outlines, copy, and design guidance.
|
|
usage: /content-marketing:create-ebook --theme "AI Revenue Ops" --chapters 5 --persona "RevOps Leader"
|
|
---
|
|
|
|
# Create Ebook Command
|
|
|
|
## Purpose
|
|
Produce pillar assets (ebooks, whitepapers, guides) that anchor campaign content and fuel lead-gen programs.
|
|
|
|
## Syntax
|
|
```bash
|
|
/content-marketing:create-ebook \
|
|
--theme "<topic>" \
|
|
--persona "<target role>" \
|
|
--chapters <number> \
|
|
--design "premium" \
|
|
--cta "demo"
|
|
```
|
|
|
|
### Parameters
|
|
- `--theme`: Central story arc or topic.
|
|
- `--persona`: Primary reader.
|
|
- `--chapters`: Number of chapters/sections (default 5).
|
|
- `--design`: Template style (minimal, premium, data-heavy).
|
|
- `--cta`: Primary conversion goal (demo, trial, consultation).
|
|
- `--assets`: Supporting data, interviews, or transcripts.
|
|
|
|
## Output Package
|
|
- Chapter-by-chapter outline with key messages and stats.
|
|
- Draft copy per section (intro, body, conclusion, CTA).
|
|
- Design brief (visual direction, data viz ideas, image suggestions).
|
|
- Repurposing plan (landing page copy, nurture email series, social teasers).
|
|
|
|
## Production Checklist
|
|
1. Approve outline with stakeholders.
|
|
2. Draft copy > content strategist review.
|
|
3. Pass to design/layout; integrate data viz.
|
|
4. QA for typos, accessibility, CTA accuracy.
|
|
5. Publish landing page + automate nurture sequence.
|
|
|
|
---
|