design-review-validation

Validate implemented software against its Detailed Design using COMPARE, VERIFY, L4_ALIGN, and APPROVE.

1|Updated Jan 14, 2026
One-click install
npx skills add https://github.com/Rwb3n/haios --skill design-review-validation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: design-review-validation
Source: https://github.com/Rwb3n/haios/tree/main/.claude/skills/design-review-validation
Command: npx skills add https://github.com/Rwb3n/haios --skill design-review-validation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a structured validation gate to ensure implemented software aligns with its Detailed Design, helping teams catch deviations early and maintain traceability.

Core Features & Use Cases

  • Phase-driven validation: COMPARE, VERIFY, L4_ALIGN, and APPROVE workflows to ensure design compliance throughout the implementation cycle.
  • Deviation detection: Reads plan/design artifacts and implementation files to surface misalignments and document decisions.
  • L4 alignment support: Checks for alignment against L4 requirements during the DO cycle and prompts for gap handling.
  • Plan integration: Optional updates to the plan when deviations are intentional and approved.

Quick Start

Use the design-review-validation skill to validate an implementation against its Detailed Design during the DO phase.

Frequently Asked Questions about design-review-validation

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

FAQPage Schema
How do I validate that my code implementation matches the detailed design?

You can validate implementation against detailed design by running a structured quality gate workflow spanning COMPARE, VERIFY, L4_ALIGN, and APPROVE phases to detect deviations and maintain traceability during the DO cycle.

What is a design-implementation deviation and how do I track it during development?

Design-implementation deviations are misalignments between plan artifacts and implementation files. You track them by reading design documents and source code to surface gaps, then documenting decisions and optionally updating the plan when deviations are approved.

How do I check L4 requirements alignment during the DO phase?

To check L4 requirements alignment during the DO phase, run the L4_ALIGN workflow to compare implemented software against L4 requirements, which prompts gap handling and enforces compliance through read and analysis operations.

Can I update the project plan when intentional design deviations are approved?

Yes, you can update the project plan when intentional design deviations are approved. The validation workflow supports optional Edit operations to modify plan artifacts, keeping documentation synchronized with approved implementation decisions.

Does this design review validation workflow depend on specific frameworks or tech stacks?

No, the design review validation workflow is technology-agnostic. It requires no external dependencies and uses standard read, grep, and edit operations to validate implementation files against design artifacts across any tech stack.

What is the best way to enforce a code review quality gate for design compliance?

The best way to enforce a design compliance quality gate is applying a phase-driven validation process that compares implementation files against detailed design artifacts, detects deviations early, and maintains traceability through structured approval workflows.