一键导入
orchestrator
Internal Harness instruction source for orchestrator. Route through visible Harness aliases or hook contracts instead of invoking directly.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Internal Harness instruction source for orchestrator. Route through visible Harness aliases or hook contracts instead of invoking directly.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | orchestrator |
| description | Internal Harness instruction source for orchestrator. Route through visible Harness aliases or hook contracts instead of invoking directly. |
../../../.agents/references/workflow-guide.md../../../.agents/references/context-layering-policy.md../../../.agents/references/contract-gating-rule.md../../../.agents/references/evidence-chain-rule.md../../../.agents/references/language-policy.md./references/project-state-schema.json./references/stage-gates.md../../../CLAUDE.md../../../PROJECT_STATE.jsonTooling: init_context.py, compile_protocol.py, compile_doc.py,
check_context_gates.py, check_protocol_drift.py,
check_docchain_gates.py, check_dynamic_context.py,
check_workflow_state.py, build_review_packet.py, and
approve_contract.py under ../../../tooling/evidence/.
Use this skill when the user wants project-level workflow control rather than direct implementation work.
Interpret natural-language requests as one of these canonical intents:
initstatusnextrollbackdecisionPROJECT_STATE.json is the only stage-flow source of truth.iteration_log.json is read-only from this skill; $iterate owns experiment writes.project_map.json is read-only for ordinary stage control. It is generated
by $build-plan and must be updated by any code-writing workflow step that
adds/removes/renames stable files or changes stable interfaces.initdocs/10_contract, docs/20_facts, docs/30_evidence, docs/35_protocol, docs/40_iterations/auto, docs/50_memory, .evidence/chains, and root schemas.python tooling/evidence/init_context.py --workspace-root . --set-state for this layout.OPERATOR_CONTEXT.md. Do not infer preferences from behavior or project facts.$init-project in init mode to generate the minimal CLAUDE.md.PROJECT_STATE.json using the canonical schema. Set workflow_mode explicitly:
dynamic_context for new projects using numbered context docsstandard for new projects that intentionally do not use numbered context docscompatibility only for imported older projects that predate mandatory WF2/dynamic gatesstatusPROJECT_STATE.json.iteration_log.json for latest and best iteration status..auto_iterate/state.json exists, include loop state (current round, goal, progress) in the report (read-only — orchestrator never writes to that file).nextevidence-chain-rule.md before treating the stage as machine-checked.$idea-debate and WF3 $refine-idea before data preparation, baseline reproduction, or architecture design. Skipping WF2 is a hard failure for new projects.PROJECT_STATE.json.dataset_paths and CLAUDE.md dataset paths to be synchronized, plus an AGENTS.md stable-pointer consistency check when AGENTS.md exists.docs/Baseline_Report.md and populated baseline metrics.$refine-arch must happen after WF5 and must read the refined idea, dataset facts, baseline report, and evaluation protocol or contracts.$build-plan requires docs/Technical_Spec.md; if planning exposes a new architecture decision, route back to WF6 or $deep-check.$validate-run.$validate-run passes, orchestrator should auto-trigger a $auto-iterate-goal check so that an iteration goal is set before WF10 begins.NOT_RUN reasons, and an Automation Policy or
fallback policy reason. Baseline Contract gaps must be surfaced when the
goal depends on required, skipped, or reference-only baselines.python tooling/evidence/check_dynamic_context.py --workspace-root . --stage wf10 --review-packet as the all-in-one dynamic gate when shell access is available.python tooling/evidence/check_context_gates.py --workspace-root . --stage wf10-auto for this check when shell access is available.python tooling/evidence/check_protocol_drift.py --workspace-root . --stage wf10 or $protocol-drift-check before unattended WF10; unresolved drift requires review or explicit operator acceptance.python tooling/evidence/check_workflow_state.py --workspace-root . before stage transitions when state files changed.CONTINUE.NEXT_ROUND → stay in WF10 (do not advance stage); ordinary improvement roundDEBUG → stay in WF10 (do not advance stage); fix technical issuesCONTINUE → can advance to WF11PIVOT → rollback to WF2 idea debate/refine-ideaABORT → terminate projectNOT_RUN and do not call the transition machine-verified.rollbackcurrent_stage back without deleting artifacts, and append a rollback event to history.decisionAskUserQuestion.$init-project, $validate-run, and $iterate instead of Claude slash commands.../../../.agents/references/language-policy.md for reply language; keep workflow IDs, schema keys, and explicitly English-only fields unchanged.Use the local references above as the workflow contract. Do not depend on .claude at runtime.
Instructions alone are not proof of compliance; report the actual gate commands
and outcomes for workflow transitions.
Internal Harness instruction source for auto-iterate-goal. Route through visible Harness aliases or hook contracts instead of invoking directly.
Internal Harness instruction source for auto-paper. Route through visible Harness aliases or hook contracts instead of invoking directly.
Internal Harness instruction source for evaluate. Route through visible Harness aliases or hook contracts instead of invoking directly.
Internal Harness instruction source for iterate. Route through visible Harness aliases or hook contracts instead of invoking directly.
Visible Harness write entry. Use for manuscript writing, citation-supported paper work, final documentation, README hardening, and GitHub Pages preparation.
Visible Harness write entry. Use for manuscript writing, citation-supported paper work, final documentation, README hardening, and GitHub Pages preparation.