Add jamie-copy-trimmer (48) and dintel-campaign-designer (78) skills
Some checks failed
Verify Skills / verify-skills (push) Has been cancelled
Some checks failed
Verify Skills / verify-skills (push) Has been cancelled
Import two skills authored in Claude Cowork: jamie-copy-trimmer as a root-only Jamie skill, and campaign-gate-process as dintel-campaign-designer with full D.intelligence Agent Corps packaging (code/desktop/shared, agent-id 78, Draft & Wait autonomy) since it now sits inside the 70-79 block. Bumps the corps roster count to 9 agents + 1 meta-agent across all sibling skills and registers #78 in the shared USER-GUIDE/README. Also adds .claude/commands wrappers and ~/.claude/skills symlinks so both are usable. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# _dintel-shared — D.intelligence Agent Corps Shared Environment
|
||||
|
||||
Shared Python package and utilities used by all `dintel-` Claude Skills (agents 70-77, 88).
|
||||
Shared Python package and utilities used by all `dintel-` Claude Skills (agents 70-78, 88).
|
||||
|
||||
## Setup
|
||||
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
# D.intelligence Agent Corps — User Guide
|
||||
|
||||
> **Version**: 1.0.0
|
||||
> **Updated**: 2026-03-09
|
||||
> **Version**: 1.1.0
|
||||
> **Updated**: 2026-07-01
|
||||
> **Author**: D.intelligence Engineering
|
||||
|
||||
---
|
||||
|
||||
## Overview
|
||||
|
||||
D.intelligence Agent Corps는 9개의 AI 에이전트로 구성된 스킬 번들입니다.
|
||||
D.intelligence Agent Corps는 10개의 AI 에이전트로 구성된 스킬 번들입니다.
|
||||
모든 에이전트는 D.intelligence의 브랜드 가이드, 서비스 아키텍처, 가격 정책을 공유하며,
|
||||
일관된 품질의 결과물을 생성합니다.
|
||||
|
||||
@@ -24,6 +24,7 @@ D.intelligence Agent Corps는 9개의 AI 에이전트로 구성된 스킬 번들
|
||||
│ #75 Marketing Mgr ←── 콘텐츠 파이프라인 │
|
||||
│ #76 Back Office Mgr ←── 계약/인보이스/HR │
|
||||
│ #77 Account Mgr ←── 고객 관계 관리 │
|
||||
│ #78 Campaign Designer ←── 캠페인 3-게이트 기획 │
|
||||
│ #88 Skill Update ←── 메타 에이전트 (일괄 변경)│
|
||||
│ │
|
||||
│ _dintel-shared/ ←── 공유 인프라 │
|
||||
@@ -49,7 +50,7 @@ cd our-claude-skills/custom-skills/_dintel-shared/
|
||||
|-------|--------|---------|
|
||||
| **Auto** | #70 | Runs automatically when D.intelligence content is detected |
|
||||
| **Auto + Ask** | #71 | Auto-activates, asks before making changes |
|
||||
| **Draft & Wait** | #72, #73, #75, #76 | Generates draft, then STOPS for Andrew's review |
|
||||
| **Draft & Wait** | #72, #73, #75, #76, #78 | Generates draft, then STOPS for Andrew's review |
|
||||
| **Inquiry-driven** | #74 | Asks structured questions before recommending |
|
||||
| **Mixed** | #77 | Monitors autonomously, asks before client-facing actions |
|
||||
| **Triggered** | #88 | Only runs when explicitly invoked by Andrew |
|
||||
@@ -357,6 +358,36 @@ B. 메시지 구조 (25/25)
|
||||
|
||||
---
|
||||
|
||||
### #78 Campaign Designer — 캠페인 디자이너
|
||||
|
||||
**What it does**: 캠페인/프로모션/이벤트/런칭 기획을 3-게이트 프로세스로 진행 — Discovery & Debate → Brief → Plan. 문서부터 만들지 않고, 방향에 먼저 합의합니다. D.intelligence 전용이 아니라 OurDigital·Jamie 등 어떤 브랜드의 캠페인이든 동일한 게이트로 진행합니다.
|
||||
|
||||
**When to use**:
|
||||
- 캠페인/프로모션/이벤트/런칭 기획 요청
|
||||
- 기획안을 바로 만들어달라는 요청이 와도, 방향 합의 없이 초안이 나온 전례가 있다면 먼저 게이트를 거치도록 제안
|
||||
- Gate 2에서 정량 목표만 있고 정성/관계 지표가 없을 때
|
||||
|
||||
**Example use cases**:
|
||||
|
||||
```
|
||||
1. "이번 여름 프로모션 기획해줘"
|
||||
→ Gate 1: 목적 1순위 확정 + 찬반 디베이트 + 프리모템 + 레퍼런스 사례
|
||||
→ 결정 로그 제시 → 승인 대기
|
||||
|
||||
2. "Gate 1 승인, 브리프 만들어줘"
|
||||
→ Gate 2: 오디언스/오퍼/메시지/톤 + 4층위 성과지표 확정
|
||||
→ 캠페인 브리프 제시 → 승인 대기
|
||||
|
||||
3. "브리프 승인, 기획서 만들어줘"
|
||||
→ Gate 3: marketing:campaign-plan + doc-generator로 문서화
|
||||
→ 리스크/컴플라이언스는 "준비 점검 사항"에 일괄 정리
|
||||
|
||||
4. "Jamie 캠페인이야, 카피는 어디서 다듬어?"
|
||||
→ Cross-brand routing: Jamie 브랜드 → 48 jamie-copy-trimmer(카피) + 41 jamie-brand-audit(컴플라이언스)
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
### #88 Skill Update — 스킬 업데이트 (메타 에이전트)
|
||||
|
||||
**What it does**: 공유 참조(브랜드, 가격, 서비스 모듈 등)가 변경될 때, 영향 받는 모든 스킬을 일괄 업데이트합니다.
|
||||
@@ -518,3 +549,4 @@ _dintel-shared/
|
||||
| Version | Date | Changes |
|
||||
|---------|------|---------|
|
||||
| 1.0.0 | 2026-03-09 | Initial release — 9 agents + shared infra |
|
||||
| 1.1.0 | 2026-07-01 | Added #78 Campaign Designer (Draft & Wait, cross-brand 3-gate campaign planning) — 10 agents + shared infra |
|
||||
|
||||
Reference in New Issue
Block a user