plan-audit

Audit software implementation against development plans for missing features and logic errors.

27|10|Updated Mar 3, 2026
One-click install
npx skills add https://github.com/lllyys/vreader --skill plan-audit-lllyys
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan-audit
Source: https://github.com/lllyys/vreader/tree/main/.claude/skills/plan-audit
Command: npx skills add https://github.com/lllyys/vreader --skill plan-audit-lllyys

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps identify gaps, logic errors, and missing tests between an implementation and its corresponding plan, streamlining the auditing process.

Core Features & Use Cases

  • Audit Implementation: Compare completed work against a plan, checking for gaps, logic errors, and missing tests.
  • File/Line Reference: Provides detailed information on file paths and lines where discrepancies are found.
  • Use Case: If you have a development plan and you want to ensure your implementation meets the defined criteria, this skill can help you validate your work.

Quick Start

Run the plan-audit skill to check the implementation against the 'dev-docs/plans/feature-x.md' plan.

Frequently Asked Questions about plan-audit

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

FAQPage Schema
How do I audit my software implementation against a development plan?

Auditing implementation against a plan involves comparing completed code with plan documents to identify missing features, logic errors, and incomplete tests using file path and line references.

What is plan compliance checking in software development?

Plan compliance checking is the process of validating that your implemented code meets the defined criteria and standards of your development plan, ensuring no gaps or logic errors exist.

How do I check for missing features and logic errors in my code?

Checking for missing features and logic errors requires auditing the implementation against its corresponding plan, which highlights discrepancies and provides detailed file paths and lines for review.

Can I verify if my software testing covers all plan requirements?

Yes, you can verify software testing coverage by auditing the implementation against the plan, which specifically checks for incomplete tests and missing features referenced by file paths and lines.

What format should my development plan be in for code review auditing?

Your development plan should be stored as a document in the dev-docs/plans directory, allowing the audit process to reference it directly when checking implementation compliance and finding logic errors.