What problem does it solve?
Over time, project documentation such as AGENTS.md, docs/harness/, docs/standards/, and glossaries drifts out of sync with the actual codebase as files are renamed, skills are added, and architectures evolve. This Skill continuously audits that documentation against the real project state and fixes deterministic deviations automatically.
Core Features & Use Cases
- Three scan modes: PR lightweight checks triggered by changed files, full twelve-dimension deep scans, and targeted single-dimension inspections.
- Graded remediation: P0 deviations (renamed paths, stale skill lists, standards preset drift) are auto-fixed and committed; P1 semantic deviations are proposed to the user for confirmation before fixing.
- Twelve detection dimensions: path validity, skill manifest consistency, architecture descriptions, standards preset sync, glossary completeness, directory structure, tool dependencies, dev-map/IDE integration, workflow residue cleanup, business standards, standards rules, and AGENTS project memory preservation.
- Use Case: After a PR renames a directory and adds a new skill, run a PR-mode scan to automatically update all documentation references, register the new skill in tooling.md, and commit the fixes with a gardening report.
Quick Start
Ask the agent to run a full harness-gardening scan of the current repository to detect and fix documentation drift.