| name | review-plan |
| description | This skill should be used when the user says "/review-plan", "review the plan", "review the spec", "send plan to red pen", or wants a human to review a plan or spec document in the Red Pen desktop app before implementation begins. Also triggers when the plan-write hook blocks after writing a spec or plan file. |
| allowed-tools | Bash, Read, Glob |
Review Plan with Red Pen
Open a plan or spec document in the Red Pen desktop app for human review before proceeding with implementation.
Workflow
-
Find the plan document:
- Check for recent files in
docs/superpowers/specs/ matching today's date or the most recent spec
- If multiple candidates exist, pick the most recently modified one
- If no plan files are found, inform the user and stop
-
Open in Red Pen and wait for review:
redpen open <plan-file> --wait --timeout 600
-
Parse and act on the verdict:
Finding Plan Files
Search in this order:
docs/superpowers/specs/*.md — sorted by modification time, most recent first
- Any
.md file in the working directory with "plan" or "spec" in the name
If an argument is provided to the skill, use that path directly instead of searching.