ui-ux-requirements-check

Detect specification deviations in software implementations and generate compliance reports.

1|Updated Jun 27, 2025
One-click install
npx skills add https://github.com/d-kishi/ubiquitous-lang-mng --skill ui-ux-requirements-check
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ui-ux-requirements-check
Source: https://github.com/d-kishi/ubiquitous-lang-mng/tree/main/.claude/skills/spec-compliance-auto/rules/ui-ux-requirements-check.md
Command: npx skills add https://github.com/d-kishi/ubiquitous-lang-mng --skill ui-ux-requirements-check

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

UI/UX仕様書通りに画面・フォーム・メッセージが実装されているかを検証します。

Core Features & Use Cases

  • 画面レイアウトとボタン配置の適合性チェック
  • 入力フォームのバリデーションとエラーメッセージの検証
  • UI/UX仕様書との整合性評価

Quick Start

UI設計書の要件を基に、画面実装の適合性を検証します。

Frequently Asked Questions about ui-ux-requirements-check

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

FAQPage Schema
How do I verify that UI and form implementations match design specifications?

UI/UX requirements validation checks whether screen layouts, button placement, form inputs, and error messages conform to your design specification. It correlates implemented code against specification sections to detect deviations and compute a spec-conformance rate, helping maintain 95%+ compliance throughout feature development.

When should I run UI/UX specification compliance checks during development?

Run compliance checks before implementation to baseline requirements, during development to catch deviations early, after implementation to verify completion, and after specification updates to ensure implementations remain aligned. This continuous validation maintains consistency across functional, non-functional, data integrity, and UI/UX requirements.

What does a UI/UX compliance report include?

The compliance report generates actionable improvement recommendations by parsing your requirements document, identifying gaps between specification and implementation, and producing a spec-conformance rate with prioritized fixes for layout, validation logic, messaging, and UI/UX alignment issues.

Can I use this to validate error messages and form validation rules against specifications?

Yes. The Skill validates that input form validation and error messaging implementations match your UI/UX specification requirements. It checks both the validation logic and the corresponding error messages users see, ensuring they align with your design intent.

What input format does the requirements specification need?

Requirements should be structured as a Doc/01_Requirements document. The Skill parses this specification, maps implemented UI elements and interactions to their corresponding requirement sections, and flags any misalignments for remediation.