skills/amplitude/weekly-brief/SKILL.md
Weekly analytics briefing synthesizing 7 days of data with week-over-week momentum analysis. Uses mcp__Amplitude__query_amplitude_data, mcp__Amplitude__get_charts.
npx skillsauth add kienbui1995/magic-powers weekly-briefInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Before pulling data, clarify:
Also establish the comparison period: this week (Mon-Sun) vs last week (Mon-Sun), and vs same week last month/quarter if available.
Use mcp__Amplitude__query_amplitude_data and mcp__Amplitude__get_charts to pull the full 7-day window. Compare week-over-week (WoW) for all key metrics.
Data to gather:
Use mcp__Amplitude__get_context to confirm projectId before all queries.
The weekly brief is about momentum, not just state. For each key metric, assess:
Momentum signals are often more important than the raw numbers. A metric that is flat but decelerating is a warning sign even if it hasn't dropped yet.
Wins: Metrics that exceeded expectations, experiments that showed positive results, features that drove unexpected engagement. Wins deserve brief attribution — what drove them?
Risks: Metrics trending the wrong direction, guardrail metrics showing regression, experiments that need to be stopped, or features showing unexpectedly low adoption.
Distinguish between risks that require immediate action this week and risks to monitor over the coming weeks.
Connect the week's data to longer-term strategy:
Required sections:
Target length: 500-700 words.
mcp__Amplitude__get_context — get projectId and organization context (always first)mcp__Amplitude__query_amplitude_data — pull 7-day metrics with WoW comparisonmcp__Amplitude__get_charts — find existing weekly tracking chartsmcp__Amplitude__query_charts — batch query multiple charts for efficiencymcp__Amplitude__query_chart — deep-dive into specific charts for root causeThe brief is written in prose paragraphs for the narrative sections, with a single metrics table for the WoW comparison. It reads like an analyst's weekly memo to leadership — confident, specific, actionable.
The metrics table uses markdown format: | Metric | This Week | Last Week | WoW Change | Momentum | |--------|-----------|-----------|------------|----------| | DAU | 52,400 | 48,100 | +8.9% | Accelerating |
No raw JSON. No field names. No lists of every metric in bullet form. The prose sections synthesize — they do not enumerate.
Tone: professional and direct. Name what is working, name what is not. Avoid hedging language unless confidence is genuinely low.
content-media
Use when designing for XR (AR/VR/MR), choosing interaction modes, or adapting 2D UI patterns for spatial computing
testing
Use when creating new skills, editing existing skills, or verifying skills work before deployment
development
Use when you have a spec or requirements for a multi-step task, before touching code
development
Use when executing a structured workflow — select and run a feature, bugfix, refactor, research, or incident template with correct agent and model assignments per phase.