wise-reviselisted
Install: claude install-skill e1024kb/wise-claude
# /wise-revise — investigate a scope, write executable improvement plans
## Why this skill exists
wise has reactive quality tiers (the per-commit simplify pass, the
heavyweight branch code-review gate) and autonomous ticket→PR pipelines,
but nothing **proactive** — no "study this and tell me what is worth
improving, then spec it" step. `/wise-revise` is that planner.
It splits the work the way wise tiers models: the expensive brain (the
**Lead Architect**, `wise:architect`) understands the code, judges what
matters, and writes the spec; **execution is delegated to you**. The
plan is the product. The skill investigates read-only and writes only
under `docs/plans/` — it never edits source, never runs a mutating
command, and never executes a plan. Because each plan is authored in
wise's existing `PLAN-*.md` schema, you can later drive it to a merged PR
end to end with `/wise-workflow-run implement-plan-auto
docs/plans/<NNN>-<slug>.md` (re-plan → implement → review → PR → watch →
merge), run it verbatim on this branch with `/wise-implement-plan-auto
docs/plans/<NNN>-<slug>.md`, file the finding as a ticket and let the
`ticket-auto` workflow build it from the ticket, or hand it to any
engineer — your call, not this skill's. (`implement-plan-auto` re-plans
from *this* file against current HEAD; `ticket-auto` starts from a ticket;
`/wise-implement-plan-auto` runs *this* plan as written.)
## Invocation
```bash
/wise-revise <what to improve / which scope>
/wise:wise-revise <…>