一键导入
auto-iterate-goal
Internal Harness instruction source for auto-iterate-goal. Route through visible Harness aliases or hook contracts instead of invoking directly.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Internal Harness instruction source for auto-iterate-goal. 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-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.
Visible Harness write entry. Use for manuscript writing, citation-supported paper work, final documentation, README hardening, and GitHub Pages preparation.
| name | auto-iterate-goal |
| description | Internal Harness instruction source for auto-iterate-goal. Route through visible Harness aliases or hook contracts instead of invoking directly. |
Bridge skill between WF9 PASS and WF10 auto-iterate start. Produces or validates docs/auto_iterate_goal.md — the operator-facing research objective that the controller's goal parser consumes.
$validate-run returns PASS (WF9 gate cleared)tooling/auto_iterate/scripts/auto_iterate_ctl.sh start --goal docs/auto_iterate_goal.md./references/goal-template.md.agents/references/workflow-guide.md.agents/references/context-layering-policy.md.agents/references/contract-gating-rule.md.agents/references/lesson-quality-rule.md.agents/references/documentation-evidence-rule.md.agents/references/documentation-style.md../evaluate/references/stage-report.mdtooling/auto_iterate/docs/auto_iterate_goal_template.mddocs/context/contracts.md if it existsdocs/10_contract/Evaluation_Contract.md and
docs/10_contract/Baseline_Contract.md only before dynamic-context-v2
migration
Tooling:tooling/evidence/check_context_gates.pyinitGenerate docs/auto_iterate_goal.md when it does not exist.
Sources:
CLAUDE.md / PROJECT_STATE.jsondocs/context/contracts.md when present; legacy
docs/10_contract/Evaluation_Contract.md and
docs/10_contract/Baseline_Contract.md are fallback inputs before migrationOutput: docs/auto_iterate_goal.md with all required structured fields.
refreshUpdate an existing goal when fields are missing, defaults changed, or new context is available.
Behavior:
docs/auto_iterate_goal.mdcheckValidate the existing goal file without modifying it.
Checks:
primary_metric.direction is maximize or minimizebudget.max_rounds is a positive integerscreening_policy.enabled is boolean{{...}} markers remainpython tooling/evidence/check_context_gates.py --workspace-root . --stage wf10-auto when shell access is availableOutput: PASS or list of validation errors.
.auto_iterate/goal.md (that is the controller's job via start --goal).auto_iterate/state.jsonNEXT_ROUND / CONTINUE / etc. (that is $evaluate's job)MEMORY.md; lesson promotion
must follow lesson-quality-rule.md through $iterate eval or human review,
using docs/context/experiments.md and docs/context/memory.md as the
canonical v2 surfaces.The orchestrator should auto-trigger after WF9 PASS:
WF9 validate-run PASS
→ $auto-iterate-goal check
→ goal exists + valid: no-op
→ goal missing: $auto-iterate-goal init
→ goal invalid/incomplete: $auto-iterate-goal refresh
After stable Markdown outputs for this skill are finalized, invoke $docs-site or report docs_site_boundary_report. Do not render after temporary draft edits; Markdown remains the source of truth.
After stable Markdown is finalized, invoke $docs-site or report
docs_site_boundary_report / docs_site_render_or_NOT_RUN. Do not render for
temporary drafts.