Extract ourdigital-estimate-engine; presales-seo now calls it
New skill 96-ourdigital-estimate-engine: method-aware quoting engine (effort / coaching / procurement) with universal rate_card + per-service catalog. Real catalogs: seo (effort), education (coaching); stubs: digital_ads, digital_branding. Validated to reproduce real quotes — SEO basic ₩10.5M / treatment ₩25.0M, SHR chain ₩29.5M, L'Escape basic ₩10.5M, GA4/GTM coaching ₩1,570,000, procurement +15%. Refactor 95-ourdigital-presales-seo: remove rate_card.yaml, sow_templates.yaml, estimate.py (migrated to engine); add findings_to_scope.py; Stage 5 now maps findings→scope.json and calls the engine CLI. build_deck/kg_query unchanged; end-to-end validated on SHR (29.5M) + deck renders engine estimate.json. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -55,10 +55,12 @@ headless Chrome, python-pptx. Create `data/` subfolder. Initialize `findings.jso
|
||||
→ write `03_presales-opportunity-brief.md`.
|
||||
|
||||
## Stage 5 — Estimate (견적) — REVIEW GATE
|
||||
- `python scripts/estimate.py --findings <out>/data/findings.json --rate-card references/rate_card.yaml --sow references/sow_templates.yaml --out-dir <out> --seq <N> [--baseline basic|treatment] [--billing 0.70]`
|
||||
- **Effort-based** (OurDigital real model): cost = role_rate × 청구율 × 표준 업무시간, by module; 제안가 = 합계 절사. findings auto-select a tier (**smb / basic / treatment**) and scale **On-page** hours sub-linearly by `subbrands_total` (cap ×2.0); Technical is fixed. `smb` tier bills at 0.55, others 0.70. Override with `--baseline` / `--billing`. Premium verticals (luxury/5성/특1급…) are auto-floored to `basic` via `rate_card.tiering` (so a luxury single property won't drop to `smb`).
|
||||
- Produces `05_estimate_ko.md`, `05_estimate.xlsx`, `data/estimate.json`. Present the 견적; get sign-off.
|
||||
- Logic in `references/findings_to_service.md`; rates/hours in `rate_card.yaml` + `sow_templates.yaml` (edit together). Reproduces real Basic ₩10.5M / Treatment ₩25.0M; SMB entry ~₩3M; chains stay SMB-acceptable (e.g. 25-property → ~₩29.5M).
|
||||
Pricing is delegated to the **`ourdigital-estimate-engine`** skill (`../96-ourdigital-estimate-engine`); this skill only maps findings → scope, then calls the engine:
|
||||
- `python scripts/findings_to_scope.py --findings <out>/data/findings.json --out <out>/data/scope.json --seq <N> [--tier auto|smb|basic|treatment] [--billing 0.70]`
|
||||
- `ENG=../96-ourdigital-estimate-engine; python $ENG/scripts/estimate.py --rate-card $ENG/references/rate_card.yaml --catalog-dir $ENG/catalog --scope <out>/data/scope.json --out-dir <out>`
|
||||
- Engine (effort method, `seo` catalog): auto-tier (smb/basic/treatment) by portfolio + premium-vertical floor; On-page hours scale by `subbrands_total` (cap ×2.0); 제안가 = 합계 절사. Reproduces Basic ₩10.5M / Treatment ₩25.0M; SMB ~₩3M; 25-property chain ~₩29.5M.
|
||||
- Produces `05_estimate_ko.md`, `05_estimate.xlsx`, `data/estimate.json` (effort shape → consumed by `build_deck.py`). Present the 견적; get sign-off.
|
||||
- SEO findings→scope/tier mapping lives here (`findings_to_service.md`); **rates/hours/tiers live in the engine** (`rate_card.yaml` + `catalog/seo.yaml`) — edit pricing there, not here.
|
||||
|
||||
## Stage 6 — Deliverables — REVIEW GATE before send
|
||||
- **Client PDF**: author the short brief HTML from `templates/client_brief.html` (fill the content; keep the CSS),
|
||||
|
||||
@@ -44,5 +44,8 @@ markup if billed through us. VAT 별도 · 유효기간 14d · 현금 · 절사
|
||||
- `smb` single property → ~**3,000,000** (lean × 55% billing)
|
||||
- chain example (SHR, 5 sub-brands ×1.6, treatment) → ~**29,500,000** (vs naive 71.5M)
|
||||
|
||||
Edit `rate_card.yaml` + `sow_templates.yaml` together when rates, hours, tiers, or
|
||||
scaling change.
|
||||
**Pricing now lives in the `ourdigital-estimate-engine` skill** (`../96-ourdigital-estimate-engine`):
|
||||
role rates/billing/tiering/scaling in `references/rate_card.yaml`, SEO tiers/hours in
|
||||
`catalog/seo.yaml`. This skill maps findings → `scope.json` (`scripts/findings_to_scope.py`)
|
||||
and calls the engine. Edit rates/hours/tiers **in the engine**, not here. This file documents
|
||||
only the SEO findings→tier/scope mapping.
|
||||
|
||||
@@ -1,66 +0,0 @@
|
||||
# OurDigital / D.intelligence — rate card (effort-based)
|
||||
# Source of truth: 06_Working Template 견적서 (Google Drive), 2026-05.
|
||||
# Model: 비용 = 시간단가(role) × 청구율(billing_rate) × 표준 업무시간(hours).
|
||||
# Estimates are assembled bottom-up from sow_templates.yaml. Keep PRIVATE.
|
||||
|
||||
company:
|
||||
legal_name: "(주)디인텔리전스 (D.intelligence Lab)"
|
||||
brand: "OurDigital"
|
||||
ceo: "임명재"
|
||||
contact: "info@ourdigital.org"
|
||||
address: "경기도 성남시 수정구 창업로 43 판교글로벌비즈센터 업무동 1층 128호"
|
||||
|
||||
quote_prefix: OD # OD-YYYY-NNN
|
||||
currency: KRW
|
||||
|
||||
billing_rate: 0.70 # 청구율 표준 70%
|
||||
billing_rate_floor: 0.60 # 협상 시 -10%p 까지(>10%p 조정은 CEO/CFO 승인)
|
||||
basis:
|
||||
hours_per_day: 8 # 일 8시간
|
||||
weeks_per_month: 4 # 월 4주
|
||||
procurement_markup: 0.15 # 조달-관리 수수료 15% (외부 조달 물품/서비스)
|
||||
rounding_unit: 500000 # 제안가 = 합계 절사. 50만원 단위가 실제 견적(25,340,000→25,000,000;
|
||||
# 10,612,000→10,500,000)을 재현. 필요시 100000/1000000 으로 조정.
|
||||
|
||||
terms:
|
||||
vat: "부가세 별도"
|
||||
validity_days: 14 # 견적 유효기간(약 2주)
|
||||
payment: "현금"
|
||||
|
||||
# 자동 티어링 보정. 프리미엄/럭셔리 prospect 는 규모가 작아도 entry(smb) 아래로
|
||||
# 자동 선택되지 않도록 최소 티어를 보장. prospect.vertical 문자열에 아래 용어가
|
||||
# 포함되면 프리미엄으로 간주(부분 일치, 대소문자 무시).
|
||||
tiering:
|
||||
premium_verticals: ["luxury", "premium", "deluxe", "5_star", "5성", "특1급", "boutique_luxury"]
|
||||
premium_min_tier: basic # 프리미엄 단일 프로퍼티 최소 티어 (smb < basic < treatment)
|
||||
|
||||
# 시간 단가 (KRW/hr) — 직급 기준. sow_templates.yaml의 task.role 이 이 키를 참조.
|
||||
role_rates:
|
||||
ceo: 180000 # 대표
|
||||
evp: 150000 # 전무
|
||||
svp: 120000 # 상무
|
||||
technical_advisor: 120000 # 기술고문
|
||||
director: 100000 # 이사 / 본부장
|
||||
senior_manager: 90000 # 부장 (Senior SEO·PM·Senior Analyst·Account Director(국장))
|
||||
deputy_manager: 80000 # 차장
|
||||
manager: 70000 # 과장 (SEO·Data Analyst·Data Engineer·Engineer|Developer)
|
||||
assistant_manager: 60000 # 대리
|
||||
junior: 50000 # 주임
|
||||
associate: 30000 # 사원
|
||||
intern: 12000 # 인턴
|
||||
|
||||
# 포트폴리오 규모에 따른 '시간' 스케일(서브선형). On-page(scale:true) task 에만 적용.
|
||||
# driver = findings.entity 의 카운트. 체인은 페이지 템플릿을 공유하므로 '프로퍼티 수'가 아닌
|
||||
# '브랜드/템플릿 수(subbrands_total)'를 기준으로 하고, 캡을 ×2.0 로 낮게 둔다.
|
||||
# (Technical SEO 는 사이트 단위 고정 작업이므로 스케일하지 않음 — sow_templates 의 scale:false)
|
||||
scaling:
|
||||
driver: subbrands_total
|
||||
bands: [[1, 1.0], [3, 1.3], [6, 1.6], [999999, 2.0]]
|
||||
|
||||
# 별도 조달 항목(인력비와 분리). 청구 시 procurement_markup 적용 가능.
|
||||
tools:
|
||||
semrush_guru:
|
||||
label: "Advanced SEO Tools — SEMrush Guru"
|
||||
unit: "월간 구독"
|
||||
price_usd: 249.95
|
||||
note: "고객사 별도 구독(TBD), 사용자별 과금"
|
||||
@@ -1,92 +0,0 @@
|
||||
# SOW task templates — standard 업무 시간(hours) by module.
|
||||
# Priced via rate_card.yaml: cost = role_rate × billing_rate × hours.
|
||||
# Tiers (제안가 at default billing): smb < basic < treatment.
|
||||
# basic -> ₩10,500,000 (real SEO Basic & Coaching quote, billing 0.70)
|
||||
# treatment -> ₩25,000,000 (real SEO Audit & Treatment quote, billing 0.70)
|
||||
# smb -> lean entry tier for single-property SMBs (billing 0.55)
|
||||
# Scaling: only On-page tasks (scale:true) scale by sub-brands/templates
|
||||
# (rate_card.scaling); Technical SEO is fixed site-wide work. P&M & Growth fixed.
|
||||
# Each baseline may override billing_rate; else rate_card.billing_rate (0.70).
|
||||
|
||||
baselines:
|
||||
|
||||
smb:
|
||||
service: "SEO Quick Audit (SMB)"
|
||||
billing_rate: 0.55 # SMB 진입 티어 — 낮은 청구율
|
||||
modules:
|
||||
- name: "Planning & Management"
|
||||
trigger: [always]
|
||||
tasks:
|
||||
- {task: "업무 관리·착수", desc: "과업 정의·일정·리포팅", role: senior_manager, hours: 8, scale: false}
|
||||
- {task: "웹 사이트 분석", desc: "유입·행동·전환 flow 요약 분석", role: senior_manager, hours: 8, scale: false}
|
||||
- name: "Technical SEO"
|
||||
trigger: [crawlability, cwv, schema_entity]
|
||||
tasks:
|
||||
- {task: "Crawling·Indexing 점검", desc: "검색사이트 등록·수집·Site Health 점검", role: manager, hours: 8, scale: false}
|
||||
- {task: "속도·CWV 점검", desc: "로딩속도·Core Web Vitals·모바일 점검", role: manager, hours: 8, scale: false}
|
||||
- {task: "구조·메타·사이트맵 점검", desc: "사이트/URL 구조·메타·사이트맵·색인", role: manager, hours: 8, scale: false}
|
||||
- name: "On-page SEO"
|
||||
trigger: [onpage, schema_entity]
|
||||
tasks:
|
||||
- {task: "키워드·메타 진단", desc: "중점 키워드·페이지 메타·템플릿 진단", role: manager, hours: 12, scale: true}
|
||||
- {task: "on-page 퀵윈 가이드", desc: "타이틀·메타·헤더·링크·이미지 핵심 개선 가이드", role: manager, hours: 16, scale: true}
|
||||
- name: "SEO Growth"
|
||||
trigger: [measurement, always]
|
||||
tasks:
|
||||
- {task: "기본 성과 지표 설정", desc: "핵심 SEO 지표·중점 키워드 트래킹 설정", role: manager, hours: 8, scale: false}
|
||||
|
||||
basic:
|
||||
service: "SEO Audit & Basic Treatment"
|
||||
modules:
|
||||
- name: "Planning & Management"
|
||||
trigger: [always]
|
||||
tasks:
|
||||
- {task: "업무 관리", desc: "프로젝트 설계·과업 정의·일정/산출물 관리·리포팅", role: senior_manager, hours: 20, scale: false}
|
||||
- {task: "웹 사이트 분석", desc: "사용자 유입·채널 내 행동·전환 flow 분석", role: senior_manager, hours: 12, scale: false}
|
||||
- name: "Technical SEO"
|
||||
trigger: [crawlability, cwv, schema_entity]
|
||||
tasks:
|
||||
- {task: "Crawling & Indexing 설정", desc: "검색사이트 등록/수집 관리, Site Health Check 도구 설정", role: technical_advisor, hours: 16, scale: false}
|
||||
- {task: "속도·UX·수집 설정", desc: "로딩속도·페이지 UX·링크·수집 제외 설정", role: manager, hours: 16, scale: false}
|
||||
- {task: "사이트/URL 구조·메타", desc: "구조·URL·메타데이터·사이트맵·리다이렉션", role: senior_manager, hours: 12, scale: false}
|
||||
- {task: "색인·CWV 진단", desc: "GSC·SEO Tools 활용 색인/크롤오류/Core Web Vitals 진단", role: senior_manager, hours: 16, scale: false}
|
||||
- name: "On-page SEO"
|
||||
trigger: [onpage, schema_entity]
|
||||
tasks:
|
||||
- {task: "키워드·템플릿·메타 진단", desc: "중점 키워드·페이지 템플릿·메타·개체 활용 진단", role: manager, hours: 24, scale: true}
|
||||
- {task: "링크·콘텐츠 도구 진단", desc: "내외부 링크·공유 메타·콘텐츠 생성-관리 도구", role: manager, hours: 12, scale: true}
|
||||
- {task: "on-page 관리 가이드", desc: "타이틀·메타·헤더태그·링크·이미지 메타 가이드", role: manager, hours: 36, scale: true}
|
||||
- name: "SEO Growth"
|
||||
trigger: [measurement, always]
|
||||
tasks:
|
||||
- {task: "성과 지표 관리", desc: "SEO 관리지표·중점 키워드·포지셔닝 트래킹·3rd party 데이터 설정", role: manager, hours: 24, scale: false}
|
||||
|
||||
treatment:
|
||||
service: "SEO Audit & Treatment"
|
||||
modules:
|
||||
- name: "Planning & Management"
|
||||
trigger: [always]
|
||||
tasks:
|
||||
- {task: "업무 관리", desc: "프로젝트 설계·과업 정의·일정/산출물 관리·리포팅", role: senior_manager, hours: 36, scale: false}
|
||||
- {task: "웹 사이트 분석", desc: "사용자 유입·채널 내 행동·전환 flow 분석", role: senior_manager, hours: 60, scale: false}
|
||||
- {task: "측정 계획 수립", desc: "채널 운영 목적·사용자 세그먼트·기대행동 가설 도출", role: senior_manager, hours: 20, scale: false}
|
||||
- name: "Technical SEO"
|
||||
trigger: [crawlability, cwv, schema_entity]
|
||||
tasks:
|
||||
- {task: "Crawling & Indexing 설정", desc: "검색사이트 등록/수집 관리, Site Health Check 도구 설정", role: manager, hours: 24, scale: false}
|
||||
- {task: "속도·UX·리다이렉트", desc: "로딩속도·페이지 UX·링크·리다이렉트·수집 제외 설정", role: technical_advisor, hours: 30, scale: false}
|
||||
- {task: "사이트/URL 구조·보안", desc: "구조·URL·메타데이터·사이트맵·보안 관리 진단", role: senior_manager, hours: 24, scale: false}
|
||||
- {task: "모바일·CWV·개선과제", desc: "모바일 최적화·Core Web Vitals 진단·개선 과제 도출", role: manager, hours: 20, scale: false}
|
||||
- name: "On-page SEO"
|
||||
trigger: [onpage, schema_entity]
|
||||
tasks:
|
||||
- {task: "키워드·템플릿·메타 진단", desc: "중점 키워드·페이지 템플릿·메타·개체 활용 진단", role: manager, hours: 48, scale: true}
|
||||
- {task: "링크·콘텐츠 도구 진단", desc: "내외부 링크·공유 메타·콘텐츠 생성-관리 도구", role: manager, hours: 36, scale: true}
|
||||
- {task: "on-page 관리 가이드", desc: "타이틀·메타·헤더태그·링크·이미지 메타 가이드", role: manager, hours: 60, scale: true}
|
||||
- name: "SEO Growth"
|
||||
trigger: [measurement, always]
|
||||
tasks:
|
||||
- {task: "핵심 성과 지표 설정", desc: "중점과제·목표·SEO 핵심성과지표·모니터링 지표 설정", role: senior_manager, hours: 20, scale: false}
|
||||
- {task: "지표 정의·리포팅 설계", desc: "데이터 소스·지표 산식·리포팅/진단 주기 설정", role: manager, hours: 16, scale: false}
|
||||
- {task: "성과 대시보드 지표", desc: "관리 지표·중점 키워드·포지셔닝 트래킹·3rd party 데이터", role: manager, hours: 20, scale: false}
|
||||
- {task: "GSC 대시보드·파이프라인", desc: "GSC 대시보드 구성·연관 데이터 파이프라인 구축", role: manager, hours: 36, scale: false}
|
||||
@@ -259,7 +259,7 @@ def main():
|
||||
tbl = s.shapes.add_table(rows, 2, Inches(0.85), Inches(2.0), Inches(11.6), Inches(0.5 * rows)).table
|
||||
tbl.columns[0].width = Inches(8.4)
|
||||
tbl.columns[1].width = Inches(3.2)
|
||||
for j, htxt in enumerate([f"{EST.get('service', 'SEO')} — 구분", "소계"]):
|
||||
for j, htxt in enumerate([f"{EST.get('label') or EST.get('service', 'SEO')} — 구분", "소계"]):
|
||||
c = tbl.cell(0, j)
|
||||
c.text = htxt
|
||||
c.fill.solid()
|
||||
|
||||
@@ -1,247 +0,0 @@
|
||||
#!/usr/bin/env python3
|
||||
"""Effort-based 견적 generator for the ourdigital-presales-seo skill (Stage 5).
|
||||
|
||||
Reproduces OurDigital/D.intelligence's real quoting model:
|
||||
cost(task) = role_rate × billing_rate × standard_hours
|
||||
assembled from sow_templates.yaml, grouped into modules, summed, then
|
||||
제안가 = 합계 floored to rounding_unit (십만단위 절사).
|
||||
|
||||
findings.json selects the baseline (basic vs treatment) and scales scoped
|
||||
task hours sub-linearly by portfolio size. Outputs:
|
||||
- 05_estimate_ko.md (cover-sheet 견적)
|
||||
- data/estimate.json (consumed by build_deck.py)
|
||||
- 05_estimate.xlsx
|
||||
|
||||
Usage:
|
||||
python estimate.py --findings data/findings.json \
|
||||
--rate-card ../references/rate_card.yaml --sow ../references/sow_templates.yaml \
|
||||
--out-dir <engagement> --seq 1 [--baseline basic|treatment] [--billing 0.70]
|
||||
"""
|
||||
import argparse
|
||||
import datetime
|
||||
import json
|
||||
import math
|
||||
import os
|
||||
|
||||
import yaml
|
||||
from openpyxl import Workbook
|
||||
from openpyxl.styles import Alignment, Font, PatternFill
|
||||
|
||||
|
||||
def won(n):
|
||||
return f"{int(round(n)):,}원"
|
||||
|
||||
|
||||
def scope_multiplier(rate, f):
|
||||
"""Sub-linear hours multiplier from the configured driver (default subbrands_total)."""
|
||||
sc = rate.get("scaling", {})
|
||||
driver = sc.get("driver", "subbrands_total")
|
||||
bands = sc.get("bands", [[1, 1.0]])
|
||||
count = max(int(f.get("entity", {}).get(driver, 0) or 0), 1)
|
||||
for mx, m in bands:
|
||||
if count <= mx:
|
||||
return float(m), driver, count
|
||||
return float(bands[-1][1]), driver, count
|
||||
|
||||
|
||||
TIER_ORDER = {"smb": 0, "basic": 1, "treatment": 2}
|
||||
|
||||
|
||||
def _higher(a, b):
|
||||
return a if TIER_ORDER.get(a, 0) >= TIER_ORDER.get(b, 0) else b
|
||||
|
||||
|
||||
def is_premium(f, rate):
|
||||
vertical = (f.get("prospect", {}).get("vertical") or "").lower()
|
||||
terms = [t.lower() for t in rate.get("tiering", {}).get("premium_verticals", [])]
|
||||
return any(t in vertical for t in terms)
|
||||
|
||||
|
||||
def pick_baseline(f, override, rate):
|
||||
if override:
|
||||
return override
|
||||
e = f.get("entity", {})
|
||||
props = e.get("properties_total", 0) or 0
|
||||
subs = e.get("subbrands_total", 0) or 0
|
||||
if props > 5 or subs > 3: # multi-brand / chain
|
||||
tier = "treatment"
|
||||
elif props <= 1 and subs == 0: # single property
|
||||
tier = "smb"
|
||||
else: # small multi-property / mid
|
||||
tier = "basic"
|
||||
# premium/luxury floor: don't auto-drop a premium prospect to the entry tier
|
||||
if is_premium(f, rate):
|
||||
tier = _higher(tier, rate.get("tiering", {}).get("premium_min_tier", "basic"))
|
||||
return tier
|
||||
|
||||
|
||||
def assemble(f, rate, sow, baseline, billing):
|
||||
roles = rate["role_rates"]
|
||||
mult, driver, dcount = scope_multiplier(rate, f)
|
||||
tpl = sow["baselines"][baseline]
|
||||
modules = []
|
||||
grand = 0.0
|
||||
for mod in tpl["modules"]:
|
||||
tasks, sub = [], 0.0
|
||||
for t in mod["tasks"]:
|
||||
applied = mult if (t.get("scale") and mult != 1.0) else 1.0
|
||||
hours = round(t["hours"] * applied, 1)
|
||||
rate_hr = roles[t["role"]]
|
||||
amount = rate_hr * billing * hours
|
||||
tasks.append({
|
||||
"task": t["task"], "desc": t.get("desc", ""), "role": t["role"],
|
||||
"role_rate": rate_hr, "hours": hours, "amount": amount,
|
||||
"scaled": applied != 1.0,
|
||||
})
|
||||
sub += amount
|
||||
modules.append({"name": mod["name"], "subtotal": sub, "tasks": tasks})
|
||||
grand += sub
|
||||
return modules, grand, mult, driver, dcount, tpl["service"]
|
||||
|
||||
|
||||
ROLE_KO = {
|
||||
"ceo": "대표", "evp": "전무", "svp": "상무", "technical_advisor": "기술고문",
|
||||
"director": "이사", "senior_manager": "부장", "deputy_manager": "차장",
|
||||
"manager": "과장", "assistant_manager": "대리", "junior": "주임",
|
||||
"associate": "사원", "intern": "인턴",
|
||||
}
|
||||
|
||||
|
||||
def write_md(path, q):
|
||||
L = [f"# 견적서 — {q['prospect']}",
|
||||
"", f"- **제공 서비스**: {q['service']}",
|
||||
f"- **견적번호**: {q['quote_no']} · **작성일**: {q['date']} · **유효기간**: ~{q['valid_until']}",
|
||||
f"- **공급자**: {q['company']['legal_name']} (대표 {q['company']['ceo']}, {q['company']['contact']})",
|
||||
f"- **산정 기준**: SOW 기반 · 청구율 {int(q['billing_rate']*100)}% · 일 8시간/월 4주 · {q['terms']['vat']} · 지급 {q['terms']['payment']}",
|
||||
""]
|
||||
if q["scope"]["hours_multiplier"] != 1.0:
|
||||
dl = "브랜드/템플릿" if q["scope"]["driver"] == "subbrands_total" else "프로퍼티"
|
||||
L.append(f"> 규모 반영: {dl} {q['scope']['driver_count']}개 기준 On-page 업무시간 ×{q['scope']['hours_multiplier']:g} (서브선형)")
|
||||
L.append("")
|
||||
L += ["## 견적 내역", "",
|
||||
"| 구분 | 세부 업무 | 담당 | 시간(h) | 합계 |",
|
||||
"|---|---|:--:|--:|--:|"]
|
||||
for m in q["modules"]:
|
||||
for i, t in enumerate(m["tasks"]):
|
||||
grp = m["name"] if i == 0 else ""
|
||||
mark = " *" if t["scaled"] else ""
|
||||
L.append(f"| {grp} | {t['task']}{mark} | {ROLE_KO.get(t['role'], t['role'])} | {t['hours']:g} | {won(t['amount'])} |")
|
||||
L.append(f"| | **{m['name']} 소계** | | | **{won(m['subtotal'])}** |")
|
||||
L += ["", "## 합계", "",
|
||||
f"- 합계: **{won(q['subtotal_sum'])}**",
|
||||
f"- **제안가(절사 적용): {won(q['proposal'])}** ({q['terms']['vat']})", ""]
|
||||
if q.get("tools"):
|
||||
L += ["## 별도 비용 (조달 — 인력비와 별도)", ""]
|
||||
for t in q["tools"]:
|
||||
L.append(f"- {t['label']}: {t['unit']} ${t['price_usd']} — {t['note']}")
|
||||
L.append("")
|
||||
L += ["---", f"> {q['disclaimer']}"]
|
||||
if any(t["scaled"] for m in q["modules"] for t in m["tasks"]):
|
||||
L.append("> \\* 포트폴리오 규모에 따라 업무시간이 스케일된 항목.")
|
||||
with open(path, "w", encoding="utf-8") as fh:
|
||||
fh.write("\n".join(L) + "\n")
|
||||
|
||||
|
||||
def write_xlsx(path, q):
|
||||
wb = Workbook()
|
||||
ws = wb.active
|
||||
ws.title = "견적"
|
||||
ws.append([f"견적서 — {q['prospect']} ({q['service']})"])
|
||||
ws.append([f"견적번호 {q['quote_no']}", f"작성일 {q['date']}", f"유효 ~{q['valid_until']}",
|
||||
f"청구율 {int(q['billing_rate']*100)}%", q["terms"]["vat"]])
|
||||
ws.append([])
|
||||
cols = ["구분", "세부 업무", "담당", "시간(h)", "합계(원)"]
|
||||
ws.append(cols)
|
||||
hdr_row = ws.max_row
|
||||
for c in range(1, len(cols) + 1):
|
||||
cell = ws.cell(row=hdr_row, column=c)
|
||||
cell.fill = PatternFill("solid", fgColor="11243D")
|
||||
cell.font = Font(color="FFFFFF", bold=True)
|
||||
for m in q["modules"]:
|
||||
for i, t in enumerate(m["tasks"]):
|
||||
ws.append([m["name"] if i == 0 else "", t["task"], ROLE_KO.get(t["role"], t["role"]),
|
||||
t["hours"], int(round(t["amount"]))])
|
||||
ws.append(["", f"{m['name']} 소계", "", "", int(round(m["subtotal"]))])
|
||||
ws.cell(row=ws.max_row, column=2).font = Font(bold=True)
|
||||
ws.cell(row=ws.max_row, column=5).font = Font(bold=True)
|
||||
ws.append([])
|
||||
ws.append(["", "합계", "", "", int(round(q["subtotal_sum"]))])
|
||||
ws.append(["", "제안가(절사 적용)", "", "", int(q["proposal"])])
|
||||
ws.cell(row=ws.max_row, column=2).font = Font(bold=True)
|
||||
ws.cell(row=ws.max_row, column=5).font = Font(bold=True, color="C0392B")
|
||||
ws.append([])
|
||||
ws.append([q["disclaimer"]])
|
||||
for idx, w in enumerate([22, 40, 8, 8, 16], 1):
|
||||
ws.column_dimensions[chr(64 + idx)].width = w
|
||||
wb.save(path)
|
||||
|
||||
|
||||
def main():
|
||||
ap = argparse.ArgumentParser(description="Effort-based 견적 from findings.json")
|
||||
ap.add_argument("--findings", required=True)
|
||||
ap.add_argument("--rate-card", required=True)
|
||||
ap.add_argument("--sow", required=True)
|
||||
ap.add_argument("--out-dir", default=".")
|
||||
ap.add_argument("--seq", type=int, default=1)
|
||||
ap.add_argument("--baseline", choices=["smb", "basic", "treatment"], default=None)
|
||||
ap.add_argument("--billing", type=float, default=None)
|
||||
args = ap.parse_args()
|
||||
|
||||
with open(args.findings, encoding="utf-8") as fh:
|
||||
f = json.load(fh)
|
||||
with open(args.rate_card, encoding="utf-8") as fh:
|
||||
rate = yaml.safe_load(fh)
|
||||
with open(args.sow, encoding="utf-8") as fh:
|
||||
sow = yaml.safe_load(fh)
|
||||
|
||||
baseline = pick_baseline(f, args.baseline, rate)
|
||||
tpl_billing = sow["baselines"][baseline].get("billing_rate")
|
||||
billing = (args.billing if args.billing is not None
|
||||
else tpl_billing if tpl_billing is not None else rate["billing_rate"])
|
||||
modules, grand, mult, driver, dcount, service = assemble(f, rate, sow, baseline, billing)
|
||||
props = f.get("entity", {}).get("properties_total", 0)
|
||||
subs = f.get("entity", {}).get("subbrands_total", 0)
|
||||
|
||||
rounding = rate["rounding_unit"]
|
||||
proposal = int(math.floor(grand / rounding) * rounding)
|
||||
|
||||
date = f.get("prospect", {}).get("audit_date") or datetime.date.today().isoformat()
|
||||
d0 = datetime.date.fromisoformat(date)
|
||||
valid_until = (d0 + datetime.timedelta(days=rate["terms"]["validity_days"])).isoformat()
|
||||
quote_no = f"{rate.get('quote_prefix', 'OD')}-{date[:4]}-{args.seq:03d}"
|
||||
|
||||
disclaimer = ("본 견적은 공개 데이터 기반 사전 추정이며 표준 업무시간(SOW)·청구율 "
|
||||
f"{int(billing*100)}% 기준입니다. Search Console/Analytics 권한 확보 후 정밀 "
|
||||
"진단을 통해 과업 시간과 범위를 확정합니다. 외부 조달 항목은 인력비와 별도이며 조달 수수료 15%가 적용될 수 있습니다.")
|
||||
|
||||
q = {
|
||||
"quote_no": quote_no, "date": date, "valid_until": valid_until,
|
||||
"prospect": f.get("prospect", {}).get("name", "(prospect)"),
|
||||
"service": service, "baseline": baseline, "billing_rate": billing,
|
||||
"company": rate["company"], "terms": rate["terms"],
|
||||
"scope": {"driver": driver, "driver_count": dcount,
|
||||
"properties_total": props, "subbrands_total": subs,
|
||||
"hours_multiplier": mult},
|
||||
"modules": modules, "subtotal_sum": grand, "proposal": proposal,
|
||||
"rounding_unit": rounding,
|
||||
"tools": [dict(label=v["label"], unit=v["unit"], price_usd=v["price_usd"], note=v["note"])
|
||||
for v in rate.get("tools", {}).values()],
|
||||
"disclaimer": disclaimer,
|
||||
}
|
||||
|
||||
os.makedirs(args.out_dir, exist_ok=True)
|
||||
data_dir = os.path.join(args.out_dir, "data")
|
||||
os.makedirs(data_dir, exist_ok=True)
|
||||
write_md(os.path.join(args.out_dir, "05_estimate_ko.md"), q)
|
||||
write_xlsx(os.path.join(args.out_dir, "05_estimate.xlsx"), q)
|
||||
with open(os.path.join(data_dir, "estimate.json"), "w", encoding="utf-8") as fh:
|
||||
json.dump(q, fh, ensure_ascii=False, indent=2)
|
||||
|
||||
print(f"견적 {quote_no} [{baseline}] 제안가 {won(proposal)} (합계 {won(grand)}) "
|
||||
f"| {driver}={dcount} ×{mult:g} | 청구율 {int(billing*100)}%")
|
||||
for m in modules:
|
||||
print(f" {m['name']:24} {won(m['subtotal'])}")
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
@@ -0,0 +1,56 @@
|
||||
#!/usr/bin/env python3
|
||||
"""Map an SEO findings.json → estimate-engine scope.json (service=seo, effort).
|
||||
|
||||
Stage 5 of ourdigital-presales-seo: keeps the SEO-specific mapping here; the engine
|
||||
(96-ourdigital-estimate-engine) owns the costing. Then call:
|
||||
python <engine>/scripts/estimate.py --rate-card <engine>/references/rate_card.yaml \
|
||||
--catalog-dir <engine>/catalog --scope scope.json --out-dir <engagement>
|
||||
|
||||
Usage:
|
||||
python findings_to_scope.py --findings data/findings.json --out data/scope.json [--tier auto] [--seq N]
|
||||
"""
|
||||
import argparse
|
||||
import json
|
||||
|
||||
|
||||
def main():
|
||||
ap = argparse.ArgumentParser(description="SEO findings.json -> engine scope.json")
|
||||
ap.add_argument("--findings", required=True)
|
||||
ap.add_argument("--out", required=True)
|
||||
ap.add_argument("--tier", default="auto", help="auto|smb|basic|treatment")
|
||||
ap.add_argument("--billing", type=float, default=None)
|
||||
ap.add_argument("--seq", type=int, default=1)
|
||||
args = ap.parse_args()
|
||||
|
||||
with open(args.findings, encoding="utf-8") as fh:
|
||||
f = json.load(fh)
|
||||
e = f.get("entity", {})
|
||||
p = f.get("prospect", {})
|
||||
severity = sorted({x.get("severity") for x in f.get("findings", []) if x.get("severity")})
|
||||
|
||||
scope = {
|
||||
"service": "seo",
|
||||
"method": "effort",
|
||||
"tier": args.tier,
|
||||
"billing_rate": args.billing,
|
||||
"signals": {
|
||||
"properties_total": e.get("properties_total", 0),
|
||||
"subbrands_total": e.get("subbrands_total", 0),
|
||||
"vertical": p.get("vertical", ""),
|
||||
"severity": severity,
|
||||
},
|
||||
"prospect": {
|
||||
"name": p.get("name", ""), "domain": p.get("domain", ""),
|
||||
"audit_date": p.get("audit_date", ""), "account_code": p.get("account_code", ""),
|
||||
},
|
||||
"seq": args.seq,
|
||||
}
|
||||
with open(args.out, "w", encoding="utf-8") as fh:
|
||||
json.dump(scope, fh, ensure_ascii=False, indent=2)
|
||||
print(f"scope -> {args.out} | service=seo tier={args.tier} "
|
||||
f"properties={scope['signals']['properties_total']} subbrands={scope['signals']['subbrands_total']} "
|
||||
f"vertical={scope['signals']['vertical']!r}")
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
Reference in New Issue
Block a user