Files
our-claude-skills/custom-skills/62-gtm-guardian/README.md
Andrew Yim 7c5efea817 Restructure skill numbering: SEO 11-30, GTM 60-69, reserve 19-28 for future skills
Renumber 12 existing skills to new ranges:
- SEO: 11→13, 12→18, 13→16, 14→17, 15→14, 16→15, 17→29, 18→30, 19→12
- GTM: 20→60, 21→61, 22→62

Update cross-references in gateway architect/builder skills, GTM guardian
README, CLAUDE.md (skill tables + directory layout), and AGENTS.md
(domain routing ranges).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-13 02:37:39 +09:00

99 lines
3.3 KiB
Markdown

# GTM Guardian
Google Tag Manager 태깅 전략 수립부터 구현, 유지보수까지 7단계 워크플로우를 지원하는 SMART Tool.
## Overview
GTM Guardian은 GTM 태깅의 전체 라이프사이클을 체계적으로 관리합니다:
| Phase | Name | Description |
|-------|------|-------------|
| 1 | Web/App Analysis | DOM 분석, 태깅 가능 요소 식별 |
| 2 | User Behaviour & KPI | 사용자 여정 분석, KPI 정의 |
| 3 | Tagging Plan | 맞춤 이벤트, 파라미터 설계 |
| 4 | Event Taxonomy | 이벤트 택소노미 시트 구조화 |
| 5 | Implementation Guide | 구현 순서, 개발자 가이드 |
| 6 | Progressive Audit | 주기적 진단 및 업데이트 |
| 7 | Lookup App | 이벤트 조회 웹앱 |
## Dual-Platform Structure
이 스킬은 Claude Desktop과 Claude Code 양쪽에서 사용 가능합니다:
```
62-gtm-guardian/
├── desktop/ # Claude Desktop 버전
│ ├── SKILL.md # MCP 기반 워크플로우 (Phase 1-5)
│ ├── references/ # 분석/설계 가이드
│ └── templates/ # 태깅 계획서, 택소노미 템플릿
├── code/ # Claude Code 버전
│ ├── CLAUDE.md # 자동화 및 유지보수 (Phase 6-7)
│ ├── scripts/ # GTM Toolkit 연계
│ └── references/ # 감사/앱 가이드
└── README.md
```
### Platform 역할 분담
| Platform | Phases | Focus |
|----------|--------|-------|
| **Desktop** | 1-5 | 분석, 설계, 문서 작성, Browser 분석, Notion 연동 |
| **Code** | 6-7 | GTM Toolkit 연계, Python 스크립트, API 자동화 |
## Quick Start
### Claude Desktop
1. `desktop/SKILL.md`를 Claude Desktop 설정에 추가
2. "GTM 태깅 계획 작성해줘" 등으로 시작
3. Phase 1-5 워크플로우 자동 진행
### Claude Code
1. `code/CLAUDE.md` 디렉토리에서 작업
2. D.intel GTM Toolkit 클론
3. Phase 6-7 자동화 작업 수행
## Key Features
### DataLayer & Events
- GA4 권장 이벤트 기반 스키마
- GA4, Meta, Kakao, Google Ads 플랫폼 매핑
- 일관된 네이밍 규칙
### Server-side GTM
- GCP Cloud Run, Stape.io, Google Tag Gateway 옵션
- 1st-party 쿠키, Privacy 강화
### Automation
- D.intelligence GTM Toolkit 연계
- Container 분석, 버전 비교, 미사용 요소 탐지
- Notion 자동 저장
## Site Type Support
| Site Type | Key Events |
|-----------|------------|
| E-commerce | view_item, add_to_cart, purchase |
| Lead Gen | generate_lead, form_submit |
| SaaS | sign_up, subscription_* |
| Media | article_view, scroll, video_* |
| B2B | demo_request, pricing_view |
## Related Resources
- [D.intelligence GTM Toolkit](https://github.com/ourdigital/dintel-gtm-agent)
- [GTM Knowledge Base (Notion)](https://www.notion.so/dintelligence/2cf581e58a1e80c8b358f1625356e931)
## Triggers
이 스킬은 다음 키워드에 반응합니다:
- GTM 태깅 계획, Tagging Plan 작성, 이벤트 설계
- DataLayer 스키마 설계, dataLayer 구현 가이드
- 사용자 행동 분석, User Behaviour Modeling, KPI 정의
- Event Taxonomy, 이벤트 택소노미, 이벤트 명명 규칙
- GTM 구현 가이드, 태그 설정 체크리스트
- Server-side GTM, sGTM, Stape
- GTM 감사, 진단, audit