Аудит и очистка активных планов проекта
documentation
vc-audit-plans is a Claude Code skill that audits active project plan files for staleness, completion, and artifact routing accuracy. It runs the inventory validator (`validate-plan-inventory.mjs`), scans `process/general-plans/active/` and `process/features/*/active/` with awareness of `{slug}_{date}/` task subfolder structure, and classifies each plan as `Completed`, `Partially Done`, `Obsolete`, `Stale`, `Active`, or `Reference`. Completed and obsolete plans are moved as whole task folders via `git mv`; deletions always require explicit confirmation. Use it for periodic plan cleanup, reconciling active work after a burst of development, or archiving finished artifacts — especially when UPDATE PROCESS steps were skipped and drift has accumulated.
- #plan-audit
- #inventory-management
- #artifact-tracking
- #maintenance
- #plan-lifecycle