plan-review

Orchestrate iterative plan-review cycles with versioned artifacts and verdict extraction.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/acrulopez/dotfiles --skill plan-review-acrulopez
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan-review
Source: https://github.com/acrulopez/dotfiles/tree/main/.claude/skills/plan-review
Command: npx skills add https://github.com/acrulopez/dotfiles --skill plan-review-acrulopez

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates an iterative plan-review workflow between a planner and a reviewer, enabling consensus-driven decisions.

Core Features & Use Cases

  • Iterative planning and feedback with versioned artifacts and an auditable conversation log.
  • Automatic verdict extraction and iteration control with a max of five loops.
  • Safe error handling and clear user prompts to decide on retries, skips, or abortion.

Quick Start

Provide a task description to start an iterative plan-review workflow.

Frequently Asked Questions about plan-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate iterative planning and feedback cycles until consensus?

Automated iterative planning and feedback cycles are orchestrated by cycling a drafted plan through structured reviewer feedback until a consensus verdict is reached. The workflow automatically extracts explicit verdicts and enforces a maximum of five iterations to guarantee closure.

How does versioned artifact storage work for plan review workflows?

Versioned artifact storage for plan review workflows works by saving each planning iteration, feedback record, and conversation log under a timestamped directory. This creates an auditable trail of all consensus-driven decisions and version changes throughout the process.

What is the maximum number of iterations allowed in a plan review cycle?

The maximum number of iterations allowed in a plan review cycle is five. The workflow automatically enforces this iteration limit, halting the feedback loop to prevent endless revisions and ensure the planning process reaches a timely resolution.

How do I handle errors and retries during an automated planning workflow?

Errors and retries during an automated planning workflow are handled through safe error handling protocols that prompt the user with clear options. You can decide whether to retry the current iteration, skip the step, or abort the workflow entirely.

Can I use iterative plan review for multi-iteration task management?

Yes, you can use iterative plan review for multi-iteration task management. It explicitly operates across multi-iteration tasks, managing the exchange between a planner and a reviewer to drive structured feedback and achieve consensus on complex projects.

How do I extract a final verdict from a planner reviewer feedback loop?

To extract a final verdict from a planner reviewer feedback loop, the workflow automatically analyzes the structured feedback provided in each iteration. It identifies explicit verdict statements to determine if consensus has been achieved or if another iteration is required.