sales-pipeline

Render a pipeline analytics dashboard with velocity and forecasting from CRM data.

Updated Dec 1, 2025
One-click install
npx skills add https://github.com/manusco/wolfgang --skill sales-pipeline-manusco
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: sales-pipeline
Source: https://github.com/manusco/wolfgang/tree/main/.cursor/skills/sales-pipeline
Command: npx skills add https://github.com/manusco/wolfgang --skill sales-pipeline-manusco

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Sales teams often lack a consolidated view of their CRM pipeline, making it hard to track deal velocity and produce reliable forecasts without manual spreadsheet work. ## Core Features & Use Cases - Pipeline Dashboard Rendering: Generates an analytics dashboard summarizing the current state of the sales pipeline from CRM data. - Velocity & Forecasting: Computes pipeline velocity metrics and produces forecasts to support revenue planning. - Use Case: A sales manager exports CRM opportunity data and runs the /sales-pipeline command to get a dashboard showing stage distribution, deal velocity, and a forecast for the quarter. ## Quick Start Run the /sales-pipeline command with your CRM data to generate a pipeline analytics dashboard with velocity and forecasting.

Frequently Asked Questions about sales-pipeline

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a sales pipeline dashboard from CRM data?▼

Run the /sales-pipeline command with your CRM data available. The skill routes to the underlying sales pipeline procedure, which renders an analytics dashboard including velocity metrics and forecasting.

What metrics does a sales pipeline dashboard include?▼

This dashboard includes pipeline velocity and forecasting metrics derived from CRM data. It summarizes deal flow through pipeline stages and projects expected outcomes for planning purposes.

What data do I need before running sales pipeline forecasting?▼

You need CRM data containing your sales pipeline information, such as opportunities and their stages. The skill consumes this CRM data to compute velocity and produce forecasts.

Where is the actual sales pipeline procedure defined?▼

The SKILL.md file is a router that delegates to the procedure defined in .agents/skills/sales/pipeline/SKILL.md. That file contains the full instructions and Definition of Done that this command executes.