feat: Add 5 New Analytics Agents#34
Open
Daniel Beer (DanielB945) wants to merge 1 commit intomainfrom
Open
Conversation
Add five new agents to support the full analytics workflow: 1. Data Validation Agent (agents/data-validation/SKILL.md) - Validates data quality in BigQuery tables/queries - Detects NULLs, gaps, invalid values, schema mismatches - Classifies issues by severity (Critical/Warning/Info) - Provides actionable recommendations 2. Context Helper (Events) Agent (agents/context-helper/SKILL.md) - Finds and explains events for features - Searches event registry, code, and Figma - Provides SQL usage examples - Shows related events and flows 3. Presentation Agent (agents/presentation/SKILL.md) - Creates presentation decks from analytics findings - Formats for stakeholder presentations, QBRs - Structures narrative with visuals - Supports multiple formats (Slides, PPT, PDF, Markdown) 4. Release Agent (agents/release/SKILL.md) - Tracks and analyzes feature releases - Monitors adoption, usage patterns, impact - Compares performance vs goals - Provides release reports and ongoing monitoring 5. User Research Agent (agents/user-research/SKILL.md) - Conducts quantitative user research - Creates user personas and segments - Analyzes user journeys and pain points - Identifies power users and churn signals Updated CLAUDE.md and README.md with routing and documentation. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
| Before analysis: | ||
| - **`shared/bq-schema.md`** — User tables and segmentation queries | ||
| - **`shared/metric-standards.md`** — User metrics and segmentation patterns | ||
| - **`shared/event-registry.yaml`** — Feature events for behavior analysis |
Collaborator
There was a problem hiding this comment.
add all shared knoweldge files
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds five new agents to support the full analytics workflow: data validation, event discovery, presentations, release tracking, and user research.
What's Included
1. Data Validation Agent (
agents/data-validation/SKILL.md)Trigger: "Validate data quality", "Check for NULLs/gaps", "Verify schema"
Validates data quality in BigQuery tables and query results before analysis.
What it validates:
Key features:
✅ Severity classification (🔴 Critical / 🟡 Warning / 🟢 Info)
✅ Actionable recommendations for each issue
✅ Formatted validation reports with summary
✅ Common validation patterns (time series, user data, aggregated metrics)
2. Context Helper (Events) Agent (
agents/context-helper/SKILL.md)Trigger: "What events does [feature] track?", "Explain event [name]", "Find events"
Helps find and explain events for analytics work by searching event registry, code, and Figma.
What it provides:
Key features:
✅ Searches
shared/event-registry.yamlfirst✅ Falls back to GitHub code search and Figma
✅ Provides SQL examples for common use cases
✅ Warns about gotchas (e.g., action_category filter)
✅ Shows related events in feature flows
3. Presentation Agent (
agents/presentation/SKILL.md)Trigger: "Create presentation", "Turn findings into slides", "Format for stakeholders"
Creates presentation decks and slides from analytics findings for stakeholder presentations.
What it creates:
Key features:
✅ Standard presentation structures (Executive, Feature, Experiment)
✅ One message per slide with clear titles
✅ Visual-first design (charts take center stage)
✅ Executive summary with key takeaways
✅ Actionable recommendations with owners/timelines
4. Release Agent (
agents/release/SKILL.md)Trigger: "Track [feature] release", "Analyze launch performance", "Monitor adoption"
Tracks and analyzes feature releases and product launches. Monitors adoption, performance, and impact.
What it tracks:
Key features:
✅ Adoption curves and cohort analysis
✅ Success metrics defined upfront
✅ Status indicators (🟢 On Track / 🟡 Monitor / 🔴 Below Target)
✅ Retention impact comparison (feature users vs non-users)
✅ Release report templates
5. User Research Agent (
agents/user-research/SKILL.md)Trigger: "Segment users", "Create personas", "User journey analysis", "Find power users"
Conducts quantitative user research using behavioral data. Identifies segments, personas, and opportunities.
What it provides:
Key features:
✅ Behavioral segmentation SQL patterns
✅ Persona templates with metrics
✅ Journey analysis (entry points, drop-offs, success paths)
✅ Power user identification and analysis
✅ Churn prediction and risk assessment
Updated Files
CLAUDE.md
Added routing for all 5 new agents with clear trigger phrases.
README.md
Folder Structure
Key Design Principles
All agents follow these principles:
✅ Reference shared files - No duplication (rule #15 compliant)
✅ Clear workflows - Step-by-step instructions
✅ Actionable outputs - Not just data, but recommendations
✅ Multiple use cases - Flexible for different needs
✅ SQL examples - Concrete patterns for common analyses
Use Cases
Data Validation:
Context Helper (Events):
Presentation:
Release:
User Research:
Rules Applied
✅ Rule #15 compliance - All agents reference shared files (no duplication)
✅ Rule #4 compliance - Always read relevant shared files before work
✅ Consistent structure - All agents follow similar SKILL.md format
Total additions: 1,627 lines across 7 files 🚀
🤖 Generated with Claude Code