dantelabs-agentic-school 1.3.0 → 1.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -55,8 +55,8 @@
|
|
|
55
55
|
### 실행 방법
|
|
56
56
|
```bash
|
|
57
57
|
# 커맨드로 실행
|
|
58
|
-
/analyze-market --industry "한국 프리미엄 커피 시장" --scope "2024-2034"
|
|
59
|
-
/competitive-landscape --market "한국 커피 시장" --competitors "스타벅스,이디야,투썸"
|
|
58
|
+
/market-research:analyze-market --industry "한국 프리미엄 커피 시장" --scope "2024-2034"
|
|
59
|
+
/market-research:competitive-landscape --market "한국 커피 시장" --competitors "스타벅스,이디야,투썸"
|
|
60
60
|
|
|
61
61
|
# Claude에게 직접 요청
|
|
62
62
|
"한국 프리미엄 커피 시장 분석 리포트를 작성해줘. 2024-2034년 전망 포함해서."
|
|
@@ -321,7 +321,7 @@ Phase 0의 시장 리서치 결과를 기반으로, Dante Coffee의 **구체적
|
|
|
321
321
|
### 실행 커맨드
|
|
322
322
|
```bash
|
|
323
323
|
# 브랜드 분석 실행
|
|
324
|
-
/analyze-brand --brand-doc "./dante-coffee-brand-brief.md"
|
|
324
|
+
/brand-analytics:analyze-brand --brand-doc "./dante-coffee-brand-brief.md"
|
|
325
325
|
```
|
|
326
326
|
|
|
327
327
|
> **Tip**: `--brand-doc` 옵션으로 브랜드 소개서 파일을 지정하면 자동으로 포지셔닝 분석이 수행됩니다.
|
|
@@ -391,7 +391,7 @@ Phase 0의 시장 리서치 결과를 기반으로, Dante Coffee의 **구체적
|
|
|
391
391
|
### 실행 커맨드
|
|
392
392
|
```bash
|
|
393
393
|
# 고객 세그먼트 설계
|
|
394
|
-
/create-segments --brand-doc "./brand-strategy-brief.md"
|
|
394
|
+
/customer-segmentation:create-segments --brand-doc "./brand-strategy-brief.md"
|
|
395
395
|
```
|
|
396
396
|
|
|
397
397
|
### Dante Coffee 세그먼트 정의
|
|
@@ -432,7 +432,7 @@ Phase 0의 시장 리서치 결과를 기반으로, Dante Coffee의 **구체적
|
|
|
432
432
|
### 실행 커맨드
|
|
433
433
|
```bash
|
|
434
434
|
# 페르소나 생성
|
|
435
|
-
/build-persona --segment "가성비 헌터"
|
|
435
|
+
/persona-builder:build-persona --segment "가성비 헌터"
|
|
436
436
|
```
|
|
437
437
|
|
|
438
438
|
### 페르소나 카드: "스마트 직장인 지현"
|
|
@@ -501,7 +501,7 @@ Phase 0의 시장 리서치 결과를 기반으로, Dante Coffee의 **구체적
|
|
|
501
501
|
### 실행 커맨드
|
|
502
502
|
```bash
|
|
503
503
|
# 채널 전략 수립
|
|
504
|
-
/plan-channels --persona "김지현"
|
|
504
|
+
/social-strategy:plan-channels --persona "김지현"
|
|
505
505
|
```
|
|
506
506
|
|
|
507
507
|
### 채널별 전략
|
|
@@ -550,10 +550,10 @@ Phase 0의 시장 리서치 결과를 기반으로, Dante Coffee의 **구체적
|
|
|
550
550
|
### 실행 커맨드
|
|
551
551
|
```bash
|
|
552
552
|
# 채널별 카피 생성
|
|
553
|
-
/generate-copy --channel instagram --persona "김지현"
|
|
553
|
+
/content-creation:generate-copy --channel instagram --persona "김지현"
|
|
554
554
|
|
|
555
555
|
# 영상 스크립트 작성
|
|
556
|
-
/write-script --type shorts --duration 30s
|
|
556
|
+
/content-creation:write-script --type shorts --duration 30s
|
|
557
557
|
```
|
|
558
558
|
|
|
559
559
|
### 인스타그램 피드 카피
|
|
@@ -656,7 +656,7 @@ Phase 0의 시장 리서치 결과를 기반으로, Dante Coffee의 **구체적
|
|
|
656
656
|
### 실행 커맨드
|
|
657
657
|
```bash
|
|
658
658
|
# 크리에이티브 생성 (kie-image-generator 연동)
|
|
659
|
-
/create-image --concept "커피 라이프스타일" --type lifestyle
|
|
659
|
+
/creative-production:create-image --concept "커피 라이프스타일" --type lifestyle
|
|
660
660
|
```
|
|
661
661
|
|
|
662
662
|
### 이미지 생성 프롬프트 (AI 이미지 생성용)
|
|
@@ -756,7 +756,7 @@ Colors: High contrast, yellow highlights
|
|
|
756
756
|
### 실행 커맨드
|
|
757
757
|
```bash
|
|
758
758
|
# 쇼츠 영상 생성 (kie-video-generator 연동)
|
|
759
|
-
/create-video --concept "드립백 추출" --duration 15s
|
|
759
|
+
/creative-production:create-video --concept "드립백 추출" --duration 15s
|
|
760
760
|
```
|
|
761
761
|
|
|
762
762
|
### 쇼츠 시리즈 기획안
|
|
@@ -813,11 +813,11 @@ Colors: High contrast, yellow highlights
|
|
|
813
813
|
|
|
814
814
|
```bash
|
|
815
815
|
# 전체 캠페인 실행 (campaign-orchestration 플러그인)
|
|
816
|
-
/run-full-pipeline --brand-doc "./dante-coffee-brand-brief.md"
|
|
816
|
+
/campaign-orchestration:run-full-pipeline --brand-doc "./dante-coffee-brand-brief.md"
|
|
817
817
|
|
|
818
818
|
# 또는 특정 단계만 실행
|
|
819
|
-
/run-phase --phase 1 # 브랜드 분석만
|
|
820
|
-
/run-phase --phase 5 # 콘텐츠 제작만
|
|
819
|
+
/campaign-orchestration:run-phase --phase 1 # 브랜드 분석만
|
|
820
|
+
/campaign-orchestration:run-phase --phase 5 # 콘텐츠 제작만
|
|
821
821
|
```
|
|
822
822
|
|
|
823
823
|
### 사용된 플러그인 및 에이전트 요약
|