analyze-plan-feedback
Installation
SKILL.md
Feedback Analysis & Prioritization
Step 1: Parse arguments
$ARGUMENTS
Parse $ARGUMENTS for:
- Plan path (optional): The first argument that looks like a file path. Resolve to absolute and read it.
- Reviewer count (optional): A number (1-10). Defaults to 3 if not provided.
If no plan path is provided, auto-detect candidates and present an interactive selection:
- Detect candidates (run these in parallel):
- Check if a plan file was recently created, read, or discussed in this session
- Check
git diff --name-onlyandgit log --oneline -5 --diff-filter=AM -- 'docs/plans/**/*.md'for recently added/modified plans - Look for plan files/directories matching
docs/plans/**/*.md