Goal Plan Clean
Composes a paste-ready /goal block that loops plan review-and-fix until APPROVED.
Test report
- Verdict
- Tested · Works
- Score
- Tested
- Jul 15, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · 72abca6
Composed a real /goal block against a throwaway git repo/plan file: 43 lines with resolved absolute paths, explicit APPROVED-verdict verification text, and hard constraints blocking git/bd mutation or off-plan edits — versus a 1-line unverifiable baseline goal. Depends on the separate 'lets' plugin's /lets:review or /lets:check commands actually existing for the pasted /goal to run, which the SKILL.md discloses upfront.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 5/5
- Triggers reliably 5/5
- Output vs. baseline 9/10
- Docs & honesty 5/5
What Goal Plan Clean does
Reads a git branch's plan file, resolves whether to use /lets:review --plan or /lets:check --plan, and composes a rigorous /goal block with verifiable termination criteria, anti-gaming hard constraints, and a 3-iteration cap. It does not invoke /goal itself (a UI command) — it hands the user a paste-ready block. Triggers on phrases like 'clean my plan', 'loop until plan is clean', or 'почисти план'.
How to install Goal Plan Clean
git clone https://github.com/restarter/lets-workflow.git
cd lets-workflow
mkdir -p ~/.claude/skills
cp -r .claude/skills/goal-plan-clean ~/.claude/skills/goal-plan-clean
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Goal Plan Clean
-
/goal-plan-cleanComposes a paste-ready /goal block that loops plan review-and-fix until APPROVED.
It also activates on plain-language prompts like these:
-
loop review and fixes on my plan file until it's fully approved -
clean up this branch's plan doc before I start implementing it -
keep checking my plan against review feedback until it passes
Frequently asked questions
- Is the Goal Plan Clean skill free?
- Yes. The skill itself is free from restarter/lets-workflow. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Goal Plan Clean work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 15, 2026. Verdict: Tested · Works. Composed a real /goal block against a throwaway git repo/plan file: 43 lines with resolved absolute paths, explicit APPROVED-verdict verification text, and hard constraints blocking git/bd mutation or off-plan edits — versus a 1-line unverifiable baseline goal. Depends on the separate 'lets' plugin's /lets:review or /lets:check commands actually existing for the pasted /goal to run, which the SKILL.md discloses upfront.
- What is the Goal Plan Clean SkillProof Score?
- 9.6/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 9/10, docs & honesty 5/5.
- How do I install Goal Plan Clean?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use Goal Plan Clean with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.