Files
our-claude-skills/.claude/commands/dintel-skill-update.md
Andrew Yim 6a10ce1333 docs: sync README, CLAUDE.md, AGENTS.md with latest skill changes
- Add 93-tui-designer to all doc files and directory layouts
- Remove phantom 42-jamie-journal-editor (directory never existed)
- Update GTM directory names: 61-gtm-manager → 61-gtm-editor,
  62-gtm-guardian → 62-gtm-validator in CLAUDE.md layout
- Fix skill count: README 64→62, AGENTS.md 52→62
- Add .claude/commands/ slash command definitions
- Add SEO comprehensive audit gotcha notes (JHR, SLA)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-21 12:52:59 +09:00

45 lines
1.4 KiB
Markdown

---
description: D.intelligence cross-skill consistency management meta-agent
---
# D.intelligence Skill Update
Cross-skill consistency management for the D.intelligence Agent Corps. Triggered by Andrew only.
## Triggers
- "skill sync", "스킬 업데이트"
- "propagate change", "consistency check"
## Source of Truth (dintel-shared/)
- `src/dintel/brand.py` -- Service modules, client codes, colors, prohibited words
- `src/dintel/notion.py` -- DB IDs, status options, field definitions
- `src/dintel/document.py` -- DOCX utilities
- `src/dintel/excel.py` -- Excel utilities
- `references/` -- Brand guide, Notion schema, pricing, design system
## Dependency Map
| Change | Update 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 and verify consistency