Add real digital_ads + digital_branding catalogs
Built from real D.intelligence docs (not the 견적 자료 folder, which has only GA4/GTM + education — confirmed): - digital_branding: TNS 유학원 디지털 브랜딩 진단 컨설팅 → ₩9,000,000 (5 fixed stages) - digital_ads: 디하이브 디지털 광고·퍼포먼스 마케팅 대행 계약 → ₩6,000,000/월 retainer (media-spend commission % is per-deal, kept as a parameter — not invented) effort method now supports fixed-amount tasks (Unit Cost) and monthly retainers (unit: monthly); render shows 고정/—//월 and retainer/commission notes. Validated: branding ₩9.0M, ads ₩6.0M/월; no regression (SEO 25.0M, coaching 1.57M). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -1,17 +1,18 @@
|
||||
# Digital Ads catalog — method: effort. STUB — placeholder hours, NOT real rates.
|
||||
# TODO: populate tiers/modules/hours from a real OurDigital digital-ads quote (Drive),
|
||||
# the same way seo.yaml was built. Until then estimates here are illustrative only.
|
||||
# Digital Ads / Performance Marketing catalog — method: effort (monthly retainer).
|
||||
# Source: real signed contract "D.intelligence_디지털 광고 및 퍼포먼스 마케팅 대행 계약서_(주)디하이브"
|
||||
# (2023-04-03) → 퍼포먼스 마케팅 대행 = 월 ₩6,000,000 (부가세 별도), 월말 세금계산서.
|
||||
# Media spend (매체비) is separate; 광고대행수수료(%) on media spend is agreed per contract
|
||||
# (NOT a fixed rate — kept as a per-engagement parameter, not invented here).
|
||||
service: digital_ads
|
||||
method: effort
|
||||
_stub: true
|
||||
tiers:
|
||||
basic:
|
||||
label: "Digital Ads Setup & Management (STUB)"
|
||||
performance_retainer:
|
||||
label: "디지털 광고·퍼포먼스 마케팅 대행 (월 정기)"
|
||||
notes:
|
||||
- "매체비(media spend)는 별도. 집행금액 대비 광고대행수수료(%)는 계약 시 약정 — 본 견적 미포함."
|
||||
- "제작비·프로모션비는 외주 실비 + 대행수수료 별도. Ad-hoc 진단/분석 보고서는 별도 약정."
|
||||
- "media 커미션이 필요하면 procurement 메서드로 별도 라인 산정(요율은 per-deal)."
|
||||
modules:
|
||||
- name: "Planning & Management"
|
||||
- name: "퍼포먼스 마케팅 대행"
|
||||
tasks:
|
||||
- {task: "캠페인 전략·계정 구조 설계", desc: "STUB — replace with real SOW", role: senior_manager, hours: 16, scale: false}
|
||||
- name: "Ads Operation"
|
||||
tasks:
|
||||
- {task: "캠페인 셋업·태깅·전환 추적", desc: "STUB", role: manager, hours: 24, scale: false}
|
||||
- {task: "운영·최적화·리포팅", desc: "STUB (월 운영)", role: manager, hours: 24, scale: true}
|
||||
- {task: "퍼포먼스 마케팅 대행", desc: "KPI 설정·측정계획·데이터/GTM 관리·정기 리포팅·SEO 모니터링 등 (계약 별첨 SOW)", fixed: 6000000, unit: monthly}
|
||||
|
||||
@@ -1,16 +1,20 @@
|
||||
# Digital Branding catalog — method: effort. STUB — placeholder hours, NOT real rates.
|
||||
# TODO: populate from a real OurDigital digital-branding quote (Drive). Illustrative only.
|
||||
# Digital Branding catalog — method: effort (fixed-amount stages).
|
||||
# Source: real quote "D.intelligence_TNS 유학원_디지털 브랜딩 진단 컨설팅_20250625" → ₩9,000,000
|
||||
# (5 fixed stages, 6~8주 진단 컨설팅). Stages are lump-sum Unit Cost (no labor-hour basis),
|
||||
# per the SOW rule for non-hour-measurable tasks. Follow-on execution = separate quote.
|
||||
service: digital_branding
|
||||
method: effort
|
||||
_stub: true
|
||||
tiers:
|
||||
basic:
|
||||
label: "Digital Branding (STUB)"
|
||||
diagnostic:
|
||||
label: "디지털 브랜딩 진단 컨설팅"
|
||||
notes:
|
||||
- "6~8주 일정 (착수 후 업무 수행계획서 제시)."
|
||||
- "후속 실행(브랜드 아이덴티티·웹사이트·콘텐츠 마케팅)은 진단 결과에 따라 별도 견적."
|
||||
modules:
|
||||
- name: "Planning & Management"
|
||||
- name: "브랜딩 진단 컨설팅"
|
||||
tasks:
|
||||
- {task: "브랜드 전략·포지셔닝", desc: "STUB — replace with real SOW", role: director, hours: 16, scale: false}
|
||||
- name: "Branding Execution"
|
||||
tasks:
|
||||
- {task: "브랜드 아이덴티티·가이드", desc: "STUB", role: senior_manager, hours: 24, scale: false}
|
||||
- {task: "디지털 자산·채널 적용", desc: "STUB", role: manager, hours: 24, scale: true}
|
||||
- {task: "1단계 킥오프·과업 정의", desc: "인터뷰·자료 수집·목표 정의", fixed: 2000000, unit: one_time}
|
||||
- {task: "2단계 디지털 자산 진단", desc: "채널/계정/콘텐츠 구조 분석", fixed: 2000000, unit: one_time}
|
||||
- {task: "3단계 브랜드 가시성 진단", desc: "검색 키워드·브랜드 명칭 중심", fixed: 2000000, unit: one_time}
|
||||
- {task: "4단계 콘텐츠/채널 가시성 조사", desc: "블로그/카페/소셜 노출 현황 정리", fixed: 1500000, unit: one_time}
|
||||
- {task: "5단계 KPI 구조·전략 로드맵", desc: "성과 프레임 기초 설계·로드맵 보고서", fixed: 1500000, unit: one_time}
|
||||
|
||||
Reference in New Issue
Block a user