Design Review

Verify design documentation and architecture adherence to P1-P5 patterns.

Updated May 30, 2026
One-click install
npx skills add https://github.com/probationer070/Cloud-Project --skill design-review-probationer070
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Design Review
Source: https://github.com/probationer070/Cloud-Project/tree/main/.claude/skills/design
Command: npx skills add https://github.com/probationer070/Cloud-Project --skill design-review-probationer070

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill ensures that your design documents and system architecture remain aligned and adhere to established patterns, saving time and reducing errors.

Core Features & Use Cases

  • Doc Sync: Validates that design documents are current with the codebase.
  • Architecture Quality: Checks that architecture follows best practices and pattern reuse.
  • Use Case: Use this Skill after adding a new feature or project to ensure your design documentation and architecture are consistent and maintainable.

Quick Start

Run the /design command after making changes to your system architecture.

Frequently Asked Questions about Design Review

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

FAQPage Schema
How do I verify design documentation accuracy against my codebase?

To validate design documentation, run the /design command to analyze codebase alignment and ensure documents reflect current architectural changes. This keeps your docs synchronized with actual code.

When should I perform an architecture design review?

An architecture design review should be performed post-features or post-projects to check architecture adherence. Use this process after adding new features to ensure consistent and maintainable system design.

What are P1-P5 patterns in architecture adherence checks?

P1-P5 patterns are established architectural best practices used to verify pattern reuse and architecture quality. Checking adherence to these patterns ensures your system follows standardized design principles.

How do I check if my architecture follows pattern reuse best practices?

Checking pattern reuse involves verifying architecture adherence to established P1-P5 patterns. This validates that your system architecture follows best practices and maintains consistent pattern usage.

Can I validate design documents without setting up external dependencies?

Yes, you can validate design documents without external dependencies because the Skill operates independently. It requires only your design documents and codebase to analyze alignment and architectural adherence.