Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:30:41 +08:00
commit 95e5d5003e
12 changed files with 383 additions and 0 deletions

33
commands/design-event.md Normal file
View File

@@ -0,0 +1,33 @@
---
name: design-event
description: Generates an event brief with objectives, audience, agenda, experience design, and KPIs.
usage: /event-marketing:design-event --type "executive dinner" --goal pipeline --region "US West"
---
# Command: design-event
## Inputs
- **type** webinar, conference, dinner, field event, partner activation, etc.
- **goal** pipeline, expansion, community, product adoption, etc.
- **region** geography or segment.
- **budget** optional amount.
- **timeline** target month/date.
## Workflow
1. **Objective Mapping** align event purpose with KPIs and attendee personas.
2. **Experience Blueprint** recommend agenda, format, speakers, demos, activations.
3. **Content & Offer Plan** define narratives, assets, giveaways, CTAs.
4. **Promotion Strategy** outline invite journey, partner amplification, paid/organic mix.
5. **Measurement Plan** specify registration targets, attendance, engagement SLAs, post-event routing.
## Outputs
- Event brief (objectives, agenda, deliverables, KPIs).
- Creative/messaging checklist.
- Promotion + follow-up plan outline.
## Agent/Skill Invocations
- `event-strategist` leads strategy + alignment.
- `event-briefs` skill provides standardized template + guardrails.
- `field-program-manager` adds localization guidance if region-specific.
---