What problem does it solve?
This Skill prevents documentation drift by evaluating how code changes affect business, technical, and audit documentation, ensuring updates are made only when genuinely needed.
Core Features & Use Cases
- Three-Layer Impact Classification: Assess business, technical, and audit documentation needs based on the diff.
- Targeted Documentation Updates: Update only the documentation affected by new behavior, APIs, architectural decisions, permissions, or security changes.
- Verification: Re-read updated documentation against the implementation to catch inaccurate claims.
- Use Case: After adding a new API route, use this Skill to determine which user-facing, technical, and audit documents need updates before committing the change.
Quick Start
Use the diff-driven-docs skill after completing a code change to classify its documentation impact and update only the necessary documents.