do-plan-adherence-review

Compare implementation diffs against approved plans and assess deviation risk tiers.

Updated Feb 17, 2026
One-click install
npx skills add https://github.com/purefunctions/my-agent-config --skill do-plan-adherence-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: do-plan-adherence-review
Source: https://github.com/purefunctions/my-agent-config/tree/main/skills/skills/do-plan-adherence-review
Command: npx skills add https://github.com/purefunctions/my-agent-config --skill do-plan-adherence-review

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of verifying if project implementations are in alignment with approved plans, flagging deviations for review.

Core Features & Use Cases

  • Implementation Validation: Confirm whether the implementation matches the approved plan.
  • Deviation Identification: Track and evaluate deviations from the plan, including explicit and justified reasons.
  • Risk Assessment: Categorize the impact of deviations (Tier 0-3) to assess risks.
  • Automated Review Logic: Automate the comparison against the plan, identifying completed, partially completed, missing, changed, and added work.
  • Compliance Reporting: Generate comprehensive reports detailing the plan adherence, deviation handling, acceptance criteria impact, and maintainability considerations.
  • Use Case: A project manager uses this Skill to review the final implementation of a project feature, ensuring all work is compliant with the original plan while accounting for necessary deviations.

Quick Start

To initiate a plan adherence review for the feature 'New User Registration', provide the plan-file and execution-report-or-diff using the 'do-plan-adherence-review' skill.

Frequently Asked Questions about do-plan-adherence-review

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

FAQPage Schema
How do I verify if my software implementation matches the approved project plan?

To verify plan adherence, you need an automated review tool that compares the final implementation diff against the approved plan. This Skill performs an in-depth comparison to identify completed, missing, or changed work, ensuring your software development aligns with the original feature request.

What is plan adherence deviation tracking in software development?

Plan adherence deviation tracking is the process of identifying and evaluating differences between the approved project plan and the final implementation. It categorizes work as completed, partially completed, missing, changed, or added, requiring explicit and justified reasons for any deviations.

How do I assess the risk impact of project plan deviations?

You assess deviation risks by categorizing their impact into risk tiers from Tier 0 to 3. This automated risk assessment evaluates deviations against acceptance criteria and maintainability considerations, enabling context-aware decision-making for project management.

What documents do I need to perform an automated plan adherence review?

To perform an automated plan adherence review, you must provide input documents including the original feature request, the approved plan, and the final implementation diff or execution summary. These documents enable the comparison logic to generate a comprehensive compliance report.

Can I use this plan adherence review tool for any software project scale?

Yes, this plan adherence review tool operates on any software project scale as long as you provide the required input documents like the approved plan and final diff. It automates the comparison process to flag deviations and assess risk tiers without specific scale constraints.