review-plan
Installation
SKILL.md
Plan Review
YOUR ARGUMENTS: $ARGUMENTS
Arguments are provided above via $ARGUMENTS. Asking the user to re-provide them wastes their time since the data is already available. Parse them and proceed with the review.
Parse the arguments to determine what to review:
- If arguments contain "phase" followed by a number → Review that phase file
- If arguments contain only a folder path → Review plan.md
- The first part is always the plan folder path (e.g.,
plans/voice-assistant) - A bare number like
11meansphase 11
Examples: plans/voice-assistant → review plan.md | plans/voice-assistant phase 11 → review phase-11 | plans/voice-assistant 11 → review phase-11
One file per invocation. Reviewing multiple files causes cognitive overload and superficial results — the user experienced agents ignoring templates when given too many files.