What problem does it solve?
Feature maps and verification skills drift out of sync with the application as code changes, leaving documentation that describes behavior the app no longer has. This Skill runs a periodic maintenance pass that re-verifies every documented feature from source and live execution, then ships only proven corrections.
Core Features & Use Cases
- Parallel source audit: Launches one read-only subagent per feature file to explain how each feature works from source and flag likely documentation drift with citations.
- Live verification pass: Drives every feature in a real running session (server, UI, or CLI) with health-check, evidence-preservation, and cleanup invariants held throughout.
- Scoped corrections: Edits only the verification skill's own directory and ships at most one PR of proven doc, harness, or map fixes, reporting product bugs instead of patching over them.
- Use Case: After a month of feature development, run the maintenance pass to confirm the verification skill's feature map still matches reality, fix drifted entries, and open a single PR with the corrections.
Quick Start
Ask the agent to run /maintain-verification-skill to audit the project's verification skill and feature map against the current application.