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>
80 lines
3.1 KiB
Markdown
80 lines
3.1 KiB
Markdown
# D.intelligence Skill Update Meta-Agent
|
|
|
|
Cross-skill consistency management for the D.intelligence Agent Corps.
|
|
|
|
> Version 1.1.0 | canon_compliance: v1.3 | last_updated: 2026-05-18
|
|
>
|
|
> ⚠️ **canon 1순위 (모든 변경의 출발점)**: `knowledge-base/canon/{brand-canon,fact-sheet,service-architecture,naming-conventions}.md` v1.0 + `gotcha/01_outdated-facts.md` + `glossary/translation-standards.md`. 본 메타 에이전트는 canon → 9개 스킬 propagation을 담당.
|
|
|
|
## Quick Reference
|
|
|
|
- **Agent**: #79 dintel-skill-update (was #88 in TODO; repo numbering uses #79)
|
|
- **Autonomy**: Triggered (Andrew invokes explicitly)
|
|
- **Purpose**: Propagate canon/shared-reference changes across all dintel- skills
|
|
|
|
## Source of Truth Hierarchy
|
|
|
|
```
|
|
1순위: knowledge-base/canon/ # 4 docs (brand, fact, service, naming) + gotcha + glossary
|
|
2순위: 02_Brand/BRAND-GUIDE-v1.3.md # canon에서 파생, design-system PPTX 권위
|
|
3순위: _dintel-shared/ # Python + reference mirrors
|
|
4순위: 각 skill의 desktop/SKILL.md + code/CLAUDE.md
|
|
```
|
|
|
|
## Shared References (Mirror of canon)
|
|
|
|
```
|
|
_dintel-shared/
|
|
├── src/dintel/
|
|
│ ├── brand.py # Brand core + CORPORATE/LAB + service modules + PROHIBITED_WORDS + TRANSLATION_STANDARDS
|
|
│ ├── notion.py # DB IDs, status options, field definitions
|
|
│ ├── document.py # DOCX utilities
|
|
│ └── excel.py # Excel utilities
|
|
└── references/
|
|
├── dintelligence_brand_guide.md # canon brand-canon.md mirror
|
|
├── notion-schema-reference.md
|
|
├── pricing-reference.md
|
|
└── design-system-2025.md # Header pins to 2026 PPTX v2.0
|
|
```
|
|
|
|
## Skill-Level Shared Libraries
|
|
|
|
Each skill also maintains local `shared/` with Source File copies:
|
|
|
|
| Skill | `shared/` Contents |
|
|
|-------|-------------------|
|
|
| #72 Doc Secretary | `document-templates/` — 6 report/audit TXT templates |
|
|
| #73 Quotation Mgr | `quotation-templates/` — 4 XLSX quotation templates |
|
|
| #74 Service Architect | `service-modules/` — 4 CSVs (specs, keywords, audience, value props) |
|
|
| #75 Marketing Mgr | `training-materials/` — GA4-GTM 실무가이드 |
|
|
| #76 Back Office | `document-templates/` — 5 contract/invoice TXT templates |
|
|
|
|
## Dependency Quick Map
|
|
|
|
| Change | Update These Skills |
|
|
|--------|-------------------|
|
|
| Pricing | #73, #74, #76 |
|
|
| Brand Guide | #70, #71, #72, #75 |
|
|
| Service Modules | #70, #71, #73, #74, #75 |
|
|
| Notion Schema | #72, #76, #77 |
|
|
| Client Codes | #72, #73, #76, #77 |
|
|
| Prohibited Words | #70, #71, #75 |
|
|
|
|
## Workflow
|
|
|
|
1. Andrew describes change
|
|
2. Look up Dependency Map → list affected skills
|
|
3. Present Impact Report → wait for approval
|
|
4. Update `_dintel-shared/` first (source of truth)
|
|
5. Propagate to each affected skill
|
|
6. Run consistency verification
|
|
7. Log to `shared/change-log.md`
|
|
|
|
## Rules
|
|
|
|
- Never execute without Andrew's approval
|
|
- Update source of truth FIRST, then propagate
|
|
- One change type at a time
|
|
- Always log changes
|
|
- Verify consistency after every update
|