Standardize all 9 dintel-* skills + shared infrastructure against the new D.intelligence canon (brand-canon, fact-sheet, service-architecture, naming-conventions v1.0) and BRAND-GUIDE v1.3. Term replacements (applied across SKILL.md, CLAUDE.md, scripts, refs): - Slogan: SMART Marketing Clinic -> SMART Marketing Intelligence (Clinic is now an OurDigital asset; split enforced) - Core Values: Scientific/Practical -> Science/Practice - MD category: Marketing Diagnosis -> Measurement Design - Brand Character: 마케팅 주치의 -> 성과중심의 데이터 기반 마케팅 과학자 - Address: 송파테라타워/황새울로 -> 판교글로벌비즈센터 1층 36호 (13449) - External email: contact@ -> info@dintelligence.co.kr - CEO title: D.HIVE CEO & Founder / Senior Advisor -> 대표이사 - Tone keywords: Scientific/Practical/Outcome-oriented -> Science-driven/Practice-oriented/Outcome-focused - Foreign-word literals: 감사 보고서/리포트/결과 -> 진단 ~ (audit->진단) - Adjacent services: removed Courses (transferred to OurDigital Practice) Structural changes: - Insert "v1.3 정합성 - 단일 진실" block citing canon docs in all 9 SKILL.md files (preserves single source of truth at runtime). - Bump version (1.0->1.1 or 1.1->1.2) and add canon_compliance: v1.3 + last_updated: 2026-05-18 to every frontmatter. - Expand brand.py: CORPORATE/LAB dicts (full address, biz reg, CEO), TRANSLATION_STANDARDS, ADJACENT_SERVICES. PROHIBITED_WORDS grew 13 -> 24 entries so Brand Guardian flags legacy phrases at runtime. - Rewrite _dintel-shared/references/dintelligence_brand_guide.md as v1.3 canon mirror; sync brand-editor's local copy (no drift). - Pin design-system reference header to 2026 PPTX v2.0. - Refresh 73-quotation generate_quotation.py (Sheet 1 cover, Sheet 5 terms) and 71-brand-editor generate_credential.py output. - Update audit template title (감사 -> 진단). Verified by 93-check compliance suite covering frontmatter, canon citation, prohibited-term grep, Python compile + runtime imports, and an end-to-end smoke test that generates a quotation .xlsx and inspects cell content for v1.3 strings + absence of legacy strings. Refs: knowledge-base/canon/{brand-canon,fact-sheet,service-architecture,naming-conventions}.md v1.0 02_Brand/BRAND-GUIDE-v1.3.md knowledge-base/TODO-claude-code-skill-rebuild.md knowledge-base/gotcha/01_outdated-facts.md (10 cases) Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
58 lines
2.5 KiB
Markdown
58 lines
2.5 KiB
Markdown
# 70-dintel-brand-guardian
|
|
|
|
**Agent #70** in the D.intelligence Agent Corps | v1.2.0 | canon_compliance: v1.3
|
|
|
|
## What it does
|
|
|
|
Brand Guardian is the strategic brand governance layer for D.intelligence. It reviews ALL D.intelligence content for brand compliance using a 100-point checklist:
|
|
|
|
| Category | Points | Scope |
|
|
|----------|--------|-------|
|
|
| Tone & Manner | 25 | Professional/Science-driven/Practice-oriented/Outcome-focused tone; prohibited expressions; no foreign-word literals |
|
|
| Message Structure | 25 | 4-step framework, KPIs, Before/After, actionable CTAs |
|
|
| Service Architecture | 25 | Module codes (A1-G4), category tags (DI/MD/MPO/BVT), 3-Phase accuracy; Courses not recommended |
|
|
| Brand Identity | 25 | "파트너" positioning, Brand Character "마케팅 과학자", Core Values (Science/Practice/Outcome/Insights), "SMART Marketing Intelligence", info@/판교 address |
|
|
|
|
## Triggers
|
|
|
|
Autonomy level: **Auto** — activates on any D.intelligence content review or creation request.
|
|
|
|
Detection keywords:
|
|
- "D.intelligence", "디인텔리전스", "brand review", "brand check"
|
|
- "톤앤매너 검토", "브랜드 검토", "제안서 검토", "콘텐츠 검토"
|
|
- Module codes (A1-A6, T1-T7, G1-G4)
|
|
- Category tags (DI, MD, MPO, BVT)
|
|
- Tagline "Analysis, Treatment & Growth"
|
|
|
|
## Structure
|
|
|
|
```
|
|
70-dintel-brand-guardian/
|
|
├── code/
|
|
│ └── CLAUDE.md # Claude Code directive (condensed quick-reference)
|
|
├── desktop/
|
|
│ └── SKILL.md # Full skill definition for Claude Desktop
|
|
├── shared/
|
|
│ └── (reserved) # Future shared assets
|
|
└── README.md # This file
|
|
```
|
|
|
|
## Relation to Other Agents
|
|
|
|
Part of the **D.intelligence Agent Corps** (agents 70-77 + meta-agent 88, prefix `dintel-`):
|
|
|
|
- **#70 dintel-brand-guardian** (this agent) — Brand governance, content compliance
|
|
- **#70 dintel-brand-editor** (legacy: `70-dintelligence-brand-editor`) — Notion content editing
|
|
- Other agents: TBD as Agent Corps Phase 0 progresses
|
|
|
|
Shared Python environment: `_dintel-shared/src/dintel/brand.py` for brand constants used across all dintel- agents.
|
|
|
|
## Source
|
|
|
|
Migrated from `D.intelligence Service Package/dintelligence-brand-guardian/SKILL.md` (v1.0) with the following changes in v1.1.0:
|
|
- Renamed from `dintelligence-brand-guardian` to `dintel-brand-guardian`
|
|
- Added Agent Corps context (Agent #70)
|
|
- Added Universal Guardrails section
|
|
- Added reference to shared Python brand constants
|
|
- Added reference to Notion schema
|