Goal Plan Clean

Composes a paste-ready /goal block that loops plan review-and-fix until APPROVED.

Door restarter · restarter/lets-workflow

Getest · Werkt ★ 9.6/10

Goal Plan Clean — Composes a paste-ready /goal block that loops plan review-and-fix until APPROVED.

Wat het doet

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 'почисти план'.

Testrapport

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.

Getest op: 2026-07-15 · Claude Code 2.x (agent harness)

Installatie

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

Commando's en voorbeeldprompts

  • /goal-plan-cleanComposes a paste-ready /goal block that loops plan review-and-fix until APPROVED.

Skills reageren op gewone verzoeken — geen commando's om te onthouden. Na installatie activeren prompts zoals deze de skill (in het Engels):

  • 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