rick-plan-improve
Installation
SKILL.md
rick-plan-improve
Bounded improvement loop on a plan file written by /rick-plan (or any plan markdown). Reads the canonical plan, critiques against weakness categories, applies surgical edits, snapshots pre and post, up to 3 rounds.
Resolve the target plan
$ARGUMENTS resolution order, use the first that produces a value:
- Empty. Resolve to current branch:
git branch --show-current, sanitize/and spaces to-. Target canonical:docs/rick/<branch>/plan/current.md. - Path ending in
.md. Treat as literal path. Target canonical = that path.<plan-dir>= its parent directory. - Otherwise. Treat as a folder name. Target canonical:
docs/rick/<arg>/plan/current.md.
If the resolved canonical does not exist, stop with No plan at <path>. Run /rick-plan first. Do not silently fall through.