vc-audit-plans

Reconcile active plan artifacts with codebase structure to flag drift.

1.1k|223|Updated May 27, 2026
One-click install
npx skills add https://github.com/withkynam/vibecode-pro-max-kit --skill vc-audit-plans-withkynam
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vc-audit-plans
Source: https://github.com/withkynam/vibecode-pro-max-kit/tree/main/.claude/skills/vc-audit-plans
Command: npx skills add https://github.com/withkynam/vibecode-pro-max-kit --skill vc-audit-plans-withkynam

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This skill helps teams identify stale, incomplete, or obsolete plan artifacts across general and feature areas, enabling reliable cleanup and alignment with current codebase reality.

Core Features & Use Cases

  • Inventory validation of plan artifacts in process/general-plans/active and process/features/*/active
  • Cross-checks with codebase to ensure plans reflect live work and flag drift
  • Guidance for relocating co-located artifacts into the owning task folders; supports clean archiving

Quick Start

Run the inventory validator to scan active and feature plans and begin reconciling drift.

Frequently Asked Questions about vc-audit-plans

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

FAQPage Schema
How do I identify stale or obsolete plan artifacts in my codebase?

You identify stale plan artifacts by running an inventory validator that scans active general and feature plans, cross-checks them against the actual codebase, and flags obsolete plans for archiving to remove documentation drift.

What is plan drift and how does it affect project maintenance?

Plan drift occurs when active plan documentation no longer matches the actual code structure. It complicates ongoing maintenance and backlog hygiene, requiring reconciliation to ensure plans accurately reflect live work.

How do I validate artifact placement and cross-links for feature plans?

You validate artifact placement by scanning the process/features/*/active directories to enforce proper status accuracy and cross-link validation, ensuring co-located artifacts are relocated into owning task folders.

Can I automate the cleanup of completed plans after major codebase changes?

Yes, you can automate cleanup after major codebase changes by running an inventory scan that flags completed or obsolete plans for clean archiving and relocates co-located artifacts into their owning task folders.

What is the best way to maintain backlog hygiene for general and feature plans?

The best way to maintain backlog hygiene is to regularly run an inventory validator across process/general-plans/active and process/features/*/active to enforce artifact placement and archive obsolete plans.

When should I archive active plans instead of keeping them in feature directories?

You should archive active plans when the inventory validator flags them as completed or obsolete, indicating they no longer reflect live work and require removal to prevent drift between documentation and code.