Master AI-powered plan revision with Automated Plan Reviser Pro.
What Is APR?
APR (Automated Plan Reviser Pro) automates iterative specification refinement using extended AI reasoning. Instead of manually running 15-20 review rounds, APR orchestrates the process automatically.
Early rounds fix architectural issues, middle rounds refine structure, later rounds polish abstractions. The process resembles numerical optimization settling into a minimum.
AI-Powered
Uses advanced LLMs to refine plans
Markdown Support
Works with your existing plan files
Iterative
Refine plans through multiple passes
Fast
Get improved plans in seconds
The Refinement Cycle
Watch how APR iteratively improves a specification through multiple passes. Each cycle tightens the quality until the plan converges on a polished result.
Essential Commands
Typical Workflow
# 1. Generate initial plan with Claude Code# (Claude creates plan.md)# 2. Refine with APRapr refine plan.md -o refined-plan.md# 3. Review the refined plancat refined-plan.md# 4. Feed back to Claude Code for implementation