Files
our-claude-skills/custom-skills/22-gtm-guardian
Andrew Yim d1cd1298a8 feat(reference-curator): Add pipeline orchestrator and refactor skill format
Pipeline Orchestrator:
- Add 07-pipeline-orchestrator skill with code/CLAUDE.md and desktop/SKILL.md
- Add /reference-curator-pipeline slash command for full workflow automation
- Add pipeline_runs and pipeline_iteration_tracker tables to schema.sql
- Add v_pipeline_status and v_pipeline_iterations views
- Add pipeline_config.yaml configuration template
- Update AGENTS.md with Reference Curator Skills section
- Update claude-project files with pipeline documentation

Skill Format Refactoring:
- Extract YAML frontmatter from SKILL.md files to separate skill.yaml
- Add tools/ directories with MCP tool documentation
- Update SKILL-FORMAT-REQUIREMENTS.md with new structure
- Add migrate-skill-structure.py script for format conversion

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-29 01:01:02 +07:00
..

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 양쪽에서 사용 가능합니다:

22-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

Triggers

이 스킬은 다음 키워드에 반응합니다:

  • GTM 태깅 계획, Tagging Plan 작성, 이벤트 설계
  • DataLayer 스키마 설계, dataLayer 구현 가이드
  • 사용자 행동 분석, User Behaviour Modeling, KPI 정의
  • Event Taxonomy, 이벤트 택소노미, 이벤트 명명 규칙
  • GTM 구현 가이드, 태그 설정 체크리스트
  • Server-side GTM, sGTM, Stape
  • GTM 감사, 진단, audit