@arkone_ai/pipeline-report
v1.0.0
Published
Claude Code skill: generate pipeline snapshot reports with forecast, velocity metrics, and at-risk deal analysis from CRM or CSV
Maintainers
Readme
@arkone_ai/pipeline-report
A Claude Code skill that generates pipeline snapshot reports with forecasting, velocity metrics, and at-risk deal analysis.
Install
npm install -g @arkone_ai/pipeline-reportUsage
In any Claude Code session:
/pipeline-reportWhat it does
- Pulls pipeline data from HubSpot, Salesforce, or Pipedrive — or reads a local
./pipeline.csv - Analyzes deals by stage (count + value), weighted pipeline (value × stage probability), and forecast (committed / best case / pipeline)
- Calculates velocity: average days per stage, average deal cycle length
- Identifies stale deals (no activity in 14+ days) and at-risk deals (stalled, no next steps, champion left)
- Computes stage-to-stage conversion rates, new deals added, and deals lost with reasons
- Produces executive summary, pipeline-by-stage table, forecast, velocity, at-risk list, and rep comparison
- Saves to
./pipeline-report-{date}.md
License
MIT
