Harness Maintenance Audit

Audit this plugin repo for two kinds of rot: documentation that no longer matches the shipped plugin, and internal bookkeeping that has leaked into files users receive. Derives every fact from the artifact itself — enums from the schema, counts from the filesystem, hook behavior by executing the hook — then fixes the docs and reports code defects separately. Use this whenever maintaining this repository: before a release or version bump, after removing/renaming/adding a skill, operation, hook or command, after any commit that touches `skills/`, `hooks/`, `commands/`, `schemas/` or `docs/`, and whenever the user asks to "check the docs are current", "audit for drift", "make sure the plugin is clean", "does the documentation match", "is anything out of date", or wants a consistency/parity check between code and documentation. Also use it proactively before committing a refactor that deletes or renames anything, because the blast radius of a cleanup commit is routinely wider than its message claims.

nguyenvanphituoc Updated

File contents

nguyenvanphituoc/shapeup-sdlc-plugin/tree/main/.claude/skills/harness-maintenance-audit commit b747f6a2f1

Frequently asked questions

npx skillmds@latest add nguyenvanphituoc/harness-maintenance-audit