What problem does it solve? Teams maintaining PRDs, epics, and stories in Markdown often drift into inconsistent filenames, missing frontmatter fields, and malformed Change Log sections, making documents hard to discover and audit. This Skill defines precise mechanical checks so every document follows the same conventions. ## Core Features & Use Cases - Naming Convention Enforcement: Validates the epic.NUMBER.name.md and story.EPIC.STORY.name.md formats, requiring dots instead of underscores and self-named story subdirectories. - Frontmatter Validation: Checks required YAML fields for epics and stories, kebab-case status values, ISO dates, and OKF v0.1 conformance with severity grading (Critical for missing type, Important for missing description). - Change Log Auditing: Verifies the four-column Change Log table, heading format, row freshness against frontmatter updated, and exempts bug reports that use Status History instead. - Use Case: When reviewing a documentation PR, activate this Skill to audit every touched epic and story file for naming violations, missing frontmatter keys, and stale Change Logs before merging. ## Quick Start Ask the agent to validate the epic and story documents in your docs directory against the documentation standards and report any naming or frontmatter violations.