ood-review

Review OOD drafts across six design perspectives and generate a Markdown report.

Updated Mar 22, 2026
One-click install
npx skills add https://github.com/GoGradually/usecase-driven-design-skills --skill ood-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ood-review
Source: https://github.com/GoGradually/usecase-driven-design-skills/tree/main/usecase-driven-design/skills/ood-review
Command: npx skills add https://github.com/GoGradually/usecase-driven-design-skills --skill ood-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill identifies design gaps in OOD drafts and main design documents by applying a six-viewpoint review, enabling early detection of issues and structured improvement suggestions.

Core Features & Use Cases

  • Systematic six-viewpoint evaluation (Completeness, Traceability, SOLID, GRASP, Coupling/Cohesion, Design Patterns) to ensure design integrity.
  • Generation of a standardized review report in Markdown that documents findings, severity, and remediation recommendations.
  • OOA-to-OOD traceability checks, ensuring every design element is grounded in prior use-case and domain models.

Quick Start

Run a six-viewpoint OOD review on a target design document and output a Markdown review report with findings.

Frequently Asked Questions about ood-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I review an OOD draft for SOLID and GRASP violations?

To review an OOD draft for SOLID and GRASP violations, apply a systematic six-viewpoint evaluation that checks design integrity across completeness, traceability, coupling, cohesion, and pattern justification. This generates a Markdown report with findings.

What is OOA to OOD traceability in design reviews?

OOA to OOD traceability in design reviews ensures every OOD element is explicitly grounded in prior use-case and domain models. This verifies that the design draft fully covers structural requirements.

How do I generate a standardized design review report in Markdown?

Generate a standardized design review report in Markdown by executing a structured OOD evaluation. This automatically documents findings, severity levels, and remediation recommendations.

Can I check design pattern justification within an early-stage UC-driven workflow?

Yes, you can check design pattern justification within an early-stage UC-driven workflow by evaluating the OOD draft against specific viewpoints. This ensures patterns are appropriately validated.

What is the best way to identify design gaps in class diagrams?

The best way to identify design gaps in class diagrams is to perform a formal review across six perspectives including SOLID, GRASP, and coupling/cohesion. This generates explicit improvement suggestions.