diffing-plan-review

Submit implementation plans for human review and sign-off before coding.

17|2|Updated May 24, 2026
One-click install
npx skills add https://github.com/ahmedragab20/diffing --skill diffing-plan-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: diffing-plan-review
Source: https://github.com/ahmedragab20/diffing/tree/main/.agents/skills/diffing-plan-review
Command: npx skills add https://github.com/ahmedragab20/diffing --skill diffing-plan-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Enables submitting an implementation plan for human review and sign-off before coding.

Core Features & Use Cases

  • Facilitates submitting a plan to a diffing workflow and waiting for verdict (approved, changes-requested, rejected, or comment-only) before proceeding.
  • Tracks and resolves inline comments on plan sections, enabling iterative refinement and sign-off.
  • Supports port-agnostic workflows via the diffing CLI or MCP tools, with clear versioning and resubmission paths.

Quick Start

Submit PLAN.md to diffing and wait for human verdict before implementing.

Frequently Asked Questions about diffing-plan-review

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

FAQPage Schema
How do I submit an implementation plan for review before coding starts?

You can submit PLAN.md to a diffing workflow to wait for a human verdict before proceeding to code. The workflow captures the final verdict, such as approved, changes-requested, or rejected, to gate downstream implementation actions.

What is a review-first workflow for plan diffing?

A review-first plan diffing workflow submits planning documents for cross-functional sign-off before implementation. It tracks inline comments on plan sections and supports iterative revisions with version history to ensure collaborative approval.

How do I track inline comments on a plan during a review session?

Track inline comments during a review session by using the diffing workflow's comment resolution capabilities. This feature captures open comments directly on specific plan sections, enabling iterative refinement and final sign-off.

Does the plan review workflow work with both CLI and MCP tools?

Yes, the plan review workflow supports port-agnostic operations through both the diffing CLI and MCP tools. This allows flexible integration into various development environments while maintaining clear versioning and resubmission paths.

How do I handle plan revisions after changes are requested during a review?

Handle plan revisions after changes are requested by using the version history feature within the diffing workflow. This provides clear resubmission paths, allowing you to update the plan and re-submit it for another round of human sign-off.