Codex

campaign-kickoff

Project directory path (default current directory)

104 stars

Best use case

campaign-kickoff is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

It is a strong fit for teams already working in Codex.

Project directory path (default current directory)

Teams using campaign-kickoff should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/campaign-kickoff/SKILL.md --create-dirs "https://raw.githubusercontent.com/jmagly/aiwg/main/.agents/skills/campaign-kickoff/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/campaign-kickoff/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How campaign-kickoff Compares

Feature / Agentcampaign-kickoffStandard Approach
Platform SupportCodexLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Project directory path (default current directory)

Which AI agents support this skill?

This skill is designed for Codex.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

Related Guides

SKILL.md Source

# Campaign Kickoff Command

Initialize a new marketing campaign with comprehensive strategy and planning artifacts.

## What This Command Does

1. **Creates Campaign Structure**
   - Sets up `.aiwg/marketing/campaigns/{campaign-name}/` directory
   - Initializes campaign brief, strategy, and planning templates

2. **Orchestrates Strategy Development**
   - Campaign Strategist develops initial strategy
   - Market Researcher provides competitive context
   - Positioning Specialist refines messaging framework

3. **Establishes Campaign Foundation**
   - Campaign charter with objectives and KPIs
   - Target audience definition
   - Channel strategy outline
   - Budget framework
   - Timeline with milestones

## Orchestration Flow

```
Campaign Kickoff Request
        ↓
[Create Directory Structure]
        ↓
[Campaign Strategist] → Campaign Brief Draft
        ↓
[Market Researcher] → Competitive Context
        ↓
[Positioning Specialist] → Messaging Framework
        ↓
[Campaign Orchestrator] → Integrated Plan
        ↓
[Project Manager] → Timeline & Resources
        ↓
Campaign Ready for Execution
```

## Agents Involved

| Agent | Role | Output |
|-------|------|--------|
| Campaign Strategist | Primary strategy | Campaign brief, objectives |
| Market Researcher | Context | Competitive landscape |
| Positioning Specialist | Messaging | Value proposition, key messages |
| Campaign Orchestrator | Integration | Channel plan, timeline |
| Project Manager | Coordination | Resource plan, milestones |

## Output Artifacts

All artifacts saved to `.aiwg/marketing/campaigns/{campaign-name}/`:

- `campaign-brief.md` - Campaign overview and strategy
- `campaign-charter.md` - Formal campaign charter
- `audience-definition.md` - Target audience profiles
- `messaging-framework.md` - Key messages and positioning
- `channel-strategy.md` - Channel mix and allocation
- `campaign-timeline.md` - Milestones and schedule
- `budget-plan.md` - Budget allocation and tracking

## Parameter Handling

### --guidance Parameter

**Purpose**: Provide upfront direction to tailor priorities and approach

**Examples**:
```bash
--guidance "B2B focus, LinkedIn and email primary channels"
--guidance "Aggressive timeline, 3 weeks to launch"
--guidance "Limited budget, prioritize organic over paid"
```

**How Applied**:
- Parse guidance for keywords: priority, timeline, audience, focus, constraints
- Adjust agent emphasis and output depth based on stated priorities
- Modify deliverable order based on timeline constraints
- Influence scope and detail level based on context

### --interactive Parameter

**Purpose**: Guide through discovery questions for comprehensive input

**Questions Asked** (if --interactive):
1. What are the primary objectives for this campaign?
2. Who is the target audience? (segments, personas)
3. What is the available budget range?
4. What are the key dates and constraints?
5. Which channels are priorities?
6. Who are the key stakeholders and approvers?

## Usage Examples

```bash
# Basic campaign kickoff
/campaign-kickoff "Spring Product Launch"

# Specify campaign type
/campaign-kickoff "Brand Awareness Q2" --campaign-type awareness

# With custom project directory
/campaign-kickoff "Holiday Campaign" --project-directory ./marketing

# With strategic guidance
/campaign-kickoff "Example" --guidance "Your specific context here"

# Interactive mode
/campaign-kickoff "Example" --interactive
```

## Interactive Mode

When run interactively, prompts for:
- Campaign objectives (primary and secondary)
- Target audience segments
- Available budget range
- Key dates and constraints
- Stakeholder requirements

## Success Criteria

Campaign kickoff is complete when:
- [ ] Campaign brief approved by stakeholders
- [ ] Objectives and KPIs defined
- [ ] Target audience documented
- [ ] Channel strategy outlined
- [ ] Timeline established
- [ ] Budget allocated
- [ ] Team assigned

## References

- @$AIWG_ROOT/agentic/code/frameworks/media-marketing-kit/README.md — Media marketing kit framework overview
- @$AIWG_ROOT/agentic/code/addons/aiwg-utils/rules/native-ux-tools.md — Interactive discovery question patterns
- @$AIWG_ROOT/agentic/code/addons/aiwg-utils/rules/subagent-scoping.md — Multi-agent kickoff orchestration
- @$AIWG_ROOT/docs/cli-reference.md — CLI reference

Related Skills

intake-start-campaign

104
from jmagly/aiwg

Validate manually-created campaign intake forms and kick off Strategy phase with agent assignments

Codex

intake-from-campaign

104
from jmagly/aiwg

Scan existing campaign materials, media kit, or marketing assets and generate intake documents by analyzing content, brand elements, and performance data

Codex

email-campaign

104
from jmagly/aiwg

Project directory path (default current directory)

Codex

campaign-analytics

104
from jmagly/aiwg

Project directory path (default current directory)

Codex

aiwg-orchestrate

104
from jmagly/aiwg

Route structured artifact work to AIWG workflows via MCP with zero parent context cost

venv-manager

104
from jmagly/aiwg

Create, manage, and validate Python virtual environments. Use for project isolation and dependency management.

pytest-runner

104
from jmagly/aiwg

Execute Python tests with pytest, supporting fixtures, markers, coverage, and parallel execution. Use for Python test automation.

vitest-runner

104
from jmagly/aiwg

Execute JavaScript/TypeScript tests with Vitest, supporting coverage, watch mode, and parallel execution. Use for JS/TS test automation.

eslint-checker

104
from jmagly/aiwg

Run ESLint for JavaScript/TypeScript code quality and style enforcement. Use for static analysis and auto-fixing.

repo-analyzer

104
from jmagly/aiwg

Analyze GitHub repositories for structure, documentation, dependencies, and contribution patterns. Use for codebase understanding and health assessment.

pr-reviewer

104
from jmagly/aiwg

Review GitHub pull requests for code quality, security, and best practices. Use for automated PR feedback and approval workflows.

YouTube Acquisition

104
from jmagly/aiwg

yt-dlp patterns for acquiring content from YouTube and video platforms