creative-brief
Project directory path (default current directory)
What this skill does
# Creative Brief Command
Generate comprehensive creative brief to guide design and content development.
## What This Command Does
1. **Gathers Project Context**
- Business objectives
- Target audience
- Key messages
2. **Develops Creative Direction**
- Visual direction
- Tone and voice
- Creative mandatories
3. **Documents Requirements**
- Deliverables and specifications
- Timeline and milestones
- Review and approval process
## Orchestration Flow
```
Creative Brief Request
↓
[Campaign Strategist] → Strategic Context
↓
[Creative Director] → Creative Strategy
↓
[Art Director] → Visual Direction
↓
[Copywriter] → Verbal Direction
↓
[Brand Guardian] → Brand Compliance Check
↓
[Production Coordinator] → Deliverables & Timeline
↓
Complete Creative Brief
```
## Agents Involved
| Agent | Role | Output |
|-------|------|--------|
| Campaign Strategist | Strategy context | Objectives, audience |
| Creative Director | Creative vision | Creative strategy |
| Art Director | Visual direction | Mood, style |
| Copywriter | Verbal direction | Tone, messaging |
| Brand Guardian | Compliance | Brand requirements |
| Production Coordinator | Logistics | Specs, timeline |
## Output Artifacts
Saved to `.aiwg/marketing/creative/briefs/`:
- `{project-name}-creative-brief.md` - Complete creative brief
- `{project-name}-visual-direction.md` - Mood board description
- `{project-name}-deliverables.md` - Asset specifications
- `{project-name}-timeline.md` - Production schedule
## Parameter Handling
### --guidance Parameter
**Purpose**: Provide upfront direction to tailor creative priorities and approach
**Examples**:
```bash
--guidance "Minimalist aesthetic, focus on product photography over lifestyle"
--guidance "Tight 2-week deadline, prioritize hero assets first"
--guidance "Must appeal to Gen Z, TikTok-first approach"
--guidance "Accessibility critical, WCAG AAA target"
```
**How Applied**:
- Parse guidance for keywords: style, timeline, audience, platform, accessibility
- Adjust visual direction emphasis based on stated preferences
- Modify deliverable priorities based on timeline constraints
- Influence tone and messaging based on audience focus
### --interactive Parameter
**Purpose**: Guide through discovery questions to build comprehensive brief
**Questions Asked** (if --interactive):
1. What are the primary objectives for this creative?
2. Who is the target audience? (demographics, psychographics)
3. What key messages must be communicated?
4. Are there visual references or style examples to follow?
5. What are the mandatory brand elements?
6. What restrictions or constraints apply?
7. What is the budget and timeline?
8. Who needs to approve the final deliverables?
## Usage Examples
```bash
# Basic creative brief
/creative-brief "Holiday Campaign 2024"
# With asset type
/creative-brief "Product Launch Video" --asset-type video
# With strategic guidance
/creative-brief "Brand Refresh" --guidance "Premium feel, competitor X as anti-reference"
# Interactive mode with guidance
/creative-brief "Q1 Launch" --interactive --guidance "Focus on mobile-first assets"
# Full specification
/creative-brief "Brand Refresh" --asset-type brand --project-directory ./brand-team
```
## Success Criteria
- [ ] Business objectives clearly stated
- [ ] Target audience defined
- [ ] Key messages documented
- [ ] Visual direction established
- [ ] Deliverables specified with dimensions
- [ ] Timeline with milestones
- [ ] Approval workflow defined
## References
- @$AIWG_ROOT/agentic/code/frameworks/media-marketing-kit/README.md — Media marketing kit framework overview
- @$AIWG_ROOT/agentic/code/addons/voice-framework/README.md — Voice framework for tone and messaging direction
- @$AIWG_ROOT/agentic/code/addons/aiwg-utils/rules/native-ux-tools.md — Interactive discovery question patterns
- @$AIWG_ROOT/docs/cli-reference.md — CLI reference
Related in General
modeling-omnistudio-epc-catalog
IncludedSalesforce Industries CME EPC product-modeling skill for Product2-based catalog creation. Use when creating EPC products, configuring product attributes, building offer bundles with Product Child Items, or reviewing EPC DataPack JSON metadata for product catalog changes. TRIGGER when: user creates or updates Product2 EPC records, AttributeAssignment payloads, AttributeMetadata/AttributeDefaultValues, Offer bundles, or ProductChildItem relationships. DO NOT TRIGGER when: designing OmniScripts/FlexCards/Integration Procedures (use building-omnistudio-omniscript, building-omnistudio-flexcard, or building-omnistudio-integration-procedure), implementing Apex business logic (use generating-apex), or troubleshooting deployment pipelines (use deploying-metadata).
relationship-science-coach
IncludedUse this skill for direct, practical adult relationship coaching: couples conflict, repair, trust, marriage, dating, flirting, attachment patterns, emotional connection, sex, desire differences, eroticism, kink negotiation, affection, love languages, breakups, and long-term passion. Draw on Gottman, EFT and Hold Me Tight, attachment science, modern sex research, Perel, Nagoski, Kerner, Schnarch, Love and Stosny, and flexible love-language tools. Be concrete and low-hedge. Redirect only for imminent danger, abuse, coercive control, minors, non-consent, self-harm, stalking, or medical/legal/psychiatric decisions.
building-sf-integrations
IncludedSalesforce integration architecture and runtime plumbing with 120-point scoring. Use this skill to set up Named Credentials, External Credentials, External Services, REST/SOAP callout patterns, Platform Events, and Change Data Capture. TRIGGER when: user sets up Named Credentials, External Services, REST/SOAP callouts, Platform Events, CDC, or touches .namedCredential-meta.xml files. DO NOT TRIGGER when: Connected App/OAuth config (use configuring-connected-apps), Apex-only logic (use generating-apex), or data import/export (use handling-sf-data).
venue-templates
IncludedAccess comprehensive LaTeX templates, formatting requirements, and submission guidelines for major scientific publication venues (Nature, Science, PLOS, IEEE, ACM), academic conferences (NeurIPS, ICML, CVPR, CHI), research posters, and grant proposals (NSF, NIH, DOE, DARPA). This skill should be used when preparing manuscripts for journal submission, conference papers, research posters, or grant proposals and need venue-specific formatting requirements and templates.
let-fate-decide
IncludedDraws the 12 Houses of the Zodiac Tarot spread to inject entropy into planning when prompts are vague, ambiguous, or casually delegated. Interprets the spread to guide next steps. Use when the user says 'let fate decide', 'YOLO', 'whatever', 'idk', or other nonchalant phrases, makes Yu-Gi-Oh references, or when you are about to arbitrarily pick between multiple reasonable approaches. Prefer over ask-questions-if-underspecified when the user's tone is casual or playful rather than precision-seeking.
net-ops
IncludedCross-platform network troubleshooting (Windows, macOS, Linux) via local or remote shell. Use for: DNS broken, can't resolve hostnames, nslookup/dig works but apps fail, NRPT, WFP, scutil, /etc/resolver, systemd-resolved, /etc/resolv.conf, NetworkManager, VPN DNS leak residue (ProtonVPN/Mullvad/WireGuard/AnyConnect), AV/firewall blocking DNS or DoH, Tailscale DNS interaction, intermittent connectivity, remote diagnostics over SSH.