# 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