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.
설치
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
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.