revise

Revise implementation plans by applying critic feedback and appending changelog entries.

2|1|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/FourthWiz/claude_dev_workflow --skill revise-fourthwiz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: revise
Source: https://github.com/FourthWiz/claude_dev_workflow/tree/main/dev-workflow/skills/revise
Command: npx skills add https://github.com/FourthWiz/claude_dev_workflow --skill revise-fourthwiz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The skill revises and improves an implementation plan by incorporating critic feedback, ensuring critical and major issues are addressed while preserving good portions of the original plan.

Core Features & Use Cases

  • Issue triage: Categorizes feedback into critical, major, and minor, focusing on high‑impact fixes.
  • Plan revision: Updates current-plan.md with precise changes, adds changelog entries, and maintains coherence.
  • Context awareness: Re‑reads relevant source code when feedback indicates incorrect assumptions.
  • Use case: After a reviewer flags gaps in a development plan, run this skill to automatically adjust the plan and prepare it for the next critic round.

Quick Start

Ask the revise skill to update the plan based on the latest critic response and summarize the changes made.

Frequently Asked Questions about revise

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

FAQPage Schema
How do I revise an implementation plan based on reviewer feedback?

To revise an implementation plan based on reviewer feedback, the skill reads current-plan.md and critic-response files, categorizes the feedback by severity, and updates the plan while preserving good portions of the original design.

What is the best way to triage critical issues in a development plan?

Triage critical issues in a development plan by categorizing reviewer feedback into critical, major, and minor severity levels, focusing your fixes on high-impact problems before updating the plan document.

How do I maintain a changelog when updating a project plan?

Maintain a changelog when updating a project plan by appending a specific changelog entry to current-plan.md every time you apply revisions, ensuring precise changes and coherence are documented for the next review round.

Can I adjust a development plan when the critic finds incorrect assumptions?

You can adjust a development plan when a critic finds incorrect assumptions by re-reading the relevant source code for context awareness, then updating the plan to fix the critical and major issues flagged in the critic response.

Does fixing plan issues require rereading source code?

Fixing plan issues requires rereading source code when critic feedback indicates incorrect assumptions, allowing the revision process to regain context awareness and accurately apply necessary major issue fixes.