What problem does it solve?
Updating architecture or design documents often leads to inconsistent changes, lost rationale for modifications, and messy inline edits that make version tracking difficult, resulting in outdated or contradictory design documentation.
Core Features & Use Cases
- Section-by-Section Validation: Systematically review each part of an existing design document against new learnings, implementation insights, or related cross-reference documents.
- Structured Change Logging: Record all proposed changes with clear rationale in a separate changes document, avoiding messy inline edits.
- Use Case Example: When refining a microservices architecture design after a production latency issue, use this skill to validate each service boundary decision, log changes with supporting evidence, and produce a clean updated design document.
Quick Start
Use the design-review skill to validate the current payment system design document against the new fraud detection implementation requirements and generate a structured change log before rewriting the full document.