Codex

marketing-intake

Enable interactive question mode

104 stars

Best use case

marketing-intake 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.

Enable interactive question mode

Teams using marketing-intake 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/marketing-intake/SKILL.md --create-dirs "https://raw.githubusercontent.com/jmagly/aiwg/main/.agents/skills/marketing-intake/SKILL.md"

Manual Installation

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

How marketing-intake Compares

Feature / Agentmarketing-intakeStandard Approach
Platform SupportCodexLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Enable interactive question mode

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

# Marketing Intake Command

Initialize marketing project intake with comprehensive discovery and requirements gathering.

## What This Command Does

1. **Gathers Project Information**
   - Business objectives
   - Target audience
   - Budget and timeline
   - Success criteria

2. **Assesses Requirements**
   - Deliverables needed
   - Resource requirements
   - Dependencies and constraints

3. **Creates Project Foundation**
   - Project brief
   - Team assignments
   - Initial planning documents

## Orchestration Flow

```
Marketing Intake Request
        ↓
[Project Manager] → Intake Form Collection
        ↓
[Campaign Strategist] → Strategic Assessment
        ↓
[Budget Planner] → Budget Feasibility
        ↓
[Production Coordinator] → Resource Assessment
        ↓
[Workflow Coordinator] → Process Planning
        ↓
Intake Package Complete
```

## Agents Involved

| Agent | Role | Output |
|-------|------|--------|
| Project Manager | Lead intake | Project setup |
| Campaign Strategist | Strategy | Strategic brief |
| Budget Planner | Budget | Budget framework |
| Production Coordinator | Resources | Resource plan |
| Workflow Coordinator | Process | Workflow setup |

## Intake Sections

### Business Context
- Business objectives
- Marketing goals
- Success metrics
- Key stakeholders

### Audience & Messaging
- Target audience segments
- Key messages
- Value proposition
- Competitive positioning

### Scope & Deliverables
- Required deliverables
- Channels and formats
- Quantity and specifications

### Timeline & Budget
- Key dates and milestones
- Budget range
- Resource availability

### Constraints & Dependencies
- Known constraints
- Dependencies
- Risks and concerns

## Output Artifacts

Saved to `.aiwg/marketing/intake/`:

- `project-intake.md` - Complete intake form
- `strategic-brief.md` - Strategic foundation
- `scope-definition.md` - Deliverables and scope
- `budget-framework.md` - Budget planning
- `timeline-draft.md` - Initial timeline
- `team-assignments.md` - Resource allocation

## Parameter Handling

### --guidance Parameter

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

**Examples**:
```bash
--guidance "Rebrand project, comprehensive discovery needed"
--guidance "Quick campaign intake, 2-week timeline"
--guidance "Agency handoff, need complete documentation"
```

**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 type of project is this?
2. What are the business objectives?
3. Who is the target audience?
4. What is the budget range?
5. What is the timeline?
6. Who are the key stakeholders?

## Usage Examples

```bash
# Interactive intake
/marketing-intake --interactive

# Campaign intake
/marketing-intake --project-type campaign

# Custom directory
/marketing-intake --intake-directory ./my-project/intake

# With strategic guidance
/marketing-intake "Example" --guidance "Your specific context here"

# Interactive mode
/marketing-intake "Example" --interactive
```

## Interactive Mode

When run interactively, guides through:
1. Project type and scope
2. Business objectives
3. Target audience
4. Budget and timeline
5. Deliverable requirements
6. Team and stakeholder identification

## Success Criteria

- [ ] Business objectives documented
- [ ] Target audience defined
- [ ] Deliverables specified
- [ ] Budget range established
- [ ] Timeline created
- [ ] Team assigned
- [ ] Kickoff ready

## 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 intake question patterns
- @$AIWG_ROOT/agentic/code/addons/aiwg-utils/rules/instruction-comprehension.md — Fully parsing intake requirements before acting
- @$AIWG_ROOT/docs/cli-reference.md — CLI reference

Related Skills

marketing-status

104
from jmagly/aiwg

Project directory path (default current directory)

Codex

marketing-retrospective

104
from jmagly/aiwg

Project directory path (default current directory)

Codex

marketing-intake-wizard

104
from jmagly/aiwg

Generate or complete marketing intake forms (campaign-intake, brand-profile, option-matrix) with interactive questioning and optional guidance

Codex

intake-wizard

104
from jmagly/aiwg

Generate or complete intake forms (project-intake, solution-profile, option-matrix) with interactive questioning and optional guidance

Codex

intake-start

104
from jmagly/aiwg

Ingest the Project Intake Form and kick off Concept → Inception with agent assignments, accepts optional guidance to tailor process

Codex

intake-start-campaign

104
from jmagly/aiwg

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

Codex

intake-from-codebase

104
from jmagly/aiwg

Scan existing codebase and generate intake documents by analyzing code, dependencies, and infrastructure. Accepts optional guidance text to tailor analysis.

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

event-marketing

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.