Quick Ref / Command

Marketing Kit

/ak:campaign

Campaign command center

Plans, launches, checks, analyzes, and emails marketing campaigns across channels, budgets, timelines, funnels, and performance reports.

01

Parse request

02

Choose route

03

Create campaign

04

Check status

Rule 01

Treat campaigns as end-to-end systems: offer, funnel, creative, channel, budget, timeline, and measurement.

Rule 02

Route by explicit action so creation, status checks, analysis, and email work do not blur together.

Rule 03

Use the specialist agents named by the skill for orchestration, funnel design, analytics, and debugging.

Execution Map

Core lanes from input to output, aligned with the command's real execution path.

01

Start

Input, scope, route

  1. 1 Parse request Extract the campaign action and name from the first arguments.
  2. 2 Choose route Route to create, status, analyze, or email; load the matching reference when present.
02

Work

Agent / skill execution

  1. 3 Create campaign For create, gather requirements, use campaign-manager, then funnel-architect, and organize the plan under assets/campaigns.
  2. 4 Check status For status, read campaign files and have analytics-analyst summarize progress, blockers, and next moves.
03

Verify

Gate, review, validation

  1. 5 Analyze performance For analyze, combine analytics-analyst with campaign-debugger to inspect metrics and diagnose underperformance.
  2. 6 Manage email For email, create or manage the email campaign assets tied to the broader campaign plan.
04

Close

Report, handoff, artifact

  1. 7 Deliver outputs Write briefs, creatives, reports, or diagnostics into the documented campaign and audit paths.

Sample Prompt

Concrete invocations for each flag, subcommand, mode, or route available in the live workflow.

Create campaign Recommended
/ak:campaign create Summer Launch
Use when:
Use when a new multi-channel campaign needs brief, funnel, and creative planning.
Expected:
A structured campaign workspace with briefs and creatives under assets/campaigns.
Campaign status
/ak:campaign status Summer Launch
Use when:
Use when campaign files already exist and you need progress summarized.
Expected:
Progress, blockers, and next actions from the campaign files.
Performance analysis
/ak:campaign analyze Summer Launch
Use when:
Use when metrics or channel performance need diagnosis.
Expected:
A performance report and campaign audit recommendations.
Email campaign
/ak:campaign email Summer Launch
Use when:
Use for email campaign creation or management inside the campaign.
Expected:
Email campaign assets aligned to the broader campaign plan.

Handled Scope

  • Product launches
  • Seasonal promotions
  • Brand awareness
  • Lead generation
  • Re-engagement
  • Email campaigns

Artifacts Produced

Campaign asset paths

Pattern

assets/campaigns/{date}-{slug}/... and assets/diagnostics/campaign-audits/{date}-{name}.md

Briefs, creatives, campaign reports, and diagnostic audits are written to the campaign output structure documented by the skill.

Next