| name | prepare |
| description | Visible Harness prepare entry. Use after Grill readiness is approved to acquire datasets, clone baselines, run baseline smoke checks, and complete prepare through workflow-supervisor. |
| argument-hint | [--complete] |
| allowed-tools | Read, Bash, Glob, Grep |
Prepare
Use /prepare as the human-facing alias for the Execution Supervisor
prepare action. This is not a separate Skill Contract.
Read and follow:
../../../.claude/skills/workflow-supervisor/SKILL.md
../../../.claude/shared/workflow-supervisor-runtime.md
../../../CLAUDE.md
../../../AGENTS.md
Default command:
python tooling/workflow_supervisor/scripts/workflow_ctl.py start --segment prepare --complete --json
Before the default command, inspect Grill artifacts and readiness for a
Model Weight Ledger, model_weight_* policy rows, hf_model_access_policy,
and target_paths entries such as model_cache or model_<id>. Pull or
verify only candidate/approved weights with explicit source, access policy, and
target: exact local path, Hugging Face model id/repo via huggingface-cli download or git clone when available, or official checkpoint/release URL.
Use models/<id> only when no target is specified and the policy allows it.
Do not guess, download deferred/rejected/approval-required weights, or bypass
gated access. Report weight acquisition Gate ledger entries and artifacts
alongside the prepare command result.