Service Cloud feature-to-API/CLI mapping and deployment planning. Use when translating Service Cloud features into metadata deploys, data API operations, and repeatable sf CLI execution plans.
Installation
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Service Cloud feature-to-API/CLI mapping and deployment planning. Use when translating Service Cloud features into metadata deploys, data API operations, and repeatable sf CLI execution plans.
disable-model-invocation
true
Service Cloud Feature Config APIs + CLI
Use This Skill When
You need to convert a Service Cloud requirement into exact API surface and sf CLI commands.
You are building an implementation backlog that separates metadata, data-only, and UI-only configuration.
You need deployment-safe packaging guidance for mixed Service Cloud features.
Core Workflow
Classify each feature
Tag as metadata-deployable, data API only, or setup UI only.
Capture API type (Metadata, REST, SOAP, Tooling) and deploy path.
Map to deploy units
Group metadata by type for atomic deploys (for example: CaseSettings, AssignmentRules, QueueRoutingConfig).
Keep high-risk changes in isolated deploy batches.
Map data-only operations
Define seed/import/update strategy for records such as Macro, QuickText, survey records, and other non-metadata entities.
Generate execution plan
Produce ordered sf project deploy start --metadata ... commands.
Add post-deploy data operations and verification checks.
Add rollback + validation
Define validation commands and smoke tests by feature area.
Add rollback handling for metadata and data separately.