What problem does it solve? Running and debugging automated Salesforce scratch org builds with the prepare_rlm_org flow involves many scenarios, checkpoints, and artifacts; this Skill gives the agent the exact commands, resume rules, and artifact locations to operate the local build harness and CCI Build Manager TUI safely. ## Core Features & Use Cases - Scenario-based profiling runs: Execute dev/ent default and lightweight scenarios from scripts/build_harness/scenarios.json with run, resume, report, and prune commands, including JSON output mode for agent automation. - Checkpoint resume and failure classification: Resume failed scenarios from checkpoint.json with flag-consistency guards, and interpret transient/deterministic failure classes plus recommended_action policies in run_summary.json. - Guided scratch org creation via TUI: Launch the Textual CCI Build Manager with ./tui-cci, confirm shape/days/alias defaults with the user, and manage cleanup behavior such as delete_org_on_failure. - Use Case: A build fails mid-scenario on ent-default; the agent inspects .harness/runs/<run_id>/ artifacts, confirms flags match the checkpoint, and runs the resume command instead of a costly full re-run. ## Quick Start Ask the agent to run the build harness for the ent-default scenario and report the results from the latest run artifacts.