audit-plan

Audit project plans to identify gaps and update them with tests and cleanup commands.

15|6|Updated May 7, 2026
One-click install
npx skills add https://github.com/MinhThang1009/dotclaude --skill audit-plan-minhthang1009
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: audit-plan
Source: https://github.com/MinhThang1009/dotclaude/tree/main/plugins/audit-plan/skills/audit-plan
Command: npx skills add https://github.com/MinhThang1009/dotclaude --skill audit-plan-minhthang1009

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

audit-plan helps teams identify and address gaps in a project's plan, ensure proper cleanup checks, and verify test coverage, preventing gaps from slipping into implementation.

Core Features & Use Cases

  • Full audit loop across a plan to detect new gaps and update the plan with Gap entries, cleanup checks, and test cases.
  • Sub-modes: gaps, verify, tests; supports auto-detection of the plan at .claude/plans and strict rules to avoid silent failures.
  • Automatic plan updating when new gaps are found, including steps to add Gap entries, cleanup checks (grep commands), and test cases.

Quick Start

Invoke the audit with /audit-plan:audit-plan to follow the prompts and update your plan.

Frequently Asked Questions about audit-plan

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

FAQPage Schema
How do I identify gaps in a migration or refactor plan?

Identify gaps in a migration or refactor plan by scanning the plan file and codebase to detect required changes, then update the plan with gap entries, cleanup grep commands, and test cases automatically.

What is plan gap tracking and why do I need cleanup checks?

Plan gap tracking detects missing requirements in project plans, while cleanup checks verify obsolete code removal using grep commands, preventing incomplete implementations from slipping into production.

How do I verify test coverage for gaps found in a codebase audit?

Verify test coverage for gaps found in a codebase audit by running a full audit loop that scans for new gaps and ensures each one has corresponding test cases and cleanup checks added to the plan.

Does the audit plan tool auto-detect plan files in my project?

Yes, the audit plan tool auto-detects plan files located at .claude/plans, applying strict rules to avoid silent failures when scanning the codebase for required changes.

Can I use specific sub-modes to check gaps, verify plans, and add tests?

Yes, you can use specific sub-modes including gaps, verify, and tests to focus on different aspects of the audit loop, detecting gaps, enforcing plan structure, and adding test cases respectively.

What are the limitations of automated plan auditing for code changes?

Automated plan auditing for code changes relies on auto-detecting plans at .claude/plans and applying strict rules to avoid silent failures, but requires a structured plan file to effectively update gaps, cleanup commands, and tests.