Files
gh-gtmagents-gtm-agents-plu…/commands/generate-channel-copy.md
2025-11-29 18:30:07 +08:00

34 lines
1.3 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
name: generate-channel-copy
description: Produces channel-ready copy variations (email, ads, social, landing) with guidelines.
usage: /copywriting:generate-channel-copy --channels "email,linkedin" --persona "CIO" --offer "data platform"
---
# Command: generate-channel-copy
## Inputs
- **channels** comma-separated list (email, ads, social, landing, sms, in-app).
- **persona** target audience/persona.
- **offer** product/feature/value prop.
- **tone** optional tone descriptor (bold, trusted, playful, technical).
- **length** optional length constraint (short, medium, long, character count).
## Workflow
1. **Brief Mapping** align persona + offer to message architecture.
2. **Hook Generation** produce multiple hooks per channel.
3. **Body Copy Draft** craft channel-specific copy with personalization tokens and proof points.
4. **CTA Alignment** suggest primary/secondary CTAs plus urgency modifiers.
5. **QA Checklist** highlight compliance, accessibility, localization considerations.
## Outputs
- Copy deck table (channel, hook, body, CTA, notes).
- Variant suggestions for A/B testing.
- QA checklist (links, tokens, tone reminders).
## Agent/Skill Invocations
- `conversion-copywriter` drafts copy.
- `voice-editor` enforces tone + compliance.
- `voice-guidelines` skill supplies do/don't examples.
---