card-news-copy-writer
Card-News Copy Writer
컨텍스트를 로드하고, 사용자에게 주제를 확인한 뒤 카드뉴스 카피를 작성한다.
핵심 규칙
- 컨텍스트 파일을 로드한다 (아래 "컨텍스트 로드" 참고). 없는 파일은 사용자에게 알린 후 기본값으로 진행한다.
- 주제가 불명확하면 사용자에게 확인한다 (주제, 톤, 타겟 등)
- 확인 후 카피를 작성한다
- 기본 구조: 4장 (cover → content-image → content-features → outro)
- 사용자가 장수나 구조를 명시하면 그대로 따른다
- 글자수 제한을 지킨다 (아래 테이블 참고)
- 출력은 구조화된 마크다운 한 덩어리로
컨텍스트 로드
카피 작성 전에 아래 파일들을 읽고, 파일이 없으면 사용자에게 보고한 후, 카피 작성으로 넘어간다.
| 파일 | 용도 | 없으면 |
|---|---|---|
card-news-memory/series-config.md |
브랜드명, 핸들, 태그, 컬러 | 기본값 사용 (Brand, @account) |
card-news-memory/copy-bank.md |
과거 승인 카피 (톤 참고) | 참고 없이 작성 |
brand-memory/voice-profile.md |
브랜드 보이스, 톤 | 중립적 전문 한국어 톤 |
규칙:
- 읽기 성공하면 카피에 반영한다 (브랜드명, 핸들, 톤 등)
- 읽기 실패하면 경고 노출 후 기본값으로 진행
글자수 제한
모든 글자수는 hard maximum. 1자라도 넘으면 렌더링 깨짐. 카운팅: 한글 1자 = 영문 1자 = 공백 1자 = 특수문자 1자 = 1.
| Field | Max | Card Type |
|---|---|---|
| accent-text | 6 | Cover |
| highlight-keyword | 6 | Cover, Content-Image, Content-Features |
| cover-title | 6 | Cover |
| cover-subtitle | 20 | Cover |
| tag-N | 8 each | Cover |
| category | 8 | Content-Image, Content-Features |
| title-line-1 (keyword 포함) | 12 | Content-Image, Content-Features |
| title-line-2 | 12 | Content-Image, Content-Features |
| body-line-N | 20 each | Content-Image, Content-Features |
| feature-N-title | 12 | Content-Features |
| feature-N-description | 25 | Content-Features |
| outro-line-N | 12 | Outro |
| account-handle | 15 | Outro |
주의: title-line-1에 highlight-keyword가 인라인 포함됨 — keyword + 나머지 합산 12자 이내.
카드 타입별 작성 가이드
Cover (첫 장)
- accent-text: 손글씨 느낌의 짧은 감탄사/훅 (예: "핵심만 쏙", "알아볼까?")
- highlight-keyword + cover-title: 합쳐서 하나의 헤드라인을 이룸
- cover-subtitle: 헤드라인 보충 한 줄
- tags: 주제 카테고리 2~4개 (예: #경제, #투자, #재테크)
Content-Image (중간 — 이미지 카드)
- category: 카테고리 필 (예: #경제)
- highlight-keyword → title-line-1 안에 인라인 포함
- title-line-2: 두 번째 제목줄
- body-line-1~3: 본문 2~3줄 (제목 반복 금지, 정보 추가)
- image-alt: 이상적인 이미지 설명 (image-generator가 사용)
Content-Features (중간 — 3포인트 카드)
- category, highlight-keyword, title-line-1, title-line-2: 위와 동일
- feature-1~3-title: 각 포인트 제목
- feature-1~3-description: 각 포인트 설명
- feature-1~3-icon-hint: 아이콘 힌트 단어 (예: "heart", "clock", "shield")
- body-line-1~3: 요약 본문
Outro (마지막 장)
- outro-line-1~3: 마무리 메시지 2~3줄 (따뜻한 CTA 포함)
- account-handle: 계정 핸들 (사용자가 안 알려주면
@account로 표기)
출력 포맷
주제를 받으면 아래 포맷으로 바로 출력한다:
# Card-News Copy: [주제]
> Date: YYYY-MM-DD
> Cards: N
> Structure: cover → [types] → outro
---
## Card 1 — Cover
- **accent-text**: [text] ([N]자)
- **highlight-keyword**: [text] ([N]자)
- **cover-title**: [text] ([N]자)
- **cover-subtitle**: [text] ([N]자)
- **tags**: [tag-1], [tag-2], [tag-3]
## Card 2 — Content-Image
- **category**: [text] ([N]자)
- **highlight-keyword**: [text] ([N]자)
- **title-line-1**: [text] ([N]자, keyword 포함)
- **title-line-2**: [text] ([N]자)
- **image-alt**: [이미지 설명]
- **body-line-1**: [text] ([N]자)
- **body-line-2**: [text] ([N]자)
- **body-line-3**: [text] ([N]자)
## Card 3 — Content-Features
- **category**: [text] ([N]자)
- **highlight-keyword**: [text] ([N]자)
- **title-line-1**: [text] ([N]자, keyword 포함)
- **title-line-2**: [text] ([N]자)
- **feature-1-title**: [text] ([N]자)
- **feature-1-description**: [text] ([N]자)
- **feature-1-icon-hint**: [word]
- **feature-2-title**: [text] ([N]자)
- **feature-2-description**: [text] ([N]자)
- **feature-2-icon-hint**: [word]
- **feature-3-title**: [text] ([N]자)
- **feature-3-description**: [text] ([N]자)
- **feature-3-icon-hint**: [word]
- **body-line-1**: [text] ([N]자)
- **body-line-2**: [text] ([N]자)
- **body-line-3**: [text] ([N]자)
## Card N — Outro
- **outro-line-1**: [text] ([N]자)
- **outro-line-2**: [text] ([N]자)
- **outro-line-3**: [text] ([N]자)
- **account-handle**: [handle]
하지 않는 것
- 카피 평가 (→ copy-evaluator)
- 아이콘 선택 (→ contents-manager)
- 이미지 생성 (→ image-generator)
- HTML 렌더링 (→ card-news-maker)
컨텍스트 로드 후 카피 작성에만 집중한다.
More from tendtoyj/tendtoyj-claude-skills
image-creator
Generate brand-consistent AI visuals for social posts using nanobanana MCP (Gemini image generation). Transforms post copy or visual direction notes into platform-optimized images with brand color, style, and composition constraints. Use when user mentions: 이미지 만들어줘, 소셜 이미지, AI image, generate image, visual for post, 비주얼 생성, 썸네일, 카드뉴스 이미지, brand visual, social media image, nanobanana, 포스트 이미지, create visual, make an image, image for my post, generate a thumbnail, 배너 이미지, cover image
22audience-profiler
Profile your target audience — segments, buying journey, pain points, and media habits. Use when user mentions: audience research, customer segments, buyer persona, buyer journey, customer journey, pain points, target audience, customer profiling, audience profiling, who is my customer, media consumption, attention map, customer insight, audience analysis, ideal customer, ICP, customer needs, unmet needs, buying behavior
4keyword-research
Find what to write and target using the 6 Circles Method for keyword discovery and content prioritization. Use when user mentions: keyword research, SEO keywords, content strategy, content planning, keyword analysis, search terms, ranking opportunities, content pillars, SEO opportunities, programmatic SEO, keyword gaps, content calendar, what to write, traffic strategy, organic traffic, long-tail keywords
4orchestrator
Marketing strategy router and diagnostic tool. Diagnoses where you are, identifies gaps, and routes to the right skill sequence. Use when user mentions: what should I do next, where do I start, what's missing, marketing strategy, skill routing, start here, orchestrate, diagnose, plan my marketing, what skills do I need, marketing system, help me decide, marketing roadmap, I don't know what to do
4storyteller-image-maker
planner가 승인한 카드 구성을 받아 이미지 톤 협의 → 카드별 프롬프트 작성 → nanobanana로 이미지 생성까지 수행하는 스킬. 사용 시점: (1) planner 승인 후 이미지 생성 단계, (2) storyteller 이미지 생성, image-maker 등의 요청이 있을 때, (3) 카드뉴스 이미지를 만들어달라고 할 때.
4card-news-orchestrator
Route your card-news production to the right skills in the right order. Diagnoses what assets exist, selects the optimal pipeline mode, and guides execution step by step. Use when user mentions: 카드뉴스, card news, 카드뉴스 만들어, 인스타 카드, instagram cards, 카드뉴스 제작, card news pipeline, 카드뉴스 파이프라인, make card news, 카드뉴스 시작, 카드뉴스 기획, 카드뉴스 렌더링, 카드뉴스 상태
4