Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/jmagly/aiwg --skill email-campaign명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SKILL.md 표시 중
SOC 직업 분류 기준
| namespace | aiwg |
| name | email-campaign |
| platforms | ["all"] |
| description | Project directory path (default current directory) |
| commandHint | {"argumentHint":"<campaign-name> [--campaign-type value] [--project-directory value] [--guidance \"text\"] [--interactive]"} |
Create comprehensive email marketing campaign with strategy, content, and automation planning.
Develops Email Strategy
Creates Email Content
Plans Technical Setup
Email Campaign Request
↓
[Email Marketer] → Campaign Strategy & Sequence
↓
[Copywriter] → Email Copy & Subject Lines
↓
[Graphic Designer] → Email Design Direction
↓
[Legal Reviewer] → CAN-SPAM Compliance
↓
[Quality Controller] → Email QC Checklist
↓
[Accessibility Checker] → Email Accessibility
↓
Email Campaign Package Complete
| Agent | Role | Output |
|---|---|---|
| Email Marketer | Strategy lead | Sequence, automation |
| Copywriter | Content | Copy, subject lines |
| Graphic Designer | Design | Visual direction |
| Legal Reviewer | Compliance | Legal review |
| Quality Controller | QC | Pre-send checklist |
| Accessibility Checker | Accessibility | Email accessibility |
| Type | Description | Typical Sequence |
|---|---|---|
| Nurture | Lead nurturing series | 5-7 emails over 2-4 weeks |
| Promotional | Sales/offer campaign | 2-3 emails over 1 week |
| Announcement | News/launch | 1-2 emails |
| Automated | Trigger-based | Varies by trigger |
Saved to .aiwg/marketing/email/{campaign-name}/:
email-strategy.md - Campaign strategyemail-sequence.md - Email sequence planemails/ - Individual email content
email-1.mdemail-2.mdsubject-lines.md - Subject line optionsautomation-flow.md - Automation workflowtesting-plan.md - A/B testing strategycompliance-checklist.md - Legal compliancePurpose: Provide upfront direction to tailor priorities and approach
Examples:
--guidance "Nurture sequence for enterprise leads"
--guidance "High personalization, segment by industry"
--guidance "Mobile-first design, 60% mobile open rate"
How Applied:
Purpose: Guide through discovery questions for comprehensive input
Questions Asked (if --interactive):
# Nurture sequence
/email-campaign "New Subscriber Welcome" --campaign-type nurture
# Promotional campaign
/email-campaign "Black Friday Sale" --campaign-type promotional
# Product announcement
/email-campaign "Feature Launch" --campaign-type announcement
# With strategic guidance
/email-campaign "Example" --guidance "Your specific context here"
# Interactive mode
/email-campaign "Example" --interactive