Files
gh-gtmagents-gtm-agents-plu…/commands/follow-up-impact.md
2025-11-29 18:30:41 +08:00

34 lines
1.4 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: follow-up-impact
description: Builds post-event follow-up plan plus impact report framework.
usage: /event-marketing:follow-up-impact --event "Summit" --window 30d --kpis "pipeline,expansion"
---
# Command: follow-up-impact
## Inputs
- **event** event identifier.
- **window** measurement horizon (7d/30d/quarter).
- **kpis** comma-separated metrics (pipeline, bookings, success metrics, NPS, meetings).
- **segments** optional segmentation (persona, region, tier).
- **playbooks** optional reference to follow-up sequences.
## Workflow
1. **Attendee Data Prep** consolidate registrations, attendance, engagement, notes.
2. **Routing & Follow-up** recommend SDR/CS outreach tiers, nurture sequences, partner touchpoints.
3. **Measurement Framework** map KPIs to data sources, dashboards, attribution rules.
4. **Insight Summary** capture qualitative feedback, booth conversations, survey highlights.
5. **Retro Plan** schedule retro, assign action items, document learnings.
## Outputs
- Follow-up matrix (segment → owner → action → deadline).
- KPI dashboard spec + SQL/Looker queries.
- Retro template pre-filled with event context.
## Agent/Skill Invocations
- `field-program-manager` coordinates regional follow-up.
- `program-ops` skill enforces routing/automation standards.
- `field-playbooks` skill suggests nurture/cadence templates.
---