Codex

marketing-retrospective

Project directory path (default current directory)

104 stars

Best use case

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

Manual Installation

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

How marketing-retrospective Compares

Feature / Agentmarketing-retrospectiveStandard 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

# Marketing Retrospective Command

Conduct retrospective analysis of marketing initiatives to capture learnings and drive improvement.

## What This Command Does

1. **Gathers Feedback**
   - Team input
   - Performance data
   - Stakeholder feedback

2. **Analyzes Results**
   - What worked well
   - What didn't work
   - Root cause analysis

3. **Documents Learnings**
   - Key insights
   - Action items
   - Best practices

## Orchestration Flow

```
Retrospective Request
        ↓
[Project Manager] → Retrospective Facilitation
        ↓
[Marketing Analyst] → Performance Analysis
        ↓
[Campaign Orchestrator] → Campaign Review
        ↓
[Production Coordinator] → Process Review
        ↓
[Reporting Specialist] → Documentation
        ↓
Retrospective Complete
```

## Agents Involved

| Agent | Role | Output |
|-------|------|--------|
| Project Manager | Facilitation | Retro structure |
| Marketing Analyst | Analysis | Performance data |
| Campaign Orchestrator | Campaign | Campaign insights |
| Production Coordinator | Process | Process insights |
| Reporting Specialist | Documentation | Final report |

## Retrospective Types

| Type | Scope | Frequency |
|------|-------|-----------|
| Campaign | Single campaign | Post-campaign |
| Quarterly | All Q activities | Quarterly |
| Annual | Full year review | Annually |
| Process | Specific workflow | As needed |

## Retrospective Framework

### Start-Stop-Continue
- **Start**: Things we should begin doing
- **Stop**: Things we should stop doing
- **Continue**: Things working well

### 5 Whys Analysis
For issues, drill down to root cause through successive "why" questions.

## Output Artifacts

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

- `retro-{initiative-name}.md` - Full retrospective
- `learnings.md` - Key insights
- `action-items.md` - Improvement actions
- `best-practices.md` - Documented successes
- `process-improvements.md` - Process changes

## Parameter Handling

### --guidance Parameter

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

**Examples**:
```bash
--guidance "Focus on process improvements"
--guidance "Cross-functional learnings"
--guidance "Budget efficiency analysis"
```

**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 campaign or period is being reviewed?
2. What were the original objectives?
3. Who should participate?
4. What went well that should be repeated?
5. What challenges were encountered?
6. What process improvements are suggested?

## Usage Examples

```bash
# Campaign retrospective
/marketing-retrospective "Spring Campaign 2024" --retro-type campaign

# Quarterly review
/marketing-retrospective "Q3 2024" --retro-type quarterly

# Process improvement
/marketing-retrospective "Creative Process" --retro-type process

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

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

## Success Criteria

- [ ] Team feedback collected
- [ ] Performance data reviewed
- [ ] Wins documented
- [ ] Issues identified
- [ ] Root causes analyzed
- [ ] Action items assigned
- [ ] Learnings captured
- [ ] Best practices documented

## References

- @$AIWG_ROOT/agentic/code/frameworks/media-marketing-kit/README.md — Media marketing kit framework overview
- @$AIWG_ROOT/agentic/code/addons/aiwg-utils/rules/vague-discretion.md — Measurable retrospective completion criteria
- @$AIWG_ROOT/agentic/code/addons/aiwg-utils/rules/subagent-scoping.md — Multi-agent retrospective facilitation
- @$AIWG_ROOT/docs/cli-reference.md — CLI reference

Related Skills

retrospective-analyzer

104
from jmagly/aiwg

Analyze team retrospectives for insights

Codex

marketing-status

104
from jmagly/aiwg

Project directory path (default current directory)

Codex

marketing-intake

104
from jmagly/aiwg

Enable interactive question mode

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

flow-retrospective-cycle

104
from jmagly/aiwg

Orchestrate systematic retrospective cycle with structured feedback collection, improvement tracking, and action item management

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.

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.