paper-marketing
Installation
SKILL.md
/paper-marketing — On-Brand Visual Content in Paper MCP
Spawn parallel designer agents in Paper, each creating a unique on-brand interpretation of marketing content. Same brand system, different creative executions. Agent count and approach intelligently adapt to the user's actual goal.
Quick Reference
| Phase | What Happens | Key Tool |
|---|---|---|
| 1. Load Brand | Read brand/ files, discover Paper file, confirm with user | mcp__paper__get_basic_info() |
| 2. Goal Discovery | Interrogate user: content type, variation count, priority | AskUserQuestion |
| 3. Create Tasks | Build rich task descriptions with full brand system + content | TeamCreate + TaskCreate |
| 4. Spawn Agents | Launch N designer agents in parallel | Agent (background, Sonnet) |
| 5. Review | Screenshot artboards, compare, user selects winner | mcp__paper__get_screenshot() |
| 6. Export | Extract JSX, write handoff YAML, instruct user to export PNG | mcp__paper__get_jsx() |
| 7. Log | Update brand/assets.md, append workflow log | File writes |