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:
2026-03-23 19:32:44 +09:00
parent ee355479b7
commit 877db1aa0f
115 changed files with 200 additions and 10979 deletions

View File

@@ -1,6 +1,6 @@
# 72 — D.intelligence Documentation Secretary
**Agent #72** in the [D.intelligence Agent Corps](../../dintel-shared/README.md).
**Agent #72** in the [D.intelligence Agent Corps](../../_dintel-shared/README.md).
Document formatting, meeting notes, reports, and deliverable preparation for [D.intelligence](https://dintelligence.co.kr).
## What It Does
@@ -19,9 +19,9 @@ Document formatting, meeting notes, reports, and deliverable preparation for [D.
| Skill Name | `dintel-doc-secretary` |
| Version | 1.0.0 |
| Autonomy | **Draft & Wait** — drafts documents, then waits for Andrew's review before finalizing |
| Collaborates With | **#71 Brand Editor** (writing review), **#70 Brand Guardian** (compliance check), **#73 Account Manager** (client deliverables), **#77 Back Office Manager** (internal docs), **dintel-shared** (shared constants & document generation) |
| Collaborates With | **#71 Brand Editor** (writing review), **#70 Brand Guardian** (compliance check), **#73 Account Manager** (client deliverables), **#77 Back Office Manager** (internal docs), **_dintel-shared** (shared constants & document generation) |
This agent uses shared utilities from `dintel-shared/src/dintel/`:
This agent uses shared utilities from `_dintel-shared/src/dintel/`:
- `document.py` — DOCX generation with D.intelligence branding
- `brand.py` — Brand constants, colors, terminology
- `notion.py` — Notion database IDs and client mappings

View File

@@ -24,7 +24,7 @@ from dintel.document import create_branded_doc, save_doc
from dintel.notion import DB_TASKS_DASHBOARD, CLIENT_DB_MAP
```
- **dintel-shared** path: `../dintel-shared/src/dintel/`
- **_dintel-shared** path: `../_dintel-shared/src/dintel/`
- `document.py` — DOCX generation with brand styles
- `brand.py` — Brand constants, colors, prohibited words
- `notion.py` — Notion DB IDs, client mappings
@@ -107,9 +107,9 @@ The proposal preparation procedure is documented at:
### Shared References
- Brand constants: `../../dintel-shared/src/dintel/brand.py`
- Document generator: `../../dintel-shared/src/dintel/document.py`
- Notion schema: `../../dintel-shared/references/notion-schema-reference.md`
- Brand constants: `../../_dintel-shared/src/dintel/brand.py`
- Document generator: `../../_dintel-shared/src/dintel/document.py`
- Notion schema: `../../_dintel-shared/references/notion-schema-reference.md`
## Chain Collaborators

View File

@@ -291,7 +291,7 @@ D.intelligence가 생산하는 모든 문서 — 회의록, 리포트, 제안서
### Step 5: Finalize (After Approval)
- Remove `[DRAFT - Awaiting Review]` watermark
- Apply final formatting adjustments per Andrew's feedback
- If DOCX/PPTX output needed, use `dintel-shared` document generation utilities
- If DOCX/PPTX output needed, use `_dintel-shared` document generation utilities
- Hand off to Brand Editor (#71) and Brand Guardian (#70) for review chain
---