audit-plan

Verify session plan tasks against actual repository state and report discrepancies.

22|2|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/WeZZard/skills --skill audit-plan-wezzard
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: audit-plan
Source: https://github.com/WeZZard/skills/tree/main/claude/amplify/skills/audit-plan
Command: npx skills add https://github.com/WeZZard/skills --skill audit-plan-wezzard

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Verifies that every task in the session plan file was implemented correctly by comparing planned changes against the actual state. Core principle: trust evidence, not assumptions. Check every task.

Core Features & Use Cases

  • Load the session plan file and extract the full task list and all references.
  • For each task, spawn subagents to verify file existence, content accuracy, deletions, and any planned command outputs.
  • Compile a structured audit report highlighting discrepancies and evidence to guide remediation.

Quick Start

Run the audit plan after plan execution to verify that all tasks were completed and recorded.

Frequently Asked Questions about audit-plan

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

FAQPage Schema
How do I verify that a session plan was executed correctly against the actual repository state?

To verify plan execution, you load the session plan file and check every planned change against actual repository state by validating file existence, content accuracy, deletions, and command outputs to produce a structured discrepancy report.

What is the best way to automate quality assurance checks for task-tracking after plan execution?

Automating quality assurance for task-tracking involves applying a deterministic validation workflow that spawns subagents to verify each planned change against the repository, checking file content and deletions, and compiling a structured audit summary to guide remediation.

How do I generate a discrepancy report for incomplete plan execution tasks?

Generating a discrepancy report requires loading the session plan, extracting the full task list, verifying file existence and content accuracy for each task, and outlining fixes for any discrepancies found between the plan and the repository state.

Can I use automated verification to check file deletions and command outputs recorded in a plan?

Yes, automated verification validates planned deletions and runs any verification commands specified in the session plan, comparing the expected outcomes against the actual repository state to identify discrepancies and guide subsequent remediation.

When do I need to run an audit plan for my development workflow?

You need to run an audit plan immediately after plan execution to verify that all tasks were completed and recorded correctly, ensuring that every planned change matches the actual repository state before proceeding to subsequent remediation.

What should I do if the audit plan identifies discrepancies between the plan and the repository?

When the audit plan identifies discrepancies, it produces a structured audit summary highlighting the evidence of mismatches and outlines specific fixes needed to guide subsequent remediation actions for aligning the repository with the plan.