40 lines
1.2 KiB
Markdown
40 lines
1.2 KiB
Markdown
---
|
||
description: Produce a campaign content package — carousel HTML, LinkedIn posts, and campaign plan — without rebuilding the site.
|
||
argument-hint: <campaign-topic> [headline-variant]
|
||
---
|
||
|
||
## Mission
|
||
|
||
Produce a ready-to-publish campaign content package from a topic description.
|
||
|
||
## Inputs
|
||
|
||
- **Argument 1:** Campaign topic (e.g., "NIS2 compliance for Swedish companies")
|
||
- **Argument 2 (optional):** Specific headline (e.g., "NIS2 är här. Är ni redo?")
|
||
|
||
If no headline provided, generate 3–4 options and ask the user to pick.
|
||
|
||
## Execution
|
||
|
||
### Step 1: Campaign Brief
|
||
Use the `campaign-strategist` agent to produce `campaign-plan.md`.
|
||
Read `references/brand-voice.md` and `references/products-services.md` for context.
|
||
|
||
### Step 2: Build Assets
|
||
|
||
**2a: LinkedIn Posts**
|
||
Use the `linkedin-writer` agent with the content calendar to produce `linkedin-posts.md`.
|
||
|
||
**2b: Carousel**
|
||
Use the `carousel-builder` agent with the carousel brief to produce HTML files.
|
||
|
||
### Step 3: Present all outputs
|
||
|
||
## Quick Usage
|
||
|
||
```
|
||
/produce-campaign "data sovereignty and CLOUD Act awareness"
|
||
/produce-campaign "colocation for AI workloads" "88 kW per rack — redo för AI."
|
||
/produce-campaign "klimatsmart IT-infrastruktur"
|
||
```
|