一键导入
code-expert
Internal Harness instruction source for code-expert. Route through visible Harness aliases or hook contracts instead of invoking directly.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Internal Harness instruction source for code-expert. 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 | code-expert |
| description | Internal Harness instruction source for code-expert. Route through visible Harness aliases or hook contracts instead of invoking directly. |
Read these first:
../../../.agents/references/workflow-guide.md../../../.agents/references/code-style.md../../../.agents/references/contract-gating-rule.md../../../.agents/references/ubiquitous-language.md../../../.agents/references/language-policy.md../../../.agents/references/project-map-rule.md../../../.agents/references/research-supervision-patterns.md../../../.agents/references/research-supervision/experiment-and-build-canvas.md../../../.agents/references/research-supervision/ai-assisted-research-workflow.md../../../.agents/references/sliced-commit-rule.md./references/generation-order.md../../../PROJECT_STATE.json../../../project_map.json../../../docs/Implementation_Roadmap.md../../../docs/20_facts/Project_Glossary.md if it exists../../../docs/20_facts/Codebase_Map.md if it exists../../../docs/10_contract/Evaluation_Contract.md if it exists../../../docs/10_contract/Baseline_Contract.md if it existsUse this skill for WF8 first-pass code generation only.
project_map.json, docs/Implementation_Roadmap.md, PROJECT_STATE.json, contracts when present, and the style/rule files before editing.../../../.agents/references/code-style.md.$code-expert [target], select the requested roadmap
slice.$build, implement the full
minimal_runnable_slice_set from docs/Implementation_Roadmap.md unless
the operator explicitly requested first-slice-only work.
Do not implement unrelated slices or broaden public APIs beyond the slice
trace without recording the boundary change and updating project_map.json.docs/20_facts/Project_Glossary.md when present. New identifiers,
config keys, metric keys, test names, and error messages must use existing
glossary terms or record proposed terms for review.docs/20_facts/Codebase_Map.md when present and use it as the
operator-facing map of stable files, module responsibilities, entry points,
and maintenance owners.NOT_RUN reason.
Keep each code task tied to inputs, outputs, constraints, non-requirements,
and the first feedback command.project_map.json update is complete, create a
semantic commit for that Commit Slice before moving to the next independent
slice. If the environment cannot commit, report NOT_RUN with the reason.
In workflow-supervisor $build, do not return success after a foundation
slice alone when downstream runnable-path slices remain required.src/utils/src/models/src/data/src/losses/scripts/tests/project_map.json
and docs/20_facts/Codebase_Map.md when the latter exists.python -m py_compileruff check --select=E,F,Idocs/20_facts/Codebase_Map.md changed, compile its Evidence Chain with
python tooling/evidence/compile_doc.py --workspace-root . --doc docs/20_facts/Codebase_Map.md --source project_map.json
plus any explicit stable source files needed to support the changed facts,
or report compile_doc_or_NOT_RUN. Do not hand-edit .evidence/**.PROJECT_STATE.json on full success.python tooling/evidence/check_workflow_state.py --workspace-root .
when PROJECT_STATE.json or project_map.json changed, and report the gate
ledger.docs/20_facts/Codebase_Map.md was changed and the slice is otherwise
validated, invoke $docs-site or report docs_site_boundary_report.
Do not render after temporary draft edits.roadmap implementation completeness: PASS only when the requested
standalone slice is complete, or when workflow-supervisor $build has
implemented and validated the full minimal_runnable_slice_set. Use FAIL
or NOT_RUN when smoke runner, config, evaluator, training dry-run, tests,
or run-artifact bundle entries remain planned but absent.$code-debug instead.$code-expert [target or all] flow.project_map.json and the roadmap before editing.build_ready_for_iterate; a foundation-only slice is not enough for the
latter.../../../.agents/references/language-policy.md for reply language and for any natural-language summaries; keep paths, schema keys, commands, and code identifiers in English.Follow the local prompt and language policy as the source of truth for WF8 code generation behavior. Do not report the implementation as complete unless validation and required project-map/workflow-state checks are listed with PASS, FAIL, or NOT_RUN.