From wire-preview
Analyzes an Amplitude chart to explain trends, anomalies, and drivers behind metric spikes or drops. Useful for understanding the "why" behind data changes.
How this skill is triggered — by the user, by Claude, or both
Slash command
/wire-preview:analyze-chartThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Before proceeding, append a one-line entry to `.wire/execution_log.md`:
Before proceeding, append a one-line entry to .wire/execution_log.md:
| YYYY-MM-DD HH:MM | skill | analyze-chart | activated | Amplitude chart deep-dive triggered this skill |
If .wire/execution_log.md does not exist, create it with the standard header first (see specs/utils/execution_log.md). If no .wire/ directory exists in the current repo, skip this step.
Amplitude:getting_data_from_url to extract the chart IDCapture and restate:
Use Analyzing chart to characterize what’s happening:
Explicitly identify:
Instead of broad slicing, use guided segmentation:
Amplitude:query_chartsAvoid testing more than 9 properties in aggregate unless the user explicitly asks for deeper exploration.
For spikes, drops, or unexpected shifts, gather contextual signals in the same timeframe:
Amplitude:get_feedback_insights to search customer feedback trends that might explain the changeAmplitude:get_feedback_mentions to pull in specific customer mentions if there's a likely feedback trend tied to what's being explained.Determine whether any contextual changes align temporally with the chart pattern.
Present a structured, decision-ready analysis:
What Happened
Clear description of the observed pattern and magnitude
When
Exact timeframe and comparison baseline
Primary Hypothesis
Most likely explanation based on chart data and contextual signals
Supporting Evidence
Alternative Explanations
1–3 plausible alternatives and why they are less likely
Impact
Quantify impact where possible (users, events, conversion, revenue proxy)
Recommended Next Step
One clear follow-up action (e.g. deeper segment, experiment review, instrumentation check)
Always include:
npx claudepluginhub rittmananalytics/wire-plugin-preview --plugin wire-preview2plugins reuse this skill
First indexed Jun 10, 2026
Guides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Enforces test-driven development: write failing test first, then minimal code to pass. Use when implementing features or bugfixes.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.