leduykhuong-daniel/OSS-docs-as-code-kit
Agent
Inspects a change to an inter-team API contract and classifies it as breaking or non-breaking, identifies every affected consumer, and produces a migration-notification checklist. Use when a .contract.md changes (or before merging one) to prevent the "added a required field and broke consumers" incident.
leduykhuong-daniel/OSS-docs-as-code-kit
Agent
Reviews a documentation change (a docs PR or a set of changed .md files) for docs-as-code quality — runs validate + trace + drift, checks the docs+code+contract "changed together" rule, and returns a BLOCK/FLAG/PASS verdict with evidence. Use when reviewing docs changes before merge.
leduykhuong-daniel/OSS-docs-as-code-kit
Agent
Surveys an existing body of legacy documentation (a folder of Word/PDF/Confluence exports/scattered Markdown) and produces a sequenced migration plan — classifying each document by artifact type and ordering the work by traceability tier. Use before a bulk docs migration to decide what moves first; hands each file to…
leduykhuong-daniel/OSS-docs-as-code-kit
Agent
Assesses a team's repo and current documentation maturity, then produces a tailored Documentation-as-Code adoption roadmap — which lessons to read, which commands to run first, and a realistic two-to-four-week rollout plan. Use when a team wants to adopt docs-as-code but does not know where to start.
leduykhuong-daniel/OSS-docs-as-code-kit
Agent
Deep-audits the traceability matrix of a product-docs repo — reconstructs every BRD→PRD→FR/NFR→Epic→Story→Test chain, scores coverage, and lists unverified requirements, dead ID links, and orphaned artifacts with evidence. Use for a release-readiness or quarterly docs audit (deeper than the per-PR docs-reviewer).