release-enablement

Author and maintain Revenue Cloud hands-on enablement exercises per Salesforce release.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Keeping Revenue Cloud (Agentforce Revenue Management) hands-on enablement exercises accurate and consistent across releases is hard: content lives in master exercises and per-release extracts, sources are scattered across Help PDFs and release notes, and work must hand off cleanly between workstations. This Skill codifies the two-tier authoring model, conventions, and workflows so any agent can produce or update the catalog without losing coherence. ## Core Features & Use Cases - Two-tier authoring model: Maintain master exercises in docs/enablement/master/ as the source of truth and derive per-release extracts (e.g., 260, 262, 264) filtered by version-aware section frontmatter (introduced, available, enhanced_in). - Authoring conventions and edge-case patterns: Eleven documented patterns covering upgrade guidance, known issues, sub-features, cross-area features, carry-forward markers, scenario threading, and license-scope splits. - Cross-workstation handoff: A resume guide with a 4-step re-orientation, tool grants checklist, and restart prompt template so a fresh agent picks up mid-cycle work in minutes. - Use Case: When release 264 enters development, use this Skill to update the feature index, author new master sections anchored to the Infinitech/QuantumBit workshop scenario, and generate the 264 per-release extract files. ## Quick Start Read the release-enablement SKILL.md and the QB scenario reference, then update the 264 feature index and draft the next master exercise for the current release.

Frequently Asked Questions about release-enablement

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

FAQPage Schema
How do I author Revenue Cloud enablement exercises for a new Salesforce release?

Start from the exercise template in docs/enablement/_template/, update the per-release feature index in docs/salesforce/{version}/, then author master exercise sections with version-aware frontmatter (introduced, available, enhanced_in). Anchor all walkthroughs to the Infinitech/QuantumBit workshop scenario.

What is the two-tier model for enablement content?

Master exercises in docs/enablement/master/ are the living source of truth covering foundational plus new content. Per-release extracts in docs/enablement/{version}/ are filtered views scoped to net-new and enhanced features, generated from per-section version metadata.

How do I extract release notes from the Salesforce Help portal?

The Help portal is a Lightning Web Components SPA, so WebFetch fails. Use Chrome MCP with a recursive shadow-DOM walker script to extract article content, then save it as Markdown in docs/salesforce/{version}/release-notes-{area}.md.

Can I edit per-release extract files directly?

Until the render task ships, manual extract edits are allowed for quick fixes, but the same change must be mirrored back to the corresponding master file in the same PR. Releases 248 through 258 are frozen historical artifacts and must never be edited.

How do I resume enablement work on a different workstation?

Follow the 4-step re-orientation in resume-enablement-work.md: confirm the feature branch, read the enablement README, SKILL.md, and QB scenario reference, check drafted versus pending files, then summarize state to the user before editing anything.

What data sources are allowed in exercise walkthroughs?

Customer accounts come only from scratch_data (Infinitech, Global Media), partners from qb-prm (Robot Resellers), and products, bundles, and constraint models from the QuantumBit datasets. Never invent customer or product names; mark gaps as [NEEDS REVIEW] instead.