qb-demo-script

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

Updated Sep 23, 2026
One-click install
npx skills add https://github.com/drgaciw/rlm-base-dev-fork --skill qb-demo-script-drgaciw
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: qb-demo-script
Source: https://github.com/drgaciw/rlm-base-dev-fork/tree/main/.cursor/skills/qb-demo-script
Command: npx skills add https://github.com/drgaciw/rlm-base-dev-fork --skill qb-demo-script-drgaciw

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 and release documentation. ## Core Features & Use Cases - Release-grounded generation: Produces a full demo script for a target release (e.g., 262, 264) by reading the scenario reference, feature index, Help portal mirror, and CumulusCI 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, backing up the prior file first. - Locked canvas structure: Emits the canonical 11-section flow with 3-column click-path/talk-track/screenshot tables, image-marker placeholders, and Slack emoji conventions. - Use Case: When Salesforce release 264 ships, run the skill to produce docs/enablement/264/qb-demo-script.md with "What's new in 264" annotations, updated Setup steps from feature flags, and talk tracks using official Help terminology. ## Quick Start Ask the agent to regenerate the QuantumBit demo script for release 264 using the scenario reference and feature index, writing the output to docs/enablement/264/qb-demo-script.md.

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 corpus, and CumulusCI 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 produces the full 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 file first.

Can the demo script include accounts or products not in the scenario reference?▼

No. Every account, product, SKU, bundle, and constraint model must come from docs/enablement/master/qb-scenario-reference.md. Personas come from the prior-release canvas source; if that source is absent, the Demo Personas section is omitted rather than fabricated.

Does the skill publish the demo script directly to a Slack canvas?▼

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

What inputs are required to run the QuantumBit demo script generator?▼

Required inputs are the QB scenario reference, the target-release feature-index.md, the Help portal mirror articles, and the cumulusci.yml project.custom feature flags. The prior-release canvas source and PMOS capability roadmap are optional.