add-language-rules
Workflow command scaffold for add-language-rules in everything-claude-code.
Plan and execute a full marketing campaign. Accepts a product brief and returns positioning, landing page copy, email sequence, social posts, ad variants, video scripts, and a content calendar. Can also review existing copy for conversion quality.
> /plugin marketplace add affaan-m/ECC > /plugin install ecc@ecc
How it fires
How this command gets triggered: by you, by Claude, or both.
/marketing-campaignContext preview
What this command does when you run it.
Plan and execute a full marketing campaign. Accepts a product brief and returns positioning, landing page copy, email sequence, social posts, ad variants, video scripts, and a content calendar. Can also review existing copy for conversion quality.
description: Plan and execute a full marketing campaign. Accepts a product brief and returns positioning, landing page copy, email sequence, social posts, ad variants, video scripts, and a content calendar. Can also review existing copy for conversion quality. allowed-tools: ["Read", "Grep", "Glob", "WebSearch", "WebFetch", "Write"]
Plan and execute a marketing campaign from brief to full content suite.
/marketing-campaign # Prompt for brief interactively /marketing-campaign [product brief] # Full campaign from inline brief /marketing-campaign copy [type] # Single deliverable only /marketing-campaign review [file-or-brief] # Copy audit for conversion and brand consistency
1. **Research** — Profiles the target audience and maps competitors before writing anything 2. **Positioning** — Locks the campaign angle and tone profile first 3. **Copy production** — Generates the full content suite in the right order (landing page → emails → social → ads → video scripts → calendar) 4. **Review** — Gates all output through a conversion and brand consistency checklist
Provide a product brief containing:
The agent returns all campaign deliverables in order, with a copy review summary at the end.
/marketing-campaign copy landing-page /marketing-campaign copy email-sequence /marketing-campaign copy social-posts /marketing-campaign copy ads /marketing-campaign copy video-scripts
Requires positioning to be defined first. Run full mode or provide the angle before requesting a single deliverable.
/marketing-campaign review path/to/copy.md /marketing-campaign review "paste copy here"
Returns a structured audit against:
Product: [name] Description: [1-3 sentences on what it does] Audience: [who, specifically] Problem: [the specific pain the product solves] Benefit: [the outcome the user gets] Tone: [adjectives + what to avoid] Channels: [landing page, email, LinkedIn, X, ads, video] Goal: [launch, waitlist, signups, awareness — and timeline]
When saving campaign assets, the convention is `.claude/campaigns/{campaign-name}/`:
.claude/campaigns/product-launch/ ├── positioning.md ├── landing-page.md ├── email-sequence.md ├── social-posts.md ├── ad-copy.md ├── video-scripts.md └── content-calendar.md
Confirm the save location before writing files.
/marketing-campaign Build a 7-day launch campaign for an AI career platform for UK university students.
/marketing-campaign copy landing-page
/marketing-campaign review .claude/campaigns/the-key/landing-page.md
This command invokes:
---
*Part of [Everything Claude Code](https://github.com/affaan-m/everything-claude-code)*
Your agent can write code, but ECC gives it a coordinated engineering system and toolbox: it plans before it builds, verifies changes with tests, reviews its own work from a fresh context, remembers what matters, and turns repeated wins into reusable skills
Repo: affaan-m/ECC
Workflow command scaffold for add-language-rules in everything-claude-code.
Workflow command scaffold for database-migration in everything-claude-code.
Workflow command scaffold for feature-development in everything-claude-code.
Answer a quick side question without interrupting or losing context from the current task. Resume work automatically after answering.
Pull the latest ECC repo changes and reinstall the current managed targets.