reviewplan

Process USER comments in plan files and apply requested changes.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Process USER comments in plan files and apply changes with proper tracking and markers.

Core Features & Use Cases

  • Scan /plans/ for USER: comments and apply requested plan changes with 🟧 markers.
  • Remove USER: lines after applying changes and update Last Updated timestamp in frontmatter.
  • Ensure markdown integrity by placing markers at end of line and cleaning up old markers.

Quick Start

Invoke /reviewplan to scan all plan files in /plans and apply pending USER comments with proper markers.

Frequently Asked Questions about reviewplan

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

FAQPage Schema
How do I automate processing USER comments in markdown plan files?

To automate comment processing in markdown plan files, this Skill scans the /plans/ directory for USER comments, applies the requested changes, and removes the original USER lines. It ensures markdown integrity by adding end-of-line 🟧 markers and updating the frontmatter timestamp.

What is the best way to track applied changes in markdown workflow plans?

Tracking applied changes in markdown workflow plans is handled by adding end-of-line 🟧 markers to modified lines and updating the Last Updated timestamp in the frontmatter. This provides a visual and metadata-based audit trail of processed comments.

Does this plan review automation rely on external services or APIs?

Plan review automation does not rely on external services or APIs. It operates entirely using local file editing with Python-based tooling described in the integration guide, ensuring your plan files remain secure and processing happens locally.

How do I batch apply requested changes across multiple plan files?

To batch apply requested changes across multiple plan files, invoke the review command to scan all files in the /plans/ directory. It processes every USER comment it finds, applies the modifications, and reports a concise processing summary upon completion.

Can I use Python tooling to clean up old markers and maintain markdown integrity?

You can use the integrated Python-based tooling to maintain markdown integrity by cleaning up old markers. The Skill automatically manages marker placement at the end of lines and removes processed USER comments to keep your markdown files structurally sound.