Files
Andrew Yim 338176abbe feat: add D.intelligence Agent Corps (9 skills + shared infra)
Add 9 agent skills (#70-#77, #88) for D.intelligence business operations:
brand guardian, brand editor, doc secretary, quotation manager, service
architect, marketing manager, back office manager, account manager, and
skill update meta-agent. Includes shared Python package (dintel), reference
docs, document/quotation templates, service module CSVs, cross-device
installer, and comprehensive user guide.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-09 00:49:04 +09:00

86 lines
3.8 KiB
Markdown

# 74 — D.intelligence Service Architect
**Agent #74** in the [D.intelligence Agent Corps](../../dintel-shared/README.md).
Professional service scope design and module recommendation for [D.intelligence](https://dintelligence.co.kr).
## What It Does
1. **Needs Analysis** -- Understand client's business context, pain points, and goals through a structured 7-step inquiry framework
2. **Module Mapping** -- Map client needs to specific service modules (A1-A6, T1-T7, G1-G4) using a decision tree
3. **Package Recommendation** -- Recommend pre-built packages (Starter, Standard, Premium, SEO Intensive) or custom combinations
4. **Scope Design** -- Define project scope, deliverables, and timeline estimates
5. **Handoff to Quotation** -- Pass structured scope document to Quotation Manager (#73) for pricing
## Agent Corps Context
| Field | Value |
|-------|-------|
| Agent # | 74 |
| Skill Name | `dintel-service-architect` |
| Version | 1.0.0 |
| Autonomy | Inquiry-driven |
| Collaborates With | **#73 Quotation Manager** (pricing handoff), **#77 Account Manager** (client intake), **dintel-shared** (shared constants) |
## Triggers
- "service recommendation", "서비스 추천"
- "module combination", "모듈 조합"
- "service scope", "서비스 범위 설계"
- "package recommendation", "패키지 추천"
- "client needs analysis", "고객 니즈 분석"
- "어떤 서비스가 맞을까", "서비스 구성 상담"
## Workflow Position
```
Chain A: New Client
Account Mgr (#77) --> Service Architect (#74) --> Quotation Mgr (#73) --> Doc Secretary (#72) --> Brand Editor (#71) --> Brand Guardian (#70) --> Andrew sends
```
## Service Framework
D.intelligence operates on a 3-Phase framework with 17 modules across 4 cross-cutting categories:
| Phase | Modules | Description |
|-------|---------|-------------|
| **Analysis (진단)** | A1--A6 | Diagnostic phase |
| **Treatment (처방)** | T1--T7 | Implementation phase |
| **Growth (성장)** | G1--G4 | Ongoing management |
| Category | Tag | Focus |
|----------|-----|-------|
| Data Intelligence | `DI` | Data collection, validation, analysis systems |
| Measurement Design | `MD` | KPI frameworks, event structures, reporting |
| Marketing Performance Optimization | `MPO` | Channel, campaign, content performance |
| Brand Visibility Treatment | `BVT` | SEO, content structure, search visibility |
## Pre-built Packages
| Package | Modules | Use Case |
|---------|---------|----------|
| **Starter** | A3 + A4 + A5 | Marketing diagnostic baseline |
| **Standard** | Starter + T3/T5/T6 (choose 1) | Diagnosis + targeted treatment |
| **Premium** | Starter + 2 Treatment + 1 Growth (3 months) | Full cycle engagement |
| **SEO Intensive** | A3 + T6 + G2 (3 months) | Search visibility focus |
## Universal Guardrails
1. **Never send to clients without Andrew's approval** -- All client-facing content must be reviewed and approved by Andrew before delivery.
2. **Never delete -- always archive** -- Move outdated content to archive; never permanently delete.
3. **Never commit pricing without Andrew's sign-off** -- Pricing, quotes, and fee-related content require explicit approval.
4. **Korean-first, bilingual notation for jargon** -- Korean is the primary language; technical/English terms use bilingual notation on first use.
5. **Never cross-reference client data without consent** -- Client data is siloed; do not mix or reference across client accounts without explicit permission.
## Structure
```
74-dintel-service-architect/
├── code/
│ └── CLAUDE.md # Claude Code directive
├── desktop/
│ └── SKILL.md # Claude Desktop skill
├── shared/
│ └── module-decision-tree.md # Decision tree for module selection
└── README.md
```