Files
gh-gtmagents-gtm-agents-plu…/commands/launch-in-app-experiments.md
2025-11-29 18:31:22 +08:00

36 lines
1.6 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
name: launch-in-app-experiments
description: Coordinates in-app experiments targeting activation, expansion, or monetization.
usage: /product-led-growth:launch-in-app-experiments --surface dashboard --goal activation --variants 3 --guardrails churn,latency
---
# Command: launch-in-app-experiments
## Inputs
- **surface** product area (dashboard, onboarding, billing, collaboration, mobile).
- **goal** activation | engagement | monetization | retention.
- **variants** number of experiment arms (including control).
- **guardrails** comma-separated guardrail metrics to monitor.
- **audience** persona/segment targeting (role, plan, region, cohort).
- **notes** optional context or risk flags.
## Workflow
1. **Hypothesis Intake** capture hypotheses, prior learnings, and success metrics.
2. **Design Package** define variant specs, targeting, triggers, and messaging.
3. **Instrumentation & Guardrails** ensure events, tracking, and guardrails are wired.
4. **Launch & Monitoring** deploy experiment, monitor metrics, trigger alerts.
5. **Readout Prep** summarize results, decisions, and follow-up actions.
## Outputs
- Experiment brief with hypotheses, variants, and instrumentation checklist.
- Guardrail + monitoring dashboard snapshot.
- Readout template with decision + rollout recommendation.
## Agent/Skill Invocations
- `usage-growth-scientist` leads experiment design + analysis.
- `product-adoption-strategist` ensures journey alignment + messaging.
- `in-app-messaging-kit` skill generates variant messaging + prompts.
- `usage-health-scorecard` skill monitors guardrails + success metrics.
---