一键导入
workbench-goal-mode
Goal-persistence execution wrapper for autonomous work that must continue across turns until the stated objective is actually satisfied.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Goal-persistence execution wrapper for autonomous work that must continue across turns until the stated objective is actually satisfied.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Strict parser and validator for Workbench closeout comments, verdict/status discipline, PR reference types, and cross-issue REMAINING sync.
Scout, pilot, or review Mirage virtual-filesystem tool use for Workbench agents while preserving source-of-truth and public-safety boundaries.
Source-first, self-loop resistant guardrails for Capy GitHub dialogue responders before any write-capable PR, issue, or review action.
Disk, swap, VM, agent workspace, and stale session hygiene for Multica workbench runtimes.
Advisory-only algorithm and data-structure review gate between Technical Design and Task List.
Durable memory, session summaries, decision logs, issue closeout synthesis, and compact handoffs.
| name | workbench-goal-mode |
| description | Goal-persistence execution wrapper for autonomous work that must continue across turns until the stated objective is actually satisfied. |
Use this skill when an issue contains /goal, GOAL_MODE: yes, asks for full
autonomous completion, or asks an agent to keep working until a concrete outcome
is achieved.
Goal Mode is an execution wrapper, not a permission override. It keeps the objective alive across turns, reruns, local fixes, and partial evidence, while preserving existing approval, safety, and review gates.
Before changing files or live resources, post a compact lock:
GOAL_LOCK:
objective:
owner:
non_goals:
closeout_gates:
operator_call_conditions:
objective is the user-visible outcome, not a task list.owner is one assigned agent or human owner.non_goals prevents the agent from expanding into adjacent work.closeout_gates names the evidence required before claiming done.operator_call_conditions names the few cases where human input is needed./goal does not permit destructive cleanup, force pushes, hidden
live mutations, broad repo reads, or credential handling.For code, ops, or workflow-changing tasks, address every relevant gate before claiming completion:
build: documented build or closest real startup/build smoke.test: targeted tests plus the smallest meaningful regression check.help_smoke: CLI help, startup, UI load, or endpoint smoke when command/user
surfaces changed.docs_report: docs, changelog, handoff, or explicit "not needed" rationale.git_status: clean state or intentionally explained dirty state.evidence: exact commands, files, links, screenshots, issue IDs, run IDs, or
artifact paths.If a gate does not apply, say why. A skipped gate without rationale is FLAG.
Call the operator only for true external blockers:
The blocker report must include attempted fixes, exact evidence, and the smallest operator action needed.
Use this scaffold:
GOAL_LOCK:
WHAT_CHANGED:
VERIFICATION:
DOCS_REPORT:
GIT_STATUS:
RESIDUAL_RISK:
OPERATOR_NEEDED: yes/no
VERDICT: PASS | FLAG | BLOCK
PASS means the locked objective is achieved and every relevant closeout gate
has evidence. FLAG means useful progress remains reviewable but a gate or risk
is unresolved. BLOCK means the objective cannot be safely completed without an
operator or upstream fix.