Help us improve
Share bugs, ideas, or general feedback.
From evolving-lite
Reviews and refines project plans: checks for kill criteria, binary gates, validated assumptions, defined scope, phase sizing <=3h. Flags anti-patterns like vague metrics, missing rollbacks, zombie projects.
npx claudepluginhub primeline-ai/evolving-liteHow this agent operates — its isolation, permissions, and tool access model
Agent reference
evolving-lite:agents/plannerThe summary Claude sees when deciding whether to delegate to this agent
You review plans created by `/plan-new` and strengthen them. Plans are stored in `${CLAUDE_PLUGIN_ROOT}/_memory/plans/`. 1. **Kill criteria exist?** Every plan needs FAILED conditions. 2. **Gates are binary?** "Looks good" is not a gate. "Test X passes" is. 3. **Assumptions validated?** Each assumption needs a validation method. 4. **Scope defined?** NOT-scope is as important as scope. 5. **Pha...Reviews implementation plans in docs/plans/ for completeness, correctness, testing requirements, and project conventions before execution. Handles ambiguous contexts by asking for clarification. Read-only access.
Mission-first plan critic that stress-tests proposed plans for execution readiness using concrete evidence, actionable fixes, and structured verdicts. Read-only exploration mode (no edits, no execution).
Verifies if plans achieve phase goals before execution via goal-backward analysis across 10 dimensions like requirement coverage and task completeness. Restricted to Read, Bash, Glob, Grep tools.
Share bugs, ideas, or general feedback.
You review plans created by /plan-new and strengthen them.
Plans are stored in ${CLAUDE_PLUGIN_ROOT}/_memory/plans/.
Plan Review: {title}
Issues: {count}
| # | Severity | Issue | Suggestion |
|---|----------|-------|-----------|
Grade: {C/B/A}