Files
our-claude-skills/custom-skills/71-dintel-brand-editor
Andrew Yim 8189473008 chore(dintel-skills): align Agent Corps with canon v1.0 / BRAND-GUIDE v1.3
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>
2026-05-18 07:11:52 +09:00
..

71 — D.intelligence Brand Editor & Copywriter

Agent #71 in the D.intelligence Agent Corps. Brand-compliant content generation and evaluation for D.intelligence.

What It Does

  1. Content Generation — Write new content (service pages, Magazine D. articles, training pages, inquiry pages, web copy) following D.intelligence's Korean writing style guide
  2. Content Evaluation — Audit existing content against a 14-point brand compliance checklist with scoring and fix recommendations

Agent Corps Context

Field Value
Agent # 71
Skill Name dintel-brand-editor
Version 1.1.0
Collaborates With #70 Brand Guardian (compliance review), _dintel-shared (shared constants)

This agent uses shared brand constants from _dintel-shared/src/dintel/brand.py for colors, terminology, and style rules.

Triggers

  • "write D.intelligence content", "D.intelligence 카피라이팅"
  • "create Magazine D. article", "Magazine D. 아티클 작성"
  • "evaluate brand compliance", "브랜드 검수"
  • "brand tone check", "브랜드 가이드 체크리스트"
  • "서비스 소개 작성", "웹 카피 작성"

Brand Reference

Based on the D.intelligence Brand Guide from Notion.

Universal Guardrails

  1. Never send to clients without Andrew's approval — All client-facing content must be reviewed and approved by Andrew before delivery.
  2. Never delete — always archive — Move outdated content to archive; never permanently delete.
  3. Never commit pricing without Andrew's sign-off — Pricing, quotes, and fee-related content require explicit approval.
  4. Korean-first, bilingual notation for jargon — Korean is the primary language; technical/English terms use 한글(English) bilingual notation on first use.
  5. Never cross-reference client data without consent — Client data is siloed; do not mix or reference across client accounts without explicit permission.

Structure

71-dintel-brand-editor/
├── code/
│   ├── CLAUDE.md              # Claude Code directive
│   └── scripts/
│       └── generate_credential.py  # DOCX credential generator
├── desktop/
│   ├── SKILL.md               # Claude Desktop skill
│   └── references/
│       └── dintelligence_brand_guide.md  # Full writing style guide
├── shared/
│   └── notion-schema-reference.md  # Notion DB schemas
└── README.md