一键导入
implement
Execute settled work in the current checkout with the lightest safe engine, escalating durable or high-risk work to relay before mutation.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Execute settled work in the current checkout with the lightest safe engine, escalating durable or high-risk work to relay before mutation.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | implement |
| description | Execute settled work in the current checkout with the lightest safe engine, escalating durable or high-risk work to relay before mutation. |
| disable-model-invocation | true |
Execute settled intent continuously in the current session. Do not reopen product decisions or ask whether to continue between normal units. This skill owns no durable run state, worktree lifecycle, PR/MR lifecycle, tracker mutation, or recovery protocol.
Pass the pre-edit gate. Before any mutation:
git status;A dirty tree may proceed only when the requested scope is disjoint and preservation is provable. If changes overlap or ownership is ambiguous, block or escalate before editing.
Complete when: the source is executable without re-planning, every pre-existing change is accounted for, scopes and required checks are explicit, and no mutation has occurred.
Select the lightest safe engine. Read references/routing.md before mutation and choose exactly one of inline, serial_workers, bounded_parallel, or relay. Honor an explicit route only while its safety assumptions remain true. Use engine: none only when the pre-edit gate blocks before an engine can be selected.
Relay is an escalation handoff: stop before repository mutation and return the inseparable combination status: escalated, engine: relay, and handoff.route: relay. Name relay-ready/relay-plan as the next owner without invoking it.
Complete when: task shape, host capability, authority, dirty-state, and durability evidence all support the selected engine.
Execute the full authorized scope. For worker engines, first read references/worker-contract.md. Give every worker its mutable scope, frozen scope, expected output, and verification responsibility. Continue across normal units without asking permission. Treat worker status as a report, never completion proof.
The orchestrator owns decomposition, actual-diff inspection, integration, conflict resolution, authoritative verification, risk-sized review, and truthful final status. If new evidence makes execution unsafe, stop before the unsafe mutation and escalate explicitly.
Complete when: every requested unit is integrated or the remaining scope is identified in a non-success handoff, and all actual working-tree changes have been inspected.
Verify the integrated result. Run every authoritative test, typecheck, lint, and task-specific check. Always inspect the final diff. Add a fresh-context review for multi-worker integration, public or cross-module interfaces, or interactions not covered by deterministic checks.
completed requires the entire scope, actual-diff inspection, and all required checks passing. Use completed_with_concerns only for disclosed non-required concerns after the same completion bar; it cannot hide a failed check or partial worker result. Otherwise return blocked or escalated.
Complete when: the final status follows these invariants and every verification entry records pass, fail, or not_run truthfully.
Return only this contract as the final execution summary. Populate every field; use empty lists and YAML null where appropriate.
status: completed | completed_with_concerns | blocked | escalated
engine: none | inline | serial_workers | bounded_parallel | relay
source_artifact: <path, issue URL, or inline description>
files_changed: []
verification:
- command: ""
result: pass | fail | not_run
concerns: []
pre_existing_changes_preserved: true | false
handoff:
route: null | relay
reason: null | ""
remaining_scope: []
Edit only the authorized current-repository scope. Commit only when explicitly authorized. Never push, open or merge a PR/MR, or mutate tracker or sprint state. Unobserved host capabilities remain unverified; degrade engines per references/routing.md rather than assuming support.
Turn a vague idea into one selected direction and a compact Design Handoff, then recommend the next owner.
Compile settled intent into a tracker-neutral, implementation-ready Feature Spec with exactly one closing handoff.
Run a prompt on a chosen agent/model in the current directory and return its output with bounded non-interactive dispatch guardrails. Use for one-shot delegation through an installed provider CLI such as opencode, claude, codex, pi, reasonix, agent, or cline.
Review the current artifact with a real 4-6 person expert subagent panel. Use on explicit /gosu-review calls when code, plans, skills, design docs, decisions, or repo state need multiple context-specific perspectives.