一键导入
build
Visible Harness build entry. Use after prepare to plan and implement the minimal runnable codebase slice through workflow-supervisor build automation.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Visible Harness build entry. Use after prepare to plan and implement the minimal runnable codebase slice through workflow-supervisor build automation.
用 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 | build |
| description | Visible Harness build entry. Use after prepare to plan and implement the minimal runnable codebase slice through workflow-supervisor build automation. |
Use $build as the human-facing alias for the Execution Supervisor build
segment. This is not a separate Skill Contract.
Read and follow:
../../../.agents/skills/workflow-supervisor/SKILL.md../../../.agents/references/workflow-supervisor-runtime.md../../../AGENTS.md../../../CLAUDE.mdPreflight:
status --json.recover --repair-stale-running --auto-resume-answered --json, then resume or report the typed pending
request. Do not start a second build run.Worker Process Safety in
workflow-supervisor; do not directly kill Codex worker PIDs from the
active Codex session/process group.Default command:
python tooling/workflow_supervisor/scripts/workflow_ctl.py start \
--segment build \
--goal "Implement the minimal runnable target research codebase slice from the approved contracts, current Technical Spec, Implementation Roadmap, project_map.json, prepare outputs, and baseline state. Build must reach a runnable smoke/evaluation/training-ready path, not only a planning or foundation slice." \
--auto \
--json
Scope:
docs/Technical_Spec.md,
docs/Implementation_Roadmap.md, project_map.json, and the declared
worker-result contract.refine-arch -> build-plan -> code-expert -> validate-run. code-debug is recovery only.build_ready_for_iterate means the minimal runnable path has validated. It
must not be reported for a roadmap foundation slice alone unless the operator
explicitly requested first-slice-only work.roadmap implementation completeness and
validate-run verdict.docs/Implementation_Roadmap.md commit_plan row must be implemented,
validated, and committed as its own Commit Slice before the next independent
row begins.sliced_commits_recorded from the
run base_git_commit and git_worktree_clean for non-tool-owned paths.
Missing or bundled roadmap slice commits keep the build node failed or
paused; they must not be converted into build_ready_for_iterate.failed or interrupt_requested; do not convert that state into success from
artifact existence alone.