3.3 KiB
3.3 KiB
name, description, usage
| name | description | usage |
|---|---|---|
| forecast-renewals | Builds segmented renewal forecasts with health signals, variance commentary, and executive-ready views. | /renewal-orchestration:forecast-renewals --window 90d --segment enterprise --detail full |
Command: forecast-renewals
Inputs
- window – time horizon (30d, 60d, 90d, quarter) to include in the forecast.
- segment – optional filters (enterprise, midmarket, smb, region, vertical).
- detail – summary | full (controls depth of commentary and tables).
- include-expansion – true/false toggle to incorporate upsell scenarios.
- confidence-threshold – percentage for highlighting low-confidence projections.
GTM Agents Pattern & Plan Checklist
Based on GTM Agents orchestrator blueprint @puerto/plugins/orchestrator/README.md#112-325.
- Pattern selection: Forecast builds usually run pipeline (data → segmentation → scenarios → commentary → packaging). If segmentation + scenario modeling can parallelize, note a diamond segment and merge gate in the plan header.
- Plan schema: Save
.claude/plans/plan-<timestamp>.jsoncapturing objective, filters, task IDs, parallel groups, dependency graph (CS Ops, Finance, Product), error handling, and success metrics (forecast accuracy, coverage %, confidence spread). - Tool hooks: Reference
docs/gtm-essentials.mdstack—Serena for data model diffs, Context7 for product/support doc pulls, Sequential Thinking for scenario retros, Playwright for dashboard QA if embedded. - Guardrails: Default retry limit = 2 for failed data pulls or scenario jobs; escalation ladder = CS Ops Partner → Renewal Director → Finance lead.
- Review: Run
docs/usage-guide.md#orchestration-best-practices-puerto-paritychecklist before execution to confirm agents, dependencies, deliverables.
Workflow
- Data Pull – combine ARR, contract terms, product usage, CS health, support tickets, and sentiment data.
- Segmentation – bucket accounts by tier, segment, and renewal phase; calculate coverage ratios.
- Scenario Modeling – run base, upside, downside scenarios with expansion overlays.
- Variance Commentary – note drivers (product adoption, exec engagement, risk flags) per segment.
- Package Deliverables – produce dashboards + slides for CS leadership and finance.
Outputs
- Renewal forecast table with ARR, NRR, churn %, and confidence per segment.
- Commentary deck with drivers, blockers, and next steps.
- Data extract for RevOps/finance to ingest into planning tools.
- Plan JSON entry stored/updated in
.claude/plansfor audit trail.
Agent/Skill Invocations
renewal-director– validates scenario assumptions and narratives.cs-ops-partner– ensures data integrity + automation hooks.renewal-playbooksskill – maps forecast insights to plays.
GTM Agents Safeguards
- Fallback agents: document substitutes (e.g., Exec Sponsor covering Renewal Director commentary) when specialists unavailable.
- Escalation triggers: if accuracy or confidence guardrails fall below thresholds twice in a row, escalate to Renewal Director + Finance leadership per GTM Agents rip-cord.
- Plan maintenance: update plan JSON/change log whenever segments, scenario assumptions, or deliverables change to maintain GTM Agents audit parity.