cyberneticlibrary

Auto-detect and review project plans

review-plancommandsetup L14
sefaertunc/Worclaude
What it does

Auto-detect implementation plan and send to staff-level reviewer

Best for

Getting a staff engineer review of an implementation plan against project conventions before coding

Inputs
  • · Plan file(s) from .claude/plans/ directory
  • · CLAUDE.md project conventions file
  • · docs/spec/SPEC.md specification document
Outputs
  • · Review findings written to .claude/scratch/last-plan-review.md
  • · Priority-ordered findings (blockers, warnings, suggestions)
Requires
  • · Agent (plan-reviewer subagent_type)
Preconditions
  • · .claude/plans/ directory must exist
  • · CLAUDE.md and docs/spec/SPEC.md must exist
  • · At least one plan file in .claude/plans/
Failure modes
  • · Zero plan files found
  • · User cancels when selecting between multiple plans
  • · Agent unavailable or times out
Trust signals
  • · Distinguishes zero vs one vs multiple plan files
  • · Passes full CLAUDE.md and SPEC.md context to reviewer
  • · Persists findings to .claude/scratch/ with git SHA for tracking
  • · Checks SPEC alignment explicitly