workbench-goal-mode
Original:🇺🇸 English
Translated
Goal-persistence execution wrapper for autonomous work that must continue across turns until the stated objective is actually satisfied.
4installs
Added on
NPX Install
npx skill4agent add fearvox/multica-ultimate-workbench workbench-goal-modeTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →Workbench Goal Mode
Use this skill when an issue contains , , asks for full
autonomous completion, or asks an agent to keep working until a concrete outcome
is achieved.
/goalGOAL_MODE: yesGoal 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.
Activation
Before changing files or live resources, post a compact lock:
text
GOAL_LOCK:
objective:
owner:
non_goals:
closeout_gates:
operator_call_conditions:- is the user-visible outcome, not a task list.
objective - is one assigned agent or human owner.
owner - prevents the agent from expanding into adjacent work.
non_goals - names the evidence required before claiming done.
closeout_gates - names the few cases where human input is needed.
operator_call_conditions
Execution Rules
- Build a checklist from the locked goal, then execute it.
- Do not stop after a local fix if the broader goal remains unverified.
- When a command, build, test, or smoke fails, investigate and repair before asking for help.
- Treat repeated identical failures as a mechanism problem: change the probe or report the exact blocker instead of retrying the same action.
- Use fresh reruns when context is stale, repo state changed, auth changed, or the previous run was bound to the wrong repo/resource.
- Preserve issue-level scope, approval gates, secrets boundaries, and runtime
ownership. does not permit destructive cleanup, force pushes, hidden live mutations, broad repo reads, or credential handling.
/goal
Required Closeout Gates
For code, ops, or workflow-changing tasks, address every relevant gate before
claiming completion:
- : documented build or closest real startup/build smoke.
build - : targeted tests plus the smallest meaningful regression check.
test - : CLI help, startup, UI load, or endpoint smoke when command/user surfaces changed.
help_smoke - : docs, changelog, handoff, or explicit "not needed" rationale.
docs_report - : clean state or intentionally explained dirty state.
git_status - : exact commands, files, links, screenshots, issue IDs, run IDs, or artifact paths.
evidence
If a gate does not apply, say why. A skipped gate without rationale is .
FLAGOperator Call Conditions
Call the operator only for true external blockers:
- missing credentials or approval that cannot be inferred from the issue;
- unavailable third-party service or remote host;
- destructive or irreversible operation approval;
- repo/resource access failure that cannot be fixed inside the assigned context;
- requirement conflict where continuing would change the user's goal.
The blocker report must include attempted fixes, exact evidence, and the smallest
operator action needed.
Closeout Contract
Use this scaffold:
text
GOAL_LOCK:
WHAT_CHANGED:
VERIFICATION:
DOCS_REPORT:
GIT_STATUS:
RESIDUAL_RISK:
OPERATOR_NEEDED: yes/no
VERDICT: PASS | FLAG | BLOCKPASSFLAGBLOCK