refactor: reorganize skill numbering, remove obsolete skills, rename shared libs
- Rename: 00→80 claude-settings-optimizer, 88→79 dintel-skill-update, 92→81 mac-optimizer, 93→82 tui-design-template - Rename: dintel-shared → _dintel-shared (consistent with _ourdigital-shared) - Remove: 61-gtm-manager, 62-gtm-guardian (obsolete), 99_archive - Update all dintel-* skill refs (114 occurrences across 31 files) - Sync README.md, CLAUDE.md, AGENTS.md with new structure Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -45,7 +45,7 @@ Part of the **D.intelligence Agent Corps** (agents 70-77 + meta-agent 88, prefix
|
||||
- **#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.
|
||||
Shared Python environment: `_dintel-shared/src/dintel/brand.py` for brand constants used across all dintel- agents.
|
||||
|
||||
## Source
|
||||
|
||||
|
||||
@@ -87,11 +87,11 @@ On trigger:
|
||||
|
||||
## Shared Resources
|
||||
|
||||
- Brand constants: `../../dintel-shared/src/dintel/brand.py`
|
||||
- Brand constants: `../../_dintel-shared/src/dintel/brand.py`
|
||||
- Full skill reference: `../desktop/SKILL.md`
|
||||
- Design system: `../../dintel-shared/references/design-system-2025.md`
|
||||
- Brand guide: `../../dintel-shared/references/dintelligence_brand_guide.md`
|
||||
- Notion schema: `../../dintel-shared/references/notion-schema-reference.md`
|
||||
- Design system: `../../_dintel-shared/references/design-system-2025.md`
|
||||
- Brand guide: `../../_dintel-shared/references/dintelligence_brand_guide.md`
|
||||
- Notion schema: `../../_dintel-shared/references/notion-schema-reference.md`
|
||||
|
||||
## Source Files — Visual Assets
|
||||
|
||||
|
||||
@@ -24,7 +24,7 @@ autonomy: auto
|
||||
- **Agent Corps**: 8개 전문 에이전트(70-77) + 1개 메타 에이전트(88)
|
||||
- **역할**: 브랜드 거버넌스 — 모든 D.intelligence 콘텐츠의 브랜드 준수 여부를 자동 검토
|
||||
- **자율 수준**: Auto (D.intelligence 콘텐츠가 감지되면 자동 실행)
|
||||
- **공유 환경**: `dintel-shared/src/dintel/brand.py` — 브랜드 상수 참조
|
||||
- **공유 환경**: `_dintel-shared/src/dintel/brand.py` — 브랜드 상수 참조
|
||||
- **Notion 스키마**: `../70-dintelligence-brand-editor/shared/notion-schema-reference.md`
|
||||
|
||||
---
|
||||
@@ -307,7 +307,7 @@ AI가 D.intelligence 브랜드로 응답할 때:
|
||||
|
||||
## 8. Visual Identity Standards (비주얼 아이덴티티 — 2025 Design System)
|
||||
|
||||
> **기준 문서**: `dintel-shared/references/design-system-2025.md`
|
||||
> **기준 문서**: `_dintel-shared/references/design-system-2025.md`
|
||||
> **원본**: `D.intelligence_Design_System_2025.pdf`
|
||||
|
||||
프레젠테이션, 보고서, 제안서, 마케팅 자료 등 시각적 산출물을 검토할 때 아래 기준을 적용한다.
|
||||
@@ -500,9 +500,9 @@ AI가 D.intelligence 브랜드로 응답할 때:
|
||||
| 가격 패키지 | `06_PRICING-PACKAGES.md` | 가격 체계·패키지 구성 |
|
||||
| 웹사이트 정렬 | `07_WEBSITE-ALIGNMENT.md` | 홈페이지 구조 통일 방안 |
|
||||
| 브랜드 가이드 | `08_BRAND-GUIDE-v1.1.md` | 브랜드 기준 문서 (원본) |
|
||||
| 디자인 시스템 | `../dintel-shared/references/design-system-2025.md` | 2025 비주얼 아이덴티티 (색상, 타이포, 레이아웃) |
|
||||
| 브랜드 상수 | `../dintel-shared/src/dintel/brand.py` | Python 브랜드 상수 모듈 |
|
||||
| Notion 스키마 | `../dintel-shared/references/notion-schema-reference.md` | Notion DB 스키마 |
|
||||
| 디자인 시스템 | `../_dintel-shared/references/design-system-2025.md` | 2025 비주얼 아이덴티티 (색상, 타이포, 레이아웃) |
|
||||
| 브랜드 상수 | `../_dintel-shared/src/dintel/brand.py` | Python 브랜드 상수 모듈 |
|
||||
| Notion 스키마 | `../_dintel-shared/references/notion-schema-reference.md` | Notion DB 스키마 |
|
||||
|
||||
키워드 관련 문의 → `03_STRATEGIC-KEYWORDS.md` 참조
|
||||
타겟별 메시지 → `04_TARGET-TOUCHPOINTS.md` 참조
|
||||
|
||||
Reference in New Issue
Block a user