qb-demo-script

Generate per-release QuantumBit Revenue Cloud demo walkthrough Markdown for Slack canvases.

5|3|Updated Sep 9, 2026
One-click install
npx skills add https://github.com/SalesforceLabs/revenue-cloud-foundations --skill qb-demo-script-salesforcelabs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qb-demo-script
Source: https://github.com/SalesforceLabs/revenue-cloud-foundations/tree/main/.cursor/skills/qb-demo-script
Command: npx skills add https://github.com/SalesforceLabs/revenue-cloud-foundations --skill qb-demo-script-salesforcelabs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Sales engineers and partners need a canonical, per-release Revenue Cloud demo walkthrough, but hand-editing a Slack canvas every Salesforce release is slow and error-prone. This Skill mechanically regenerates the QuantumBit demo script Markdown grounded in canonical scenario references, feature indexes, and Help articles. ## Core Features & Use Cases - Release-grounded generation: Produces a full demo script for a target release (e.g., 262, 264) using the scenario reference, feature index, Help corpus, and CCI feature flags. - Regenerate vs refresh modes: Regenerate builds the full canvas for a release rollover; refresh updates only sections affected by a feature-index delta for in-release patches. - Locked structure and conventions: Emits the canonical 11-section order, 3-column click-path/talk-track/screenshot tables, Slack emoji shortcuts, and image-marker placeholders. - Use Case: When Salesforce release 264 ships, run the skill to produce docs/enablement/264/qb-demo-script.md with updated "What's new" annotations, GA/preview labels, and setup steps reflecting current feature flags. ## Quick Start Generate the QuantumBit demo script for release 264 using the scenario reference and feature index in this repository.

Frequently Asked Questions about qb-demo-script

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

FAQPage Schema
How do I generate a Salesforce Revenue Cloud demo script for a new release?

Run the skill in regenerate mode with the target release number (e.g., 264). It reads the scenario reference, feature index, Help articles, and CCI feature flags, then writes the full canvas Markdown to docs/enablement/{release}/qb-demo-script.md.

What is the difference between regenerate and refresh modes?

Regenerate builds the complete canvas Markdown for a release rollover such as 262 to 264. Refresh updates only sections affected by a feature-index delta for in-release patches, backing up the prior file to a timestamped .bak first.

Does the demo script generator publish directly to Slack?

No. The skill outputs a Markdown file with image-marker placeholders only. Publishing to a Slack canvas, uploading images, and substituting real Slack file IDs is a separate step requiring human review.

Where do the demo personas and account records come from?

Accounts, products, SKUs, bundles, and constraint models come from docs/enablement/master/qb-scenario-reference.md. The 6-persona inventory currently comes from the prior-release canvas source; if absent, the personas section is omitted rather than fabricated.

What happens if the prior-release canvas source is missing?

The skill generates from scratch using the canonical 11-section order and skips the Demo Personas section. It never invents personas, accounts, or SKUs that are not present in the grounding sources.