一键导入
complete-goals
Execute an approved .agent/goals plan through slop-janitor's goal runner, defaulting to .agent/goals/active when no explicit plan path is provided.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Execute an approved .agent/goals plan through slop-janitor's goal runner, defaulting to .agent/goals/active when no explicit plan path is provided.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Turn a freeform idea, brief, or discussion into a durable sequential goal plan under .agent/goals/ for later execution by slop-janitor goals run.
Create a long-horizon meta-plan from a user brief, PRD, RFC, or dictated discussion. Use when the user wants to capture a multi-slice project in a durable parent artifact before creating child ExecPlans.
Create an ExecPlan from a locked refactor decision, PRD, RFC, or detailed problem statement, following the repo's PLANS.md. Use when the user asks for an exec plan, execution plan, or ExecPlan, or wants a decided refactor turned into a step-by-step plan.
Review the latest implemented work item or completed ExecPlan with fresh eyes, fix obvious issues immediately, rerun verification, and record the result. Prefer the new `.agent/work/` workflow, but preserve backward-compatible support for older `.agent/done/` ExecPlans.
Read an existing ExecPlan, deeply analyze every referenced file and code path, and rewrite the plan with concrete, code-grounded improvements. Prefer work-item plans under `.agent/work/`, while preserving backward-compatible support for older singleton plan files.
Improves an existing ExecPlan with a two-wave subagent workflow: first specialized reviewers audit factual accuracy, adjacent code, design quality, validation, and self-containment, then closure reviewers hunt residual gaps after a provisional rewrite before the parent produces the final plan. Use when the user asks to improve an execplan with subagents, audit a plan using parallel reviewers, strengthen an execplan via delegation, or says "execplan-improve-subagents".
| name | complete-goals |
| description | Execute an approved .agent/goals plan through slop-janitor's goal runner, defaulting to .agent/goals/active when no explicit plan path is provided. |
Execute an already approved durable goal plan. This skill is a launcher for the repo-local runner; do not reimplement goal execution in the prompt.
Confirm the user is asking to execute an existing goal plan, not create or revise one.
Use the explicit plan path if the user provides one. Otherwise use
.agent/goals/active.
If neither an explicit path nor .agent/goals/active exists, stop and ask
the user to create or approve a plan with create-goals.
Run:
slop-janitor goals run
or, with an explicit plan:
slop-janitor goals run .agent/goals/<id-slug>
If the runner reports that Codex experimental goals are disabled, report that
warning and stop. Do not mutate goals.json by hand to force progress.
When the runner finishes, summarize completed goals, commands run, and any
blocked goal from the updated goals.json and ledger.jsonl.
.agent/goals/<id-slug>/ are the source of truth.slop-janitor goals run command owns Codex thread goal setup, execution,
ledger updates, checkpoint commits, and feature-gate warnings.