Skill

Audit Plan

Verify every planned change was implemented correctly with evidence-based auditing

Use in Claude Code
/intelligence-scale:audit-plan

This skill automatically verifies that all tasks from a session plan were correctly implemented. It systematically checks file existence, content, deletions, and command outputs against the original plan specifications. The audit provides a structured report showing exactly what was implemented correctly and what discrepancies were found.

Key Insights

Evidence-Based Verification

Trusts evidence over assumptions by checking actual files and system state. Every task in the plan is verified against real-world implementation, ensuring no changes are missed or incorrectly assumed to be complete.

Structured Audit Report

Generates a clear summary table showing task-by-task status (Done/Partial/Missing) with evidence for each verdict. Issues are clearly documented so users can see exactly what needs attention without guesswork.

Comprehensive Task Checking

Verifies file existence, content accuracy, proper deletions, and command outputs. The audit covers all aspects of implementation, from file creation to configuration changes and command execution.

Final Workflow Step

Designed as the concluding step in plan-based workflows. After plan execution completes, this skill provides the verification needed to confirm successful implementation before considering work complete.

How It Works

1

Load Plan

Read the session plan file to extract all tasks and file references.

The skill begins by loading the plan file created during the planning session. It extracts the complete task list and all file references that need to be verified, ensuring the audit is based on the original specifications.

2

Verify Tasks

Check each task against actual system state using multiple verification methods.

For every task in the plan, the skill checks file existence, content accuracy, proper deletions, and runs any verification commands. It uses subagents to perform these checks efficiently and thoroughly, ensuring comprehensive coverage.

3

Generate Report

Create a structured summary showing implementation status and any issues found.

The skill presents a clear audit summary with a task-by-task status table and evidence for each verdict. It documents all discrepancies found but doesn't fix them, leaving decisions about next steps to the user.