Best use case
marketing-status 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-status 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
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/marketing-status/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How marketing-status Compares
| Feature / Agent | marketing-status | Standard Approach |
|---|---|---|
| Platform Support | Codex | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/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
AI Agents for Marketing
Discover AI agents for marketing workflows, from SEO and content production to campaign research, outreach, and analytics.
Best AI Agents for Marketing
A curated list of the best AI agents and skills for marketing teams focused on SEO, content systems, outreach, and campaign execution.
AI Agent for Product Research
Browse AI agent skills for product research, competitive analysis, customer discovery, and structured product decision support.
SKILL.md Source
# Marketing Status Command
Generate comprehensive status report across all active marketing initiatives.
## What This Command Does
1. **Aggregates Status**
- Active campaigns
- Content production
- Creative projects
- Analytics highlights
2. **Identifies Issues**
- At-risk items
- Blockers
- Resource constraints
3. **Provides Recommendations**
- Priority actions
- Resource reallocation
- Optimization opportunities
## Orchestration Flow
```
Marketing Status Request
↓
[Project Manager] → Project Status Collection
↓
[Campaign Orchestrator] → Campaign Status
↓
[Production Coordinator] → Production Status
↓
[Marketing Analyst] → Performance Highlights
↓
[Reporting Specialist] → Report Generation
↓
Comprehensive Status Report
```
## Agents Involved
| Agent | Role | Output |
|-------|------|--------|
| Project Manager | Overall status | Project tracking |
| Campaign Orchestrator | Campaigns | Campaign status |
| Production Coordinator | Production | Asset status |
| Marketing Analyst | Analytics | Performance data |
| Reporting Specialist | Reporting | Final report |
## Report Types
| Type | Audience | Content |
|------|----------|---------|
| Daily | Team | Quick metrics, blockers |
| Weekly | Team + Management | Detailed status, actions |
| Monthly | Leadership | Summary, trends, outlook |
| Executive | C-suite | High-level, strategic |
## Output Artifacts
Saved to `.aiwg/marketing/reports/`:
- `status-{date}.md` - Status report
- `dashboards/` - Dashboard data
- `action-items.md` - Priority actions
- `risk-register.md` - Active risks
## Parameter Handling
### --guidance Parameter
**Purpose**: Provide upfront direction to tailor priorities and approach
**Examples**:
```bash
--guidance "Executive summary for leadership"
--guidance "Focus on risks and blockers"
--guidance "Include competitive context"
```
**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 is the reporting period?
2. Who is the audience for this status?
3. What level of detail is needed?
4. Are there specific concerns to address?
5. What format is preferred?
## Usage Examples
```bash
# Weekly status
/marketing-status --report-type weekly
# Executive summary
/marketing-status --report-type executive
# Focus on campaigns
/marketing-status --report-type weekly --focus-area campaigns
# With strategic guidance
/marketing-status "Example" --guidance "Your specific context here"
# Interactive mode
/marketing-status "Example" --interactive
```
## Success Criteria
- [ ] All active initiatives covered
- [ ] Status accurately reflected
- [ ] Issues and risks identified
- [ ] Actions prioritized
- [ ] Report delivered to stakeholders
## References
- @$AIWG_ROOT/agentic/code/frameworks/media-marketing-kit/README.md — Media marketing kit framework overview
- @$AIWG_ROOT/agentic/code/addons/aiwg-utils/rules/subagent-scoping.md — Multi-agent status collection orchestration
- @$AIWG_ROOT/agentic/code/addons/aiwg-utils/rules/vague-discretion.md — Measurable status and risk criteria
- @$AIWG_ROOT/docs/cli-reference.md — CLI referenceRelated Skills
customize-status
Show current AIWG customization status — mode, source path, what you've customized vs upstream
soul-status
Show SOUL.md enforcement state across all installed providers with quality check
rlm-status
Show status of RLM task tree execution
research-status
Show research corpus health and statistics
ralph-status
Check status of current or previous agent loop
project-status
Analyze project state from .aiwg/ artifacts and provide contextual status with recommended next steps
plugin-status
List installed Claude Code plugins with version, install date, and enabled status
pipeline-status
Show status overview of all LLM inference pipelines in the current project
marketing-retrospective
Project directory path (default current directory)
marketing-intake
Enable interactive question mode
marketing-intake-wizard
Generate or complete marketing intake forms (campaign-intake, brand-profile, option-matrix) with interactive questioning and optional guidance
hook-status
Show AIWG hook state across all installed providers