--- description: Deprecated alias for DTM Agent skills — redirects to /dtm-audit, /dtm-lookup, /dtm-version, and /gtm-validator --- # GTM Guardian (Deprecated) > **The `gtm-guardian` workflow and the `dintel-gtm-toolkit` Python scripts are deprecated.** All GTM lifecycle automation now lives in the **DTM Agent** skill set, which operates on live containers via the Google Tag Manager API instead of exported JSON. ## Use these instead | Old (gtm-guardian / dintel-gtm-toolkit) | New (DTM Agent skill) | |---|---| | `analyze_container.py` — container structure analysis | `/dtm-tags`, `/dtm-triggers`, `/dtm-variables`, `/dtm-lookup` | | `find_unused.py` — unused element detection | `/dtm-lookup` (unused resource detection) | | `diff_versions.py` — version comparison | `/dtm-version` (list, create, compare versions) | | `validate_tags.py` — tag firing verification | `/gtm-validator` (live page QA via Chrome DevTools MCP) | | Phase 6 — Progressive Audit | `/dtm-audit` (page audit, tracking coverage, gap analysis) + `/dtm-debug` (A–D grading) | | Phase 7 — Event Taxonomy Lookup App | `/dtm-taxonomy` (classify events, validate naming, export docs) + `/dtm-lookup` (universal search, dependency graph) | | Container/account switching | `/dtm-set` | | Status & health check | `/dtm-status` | ## Quick Reference ```bash # Active context dtm status dtm list accounts dtm list containers # Inspect live container dtm list tags dtm list triggers dtm list variables # Versions dtm list versions dtm version live ``` For full workflows, invoke the skill directly (e.g. `/dtm-audit`, `/gtm-validator`) — each skill bundles the right tool sequence, output formatting, and Notion reporting via the `notion-writer` skill. ## Notion Output Unchanged — DTM Agent skills still write to the **GTM Knowledge Base** database (properties: Project, Audit Date, Container ID, Status, Issues Count). Reports remain in Korean with English technical terms.