From magic-powers
Retrieve and synthesize AI agent analysis findings ranked by business impact. Uses mcp__Amplitude__get_agent_results, mcp__Amplitude__get_feedback_insights.
npx claudepluginhub kienbui1995/magic-powers --plugin magic-powersThis skill uses the workspace's default tool permissions.
- Weekly review of AI-generated analytics findings before team planning meetings
Generates design tokens/docs from CSS/Tailwind/styled-components codebases, audits visual consistency across 10 dimensions, detects AI slop in UI.
Records polished WebM UI demo videos of web apps using Playwright with cursor overlay, natural pacing, and three-phase scripting. Activates for demo, walkthrough, screen recording, or tutorial requests.
Delivers idiomatic Kotlin patterns for null safety, immutability, sealed classes, coroutines, Flows, extensions, DSL builders, and Gradle DSL. Use when writing, reviewing, refactoring, or designing Kotlin code.
Pull all recent agent results from the target time window:
mcp__Amplitude__get_agent_results:
time_range: last 7 days (or since last review)
status: completed
types: [anomaly_detection, forecast, correlation, funnel_analysis, retention_analysis]
Also retrieve user feedback insights that may have been automatically processed:
mcp__Amplitude__get_feedback_insights:
time_range: last 7 days
min_mentions: 3 (filter noise — only topics mentioned 3+ times)
Expected finding types from Amplitude agents:
Not all findings are equal. Prioritize by impact on the metrics that matter most.
Impact estimation framework:
Revenue impact (highest priority):
Engagement impact (high priority):
Operational impact (medium priority):
Informational (lower priority):
Scoring guidance:
High impact: finding affects >10% of MAU or >5% of revenue metric
Medium impact: affects 1-10% of MAU or 1-5% of revenue metric
Low impact: affects <1% of MAU or <1% of revenue metric, or informational
Multiple agent analyses often surface related signals. Look for recurring themes:
Pattern types:
Pattern recognition example:
Finding 1 (Funnel Analysis): Checkout completion rate dropped 8% this week
Finding 2 (Anomaly Detection): "checkout_confirmation_viewed" event volume down 12%
Finding 3 (Retention Analysis): Users who completed checkout last week have lower D7 return rate
Finding 4 (Error Monitoring): POST /api/payments error rate up 23% this week
Pattern: These 4 findings point to the same root cause — payment flow degradation
This is a CRITICAL connected insight, not 4 separate findings.
Some findings require immediate attention. Identify and escalate:
Criteria for time-sensitive flagging:
Time-sensitivity classification:
URGENT (respond today):
- Conversion metric down >10% vs. trend
- New error pattern affecting >5% of users
- Revenue-impacting regression identified
SOON (address this sprint):
- Metric trending wrong direction for 3+ consecutive days
- New failure mode with moderate user impact
WATCH (monitor, no immediate action):
- Metric slightly below trend but stable
- Interesting correlation that needs further investigation
Consolidate all findings into a concise, action-oriented brief:
Structure the summary for different audiences:
For engineering: lead with regressions, error rates, and technical root causes
For product: lead with funnel changes, feature adoption, and user behavior shifts
For executive/leadership: lead with revenue impact, user count affected, and trend direction
Summary template:
## Weekly AI Agent Insights — <date>
### Executive Summary
This week's agent analyses surfaced [N] significant findings.
Top concern: [one sentence on highest-impact finding].
[X] findings require immediate action; [Y] to monitor.
### Action Items by Team
ENGINEERING (respond this week):
1. [Finding + specific action + estimated impact]
2. ...
PRODUCT (address in planning):
1. [Finding + specific action + estimated impact]
2. ...
DESIGN (consider for next iteration):
1. [Finding + specific action + estimated impact]
2. ...
### Connected Insights (Patterns)
[Pattern name]: [list of related findings that point to same root cause]
Implication: [what this pattern means for the business]
### Findings That Need More Investigation
[Findings that are interesting but not yet actionable — need more data or deeper analysis]
### Findings Closed (No Action Needed)
[Findings that were investigated and explained — seasonal, expected, resolved]
mcp__Amplitude__get_agent_results — retrieve completed AI agent analysis results from the target time window; provides the raw findings that this skill synthesizesmcp__Amplitude__get_feedback_insights — retrieve processed feedback insights that may complement the agent results with qualitative signals from user feedback## AI Agent Insights Brief — <date range>
Analyses reviewed: N agent results + N feedback insight reports
New findings: N | Ongoing: N | Resolved: N
### URGENT — Respond Today
<finding with impact estimate and recommended action>
### HIGH PRIORITY — Address This Sprint
<findings ranked by impact>
### Connected Insights
Pattern: <name>
- Related findings: [list]
- Root cause hypothesis: <hypothesis>
- Business impact: <impact>
- Recommended owner: <team>
### Weekly Trend Highlights
- Improving: <metrics trending in the right direction>
- Declining: <metrics trending wrong>
- Stable: <key metrics holding steady>
### Team Action Items
Engineering: <list>
Product: <list>
Design: <list>
### Next Review
Recommended: <date/time based on urgency of current findings>