Validate fixes by re-running review and comparing against the plan. Updates plan status and shows remaining issues.
/plugin marketplace add getlarge/claude-aip-plugins/plugin install getlarge-aip-api-design-plugins-aip-api-design@getlarge/claude-aip-plugins# API Validate Re-run API review and validate against the fix plan. ## Usage ## Instructions 1. **Load the plan document**: - Get original spec path from frontmatter - Get original review path - Parse current phase/task status 2. **Re-run the review**: **Option A: MCP Tool (Recommended)** If the `mcp__aip-reviewer__aip-review` tool is available: **Option B: Node.js CLI (Fallback)** Run same AIP checks as `/api-review`: - Generate new findings list - Don't create a new review document (just in-memory) 3. **Compare findings**: - Which origi...