一键导入
zob-compute-profile
Use when selecting, previewing, validating, or implementing ZOB compute/effort profiles: auto, low, medium, high, xhigh, max.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when selecting, previewing, validating, or implementing ZOB compute/effort profiles: auto, low, medium, high, xhigh, max.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when reviewing or modifying ZOB communication, ledgers, Mission Control coms, or live transport safety gates.
Use when an active ZOB handoff, live peer question, required-local coms delivery, or orchestration message is needed.
Use when planning, using, reviewing, or implementing ZOB /goal-linked TODOs, subtodos, TODO HUD progress, delegated TODO claims, or hierarchical subagent work graphs.
Use when working inside the ZOB Pi harness, designing agentic workflows, creating specialist prompts, adding Pi extensions, or turning repeated tasks into software factories.
Use before non-trivial work, uncertain tool selection, orchestration, delegation, context lookup, factory work, autonomous-runtime claims, or evidence-gated completion.
Use when driving the append-only metadata-only worklist blackboard — appending events, reading derived directives, leasing/satisfying directives by content hash, delivering idempotent DIRECTIVE_READY notifications, running the liveness watchdog (observe/escalate), or building/querying the dependency DAG.
| name | zob-compute-profile |
| description | Use when selecting, previewing, validating, or implementing ZOB compute/effort profiles: auto, low, medium, high, xhigh, max. |
Compute profiles control how much workflow effort ZOB spends on a task. They are hard policy/cap inputs, not vague encouragement to “try harder”.
Canonical plan:
docs/ZOB_COMPUTE_PROFILE_ROUTING_PLAN.mdauto → preview then resolve to low/medium/high/xhigh/max
low → single-agent or deterministic fast path
medium → small supervised workflow
high → multi-lane workflow with validation/oracle
xhigh → extra-high expert workflow with richer benchmarks and adversarial review
max → maximum bounded supervised workflow; requires strict budget/human gates
low: single-agent/best-effort. Do not spend extra turns on recursive split or background child orchestration; return incomplete/blocked if the box is too small.medium: small supervised workflow. A child may suggest a split in final output, but live/background escalation is not the default.high: multi-lane parent-owned workflow. Use active-session background delegation when useful, and let TODO-linked children return TODO_SPLIT_REQUEST.v1 early when the TODO is too broad for their context.xhigh: same as high with deeper bounded decomposition and stronger validation/oracle.max: same as xhigh, but strict budget/human/oracle gates are mandatory before scale-up.Even at high/xhigh/max, child agents must not directly spawn children or mutate parent TODO state; they request split/replan and the parent applies it.
Before using compute to justify more work:
requested_profile=auto.max as approval-gated; do not auto-select it silently./compute/effortzob_compute_previewzob_compute_resolve_profilezob_compute_plan_workflowzob_compute_validate_profilezob_compute_write_profile_reportsnpm run preview:compute-profile:project-dna-smokenpm run validate:compute-profile:project-dna-smokenpm run plan:compute-workflow:project-dna-smokenpm run validate:compute-workflow:project-dna-smokenpm run snapshot:compute-profile:project-dna-smokenpm run smoke:compute-profile-regression.pi/compute-profiles/defaults.json.pi/compute-profiles/overrides.json.pi/compute-profiles/risk-rules.jsonnpm run validate:compute-profile-policydocs/ZOB_COMPUTE_PROFILE_ROUTING_PLAN.mdBlock profile readiness if any occur:
maxAgents, maxParallel, or depth caps;max is used without human/scale approval;ProjectDNA should use compute profile as stage selection metadata:
low → scan + scan validation
medium → scan + validation + capsules + sample spec + one query
high → medium + quarantine sample + sample validation + benchmark + oracle
xhigh → high + specialist lanes + richer query suite + adversarial review
max → xhigh + multi-reference/symbol/callgraph/promotion packet gates
Reference projects remain read-only, generated sample output remains quarantine/proposal-only, and external knowledge-backend import/sync/embed/write remains disabled unless explicitly approved.
<result>effective profile/caps or implemented surface</result>
<evidence>artifact paths and validation commands</evidence>
<risks_blockers>remaining gaps/no-ship risks</risks_blockers>
<compliance>profile did not bypass safety/budget/oracle gates</compliance>