Generate a promotion content pack from a project's PRD or README. Produces 3 ready-to-use content pieces: LinkedIn post, Reddit answer draft, and Twitter/X thread. For video scripts, use /video-promo.
kb_search(query) — find related methodology and principlesproject_info(name) — get project details, stack, descriptionproject_code_search(query, project) — find key features in codebaseIf MCP tools are not available, fall back to Glob + Grep + Read.
$ARGUMENTS.docs/prd.md, or README.md, or CLAUDE.md.Before generating content, write out:
### 4a. LinkedIn Post
Format: Hook line → Story (before/after) → Insight → CTA
### 4b. Reddit Answer Draft
Format: Helpful answer that naturally mentions the product
### 4c. Twitter/X Thread (5-7 tweets)
Format: Hook tweet → Problem → Solution → Demo → Social proof → CTA
docs/content-pack.md:```markdown
# Content Pack: {Project Name}
Generated: {YYYY-MM-DD}
ICP: {target persona}
Core message: {one-line value prop}
## Messaging Framework
---
## 1. LinkedIn Post
{ready to copy-paste}
## 2. Reddit Draft
Target subreddits: r/..., r/..., r/...
{answer draft}
## 3. Twitter/X Thread
{numbered tweets}
> For video script, run /video-promo {project}.
---
Generated by /content-gen. Edit before publishing.
```
/video-promo (owns video generation entirely)Cause: Project doesn't have docs/prd.md or README.
Fix: Provide a project path with PRD, or run /validate first to generate one.
Cause: PRD lacks specific differentiators or ICP details.
Fix: Ensure PRD has detailed problem statement, ICP persona, and unique angle. Add research.md for competitive context.
Cause: ICP not clearly defined in PRD.
Fix: Specify the target audience in PRD. LinkedIn = professional, Reddit = casual/technical, Twitter = punchy/conversational.
共 1 个版本