mini-design-review

Review DESIGN documents for constitution compliance and function usage.

52|3|Updated Feb 14, 2026
One-click install
npx skills add https://github.com/ZTE-AICloud/Co-OmniSpec --skill mini-design-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mini-design-review
Source: https://github.com/ZTE-AICloud/Co-OmniSpec/tree/main/skills/mini-design-review
Command: npx skills add https://github.com/ZTE-AICloud/Co-OmniSpec --skill mini-design-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a deterministic, rule-based review of minimal SDD-generated design documents, ensuring alignment with project constitution and development guidelines before acceptance.

Core Features & Use Cases

  • Constitution-aligned checks: validates that the DESIGN document adheres to the repository's constitution, governance rules, and quality standards.
  • Multi-step review workflow: reads the FEATURE_DIR to locate the design artifacts, applies checks for new function additions, and verifies usage of existing functions.
  • Automated verdict & reporting: writes the review outcome to FEATURE_DIR/review-result.md and tracks the number of review iterations in FEATURE_DIR/design-review-times.md.

Quick Start

Execute a design-review pass on the current DESIGN document to generate a structured verdict.

Frequently Asked Questions about mini-design-review

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

FAQPage Schema
How do I automate design document verification against project guidelines?

Automated design document verification compares your DESIGN file against repository rules and guidelines. It identifies discrepancies and applies defined checks for constitution compliance before generating a structured review verdict.

What is a constitution-aligned design review?

A constitution-aligned design review validates that your design document adheres to the repository's governance rules and quality standards. It checks for compliance, new function additions, and correct usage of existing functions within a single review cycle.

How to perform a quality-check on a lightweight SDD design doc?

To perform a quality-check on a lightweight SDD design doc, the Skill reads your FEATURE_DIR to locate design artifacts. It applies rule-based checks for compliance and function usage, then writes the automated verdict to review-result.md.

Does the automated design review workflow track review iterations?

Yes, the automated design review workflow tracks iterations by writing the number of review attempts to FEATURE_DIR/design-review-times.md. It halts further processing entirely if the maximum configured review attempts are reached.

Can I use this for design review of minimal SDD-generated documents?

Yes, this is specifically built for design review of minimal SDD-generated documents. It provides a deterministic, rule-based workflow to ensure alignment with project constitution and development guidelines before final acceptance.

What happens when the design review reaches the maximum attempts limit?

When the design review reaches the maximum attempts limit, it halts further processing to prevent infinite loops. The final structured review outcome remains safely stored in the FEATURE_DIR/review-result.md file.