What problem does it solve? Maintaining a self-hosted agent development workflow repository means keeping requirements files, ADRs, skill definitions, command files, and workflow templates mutually consistent; this Skill automates those mechanical integrity checks so drift, stale references, and legacy namespace remnants are detected reproducibly instead of by manual review. ## Core Features & Use Cases - Cross-artifact integrity validation: Runs validator scripts that check REQ frontmatter against filenames, ADR-to-REQ bidirectional references, command-map versus actual files, and detection of obsolete vocabulary and legacy paths. - Template and skill structure linting: Verifies workflow template structure and lints SKILL.md files for frontmatter, USE FOR boundaries, and description length rules. - Targeted change-scoped checks: Provides a targeted docs guard that inspects only changed files per workflow (req-save, design-save, case-run, case-close, docs-check) and emits JSON or Markdown reports. - Use Case: Before merging a pull request that renames a requirement file, run the integrity validators to confirm the README index, cross-references, and AUTOGEN blocks were regenerated, and receive a dated Markdown report under .agentdev/integrity/reports/. ## Quick Start Ask the agent to run the repo-agentdev-integrity validators against the repository and report any REQ, ADR, or skill consistency findings.