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:

  1. Detect candidates (run these in parallel):

    • Check if a plan file was recently created, read, or discussed in this session
    • Check git diff --name-only and git log --oneline -5 --diff-filter=AM -- 'docs/plans/**/*.md' for recently added/modified plans
    • Look for plan files/directories matching docs/plans/**/*.md
  2. ALWAYS present an AskUserQuestion multiple-choice UI with up to 4 detected candidates. Never just ask a text question — always use the interactive chip UI. Example:

Related skills
Installs
11
GitHub Stars
1
First Seen
Feb 18, 2026