deal-updatelisted
Install: claude install-skill f5-sales-demo/marketplace
**Canonical skill URI**: `skill://meddpicc:deal-update`
# MEDDPICC Deal Update
Ingest unstructured intelligence from any source and update a live
MEDDPICC deal file. This is the **primary ongoing interaction** for
keeping a deal's qualification data current as new information
arrives throughout the deal cycle.
## Identity safety gate
Accept only synthetic or pre-sanitized inputs. Every person must use a
stable role alias such as `<ECONOMIC_BUYER>` or `<CHAMPION>`. Never
persist or repeat legal or full names, email addresses, phone numbers,
social handles, or other personal identifiers. If an input contains
them, stop and ask for a sanitized copy; do not write a partial update.
## Supported Input Types
- Meeting notes and call summaries
- Sanitized email excerpts
- Sanitized online meeting transcripts
- Competitive intelligence briefs
- Sanitized Salesforce opportunity exports or field summaries
- Presentation or demo feedback
- Sanitized internal collaboration excerpts
- Sanitized customer-facing documents (RFPs, SOWs, evaluation matrices)
- Company-level public filings analysis
- News articles about the account or competitors
## Engine (deterministic source of truth)
Ordering and scoring are computed by the plugin engine — never by
hand. After applying confirmed writes, recompute scores with
`bun xcsh://plugin/meddpicc/file/engine/cli.ts score <deal.json>`
and relay `sum` / `overallScore` / `overallRating`. (Local/dev
equivalent: `bun "$PLUGIN_ROOT/engine/cli.ts" sco