wise-reviselisted
Install: claude install-skill e1024kb/wise-claude
# /wise-revise — investigate a scope, write executable improvement plans
Before asking any user question, read and follow the
[question lifecycle](../../references/workflow-host-control.md#keep-asynchronous-questions-open).
Keep asynchronous prompts open until answered; this rule does not authorize
questions in autonomous or otherwise prompt-free procedures.
## 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 impl-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 — you