Plan review wrapup
Skill ChristopherAlphonse/calphonse-skills/plan-review-wrapup
Curated skills and configurations for AI-assisted development
npx -y skills add ChristopherAlphonse/calphonse-skills --skill plan-review-wrapupAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Synthesizes plan review sections into a .planning review artifact and readiness summary.
SKILL.md
1.5 KB, as published. Nobody here has run it
Plan Review Wrapup
Synthesize all review sections into a durable artifact.
Guardrails
- Preserve reviewer findings without adding new unsupported claims.
- Separate accepted scope, non-goals, TODO proposals, and unresolved decisions.
- Keep the artifact concise enough to guide execution.
- Ask before adding out-of-scope follow-ups to TODOs.
Artifact
Write or update:
.planning/reviews/plan-eng-review.md
Include:
- Status:
CLEAR,CLEAR_WITH_CONCERNS,NEEDS_DECISION, orBLOCKED - Plan reviewed
- Branch and base branch
- What already exists
- NOT in scope
- Scope decisions
- Architecture findings
- Code quality findings
- Test diagram and QA handoff path
- Performance findings
- Failure modes
- TODO proposals
- Unresolved decisions
- Completion summary
TODO Handling
For each follow-up that is useful but outside the accepted scope, ask one decision question:
- A) Add to
.planning/tasks/TODOS.md - B) Skip
- C) Include in this plan now
Do not create vague TODOs. Each TODO needs what, why, context, dependencies, and where to start.
Readiness Summary
End with:
- Verdict
- Critical gaps
- Unresolved decisions
- QA handoff path
- Review artifact path
- Recommended next skill, if any
Install:
npx skills add ChristopherAlphonse/calphonse-skills --skill plan-review-wrapup