一键导入
change-intake
Internal Harness instruction source for change-intake. Route through visible Harness aliases or hook contracts instead of invoking directly.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Internal Harness instruction source for change-intake. Route through visible Harness aliases or hook contracts instead of invoking directly.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
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.
Internal Harness instruction source for orchestrator. 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.
| name | change-intake |
| description | Internal Harness instruction source for change-intake. Route through visible Harness aliases or hook contracts instead of invoking directly. |
Use Change Intake after a codebase exists or after WF8/WF9 when the operator brings a new request, idea, config change, or code delta. The goal is to route the change without silently rerunning WF1-WF12 or making broad edits.
Read these first:
../../../AGENTS.md../../../CLAUDE.md../../../.agents/references/workflow-supervisor-runtime.md../../../.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/project-map-rule.md../../../.agents/references/language-policy.md../../../.agents/references/ubiquitous-language.md../../../.agents/references/research-supervision-patterns.md../../../.agents/references/research-supervision/idea-evaluation.mdRead current context when present:
PROJECT_STATE.jsonproject_map.jsondocs/20_facts/Codebase_Map.mddocs/10_contract/Project_Contract.mddocs/10_contract/Evaluation_Contract.mddocs/10_contract/Baseline_Contract.mddocs/10_contract/Claim_Boundary.mditeration_log.json entrybugfix -> $code-debugexperiment_delta -> $iteratestable_code_delta -> build delta plus $code-debugarchitecture_delta -> delta grill, $refine-arch, $build-planevaluation_delta -> evaluation delta route plus Gate ledger and
pre_eval_commit requirement before metric-bearing evalclaim_boundary_delta -> Claim Delta Evidence plus owning claim/release or
writing routenew_research_direction -> new Research Intent Draft branchharness_guardrail_delta -> $harness-maintenanceunknown -> STEERUse idea-evaluation.md when the request changes the research direction,
claim boundary, evaluation target, dominant improvement axis, or feasibility
story. It provides pressure-test context only; it does not approve the change.
Use the supervisor entrypoint when the operator wants a recorded route:
tooling/workflow_supervisor/scripts/workflow_ctl.sh start --segment change --goal "<request>" --json
tooling/workflow_supervisor/scripts/workflow_ctl.sh validate-postconditions --node-id change_classify_request --run-id <run_id> --json
The CLI writes the machine-readable Change Request under
.workflow_supervisor/runs/<run_id>/runtime/change_request.json. It only
classifies and routes; it does not invoke $code-debug, $iterate, Review
Packet tooling, delta grill, or $harness-maintenance by itself.
confidence=low routes to STEER, not code edits.$code-debug.Produce a Change Request matching schemas/change_request.schema.json, or
pause with one concrete steering question and a Gate ledger.