From kdoc
Validate ADR numbering, frontmatter, supersession chains, and wikilink references by scanning ADR files directly. Use when the user asks to validate ADRs, check ADR governance, or audit the ADR directory.
How this skill is triggered — by the user, by Claude, or both
Slash command
/kdoc:adr-validateThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill to validate ADRs with direct file inspection only.
Use this skill to validate ADRs with direct file inspection only.
core/schema/frontmatter-schemas.json and use the adr contract for required fields, statuses, and ID rules.Knowledge/ADR/ADR-*.md.id matches the filename.status is allowed by the schema.supersedes or superseded_by references point to existing ADRs when present.kdoc_health or kdoc_validate to confirm the manual findings. The skill must still work without MCP.kdoc:adr-createkdoc:governance-checknpx claudepluginhub mariogusmao/mg-plugins --plugin kdocValidates ADR files in docs/adrs/ for reference integrity, supersedes/extends/related links, circular chains, self-references, and domain conflicts. Report-only or interactive fixes.
Runs structural checks and content review on ADR files, producing a combined quality report for downstream fix tools. Use as a quality gate before SPEC generation.
Authors, indexes, and lints Architecture Decision Records (ADRs) to preserve the rationale behind system decisions. Scaffolds new ADRs, enforces format, manages supersession, and maintains an index.