bee:pre-dev-design-validation

Validate UX design artifacts against predefined specifications before implementation.

2|1|Updated Mar 3, 2026
One-click install
npx skills add https://github.com/luanrodrigues/ia-frmwrk --skill bee-pre-dev-design-validation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bee:pre-dev-design-validation
Source: https://github.com/luanrodrigues/ia-frmwrk/tree/main/pm-team/skills/pre-dev-design-validation
Command: npx skills add https://github.com/luanrodrigues/ia-frmwrk --skill bee-pre-dev-design-validation

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill prevents incomplete or ambiguous designs from reaching the implementation phase, saving significant development time and resources by catching critical gaps early.

Core Features & Use Cases

  • Checklist-based Validation: Ensures all required UX artifacts (wireframes, user flows, criteria) are present and complete.
  • State Coverage Verification: Confirms that all necessary UI states (loading, error, empty, success) are defined.
  • Component Alignment: Verifies that wireframes use components available in the project's UI library.
  • Use Case: Before a developer starts coding a new feature, this Skill is run to confirm that the wireframes cover all user interactions, define necessary states, and specify accessible design patterns, preventing costly rework later.

Quick Start

Run the design validation skill for the 'user-profile' feature.

Frequently Asked Questions about bee:pre-dev-design-validation

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

FAQPage Schema
How do I validate wireframes for UI states and accessibility before coding?

To validate wireframes, you can use a checklist-based approach to verify that all required UX artifacts, UI states (loading, error, empty, success), and accessibility criteria are thoroughly defined before implementation begins.

What is design validation in a gate-based development workflow?

Design validation in a gate-based workflow is the process of enforcing design readiness by checking UX completeness and specification adherence, ensuring incomplete or ambiguous designs do not advance to the technical implementation phase.

How do I check if my wireframe components match the project UI library?

You can check component alignment by verifying that the elements specified in your wireframes are available and correctly mapped within the project's predefined UI component library before development starts.

When do I need to run a UX checklist for design readiness?

You need to run a UX checklist when preparing to code a new feature, ensuring wireframes cover all user interactions, define necessary states, and specify accessible design patterns to prevent costly rework later.

Does design validation verify loading and error states in wireframes?

Yes, design validation performs state coverage verification to confirm that all necessary UI states, including loading, error, empty, and success states, are explicitly defined in the provided wireframes.

What is the best way to prevent incomplete UX specs from reaching developers?

The best way to prevent incomplete UX specs from reaching developers is enforcing a design validation gate that checks wireframes, user flows, and accessibility criteria against predefined requirements before technical design begins.