orchestrating-datacloud

Diagnose cross-phase Salesforce Data Cloud workflow readiness and classify failures.

803|289|Updated Nov 7, 2025
One-click install
npx skills add https://github.com/forcedotcom/sf-skills --skill orchestrating-datacloud
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: orchestrating-datacloud
Source: https://github.com/forcedotcom/sf-skills/tree/main/skills/orchestrating-datacloud
Command: npx skills add https://github.com/forcedotcom/sf-skills --skill orchestrating-datacloud

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

Orchestrating-datacloud helps you plan, run, and troubleshoot multi-phase Salesforce Data Cloud workflows—especially when the failure spans connect, prepare, harmonize, segment, and activation steps.

Core Features & Use Cases

  • Cross-phase orchestration: routes your work across the correct Data Cloud phases and explains what to do next when the root cause is unclear.
  • Readiness-first troubleshooting: verifies runtime and org authentication, then classifies feature gates vs empty-but-enabled vs query-plane issues before mutating assets.
  • Data space and data kit management support: guides inspection and decision-making for data spaces/kits and the downstream artifacts they drive.
  • Deterministic helpers + reusable templates: includes scripts for plugin bootstrapping/verification/diagnosis and generic JSON definition templates for repeatable artifacts.

Quick Start

Run an end-to-end readiness diagnosis for your org alias named myorg by asking your AI assistant to execute: "node ~/.claude/skills/orchestrating-datacloud/scripts/diagnose-org.mjs -o myorg --json".

Frequently Asked Questions about orchestrating-datacloud

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

FAQPage Schema
How do I troubleshoot Salesforce Data Cloud pipeline failures across multiple phases?

To troubleshoot Data Cloud pipeline failures across multiple phases, run a cross-phase readiness diagnosis that verifies runtime, org auth, and feature gates before classifying issues across connect, prepare, harmonize, segment, and act phases. This orchestrator routes work to the correct phase and proposes next actions.

What is cross-phase orchestration for Data Cloud workflows?

Cross-phase orchestration for Data Cloud workflows coordinates pipeline activities across connect, prepare, harmonize, segment, act, and retrieve phases. It diagnoses runtime readiness and phase-specific health, explaining what to do next when a root cause spans multiple phases or remains unclear.

Do I need the sf data360 CLI plugin to manage Data Cloud pipelines?

Yes, you need the external sf data360 CLI plugin plus a Data Cloud-enabled org to use this orchestration Skill. The deterministic helper scripts require this plugin to bootstrap, verify, and diagnose your environment before proposing any next actions or asset mutations.

How do I check runtime readiness and org authentication before mutating Data Cloud assets?

You check runtime readiness and org authentication by executing the deterministic diagnosis script against your target org alias. This verifies org auth and classifies feature gates versus empty-but-enabled versus query-plane issues before any Data Cloud assets are mutated.

What's the best way to manage data spaces and data kits in Salesforce Data Cloud?

The best way to manage data spaces and data kits in Data Cloud is to use orchestration guidance that inspects these artifacts and the downstream objects they drive. This approach supports decision-making for data space and data kit management using reusable JSON definition templates.

Why does my Data Cloud harmonize or segment step fail when connect and prepare succeed?

When your Data Cloud harmonize or segment step fails despite successful connect and prepare phases, a cross-phase readiness diagnosis can classify whether the issue stems from feature gates, empty-but-enabled states, or query-plane problems, then route the correct next action.