corporate

Define enterprise UI design guidelines with typography, color, and WCAG 2.2 AA accessibility rules.

Updated May 13, 2026
One-click install
npx skills add https://github.com/superpollo02/awesome-design-skill --skill corporate-superpollo02
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: corporate
Source: https://github.com/superpollo02/awesome-design-skill/tree/main/skills/corporate
Command: npx skills add https://github.com/superpollo02/awesome-design-skill --skill corporate-superpollo02

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Corporate standardizes how enterprise-style interfaces look and behave so teams can deliver consistent, accessible UI across products without ad-hoc styling or vague rules.

Core Features & Use Cases

  • Typography & spacing foundations: Enforces a desktop-first expressive scale using Open Sans (body), Poppins (display), and IBM Plex Mono (labels), plus an 8pt baseline grid spacing rhythm.
  • Tokenized color system: Defines primary/secondary/success/warning/danger with explicit surface and text tokens to keep visual hierarchy stable.
  • Accessibility & interaction rules: Requires WCAG 2.2 AA-aligned behavior, keyboard-first navigation, visible focus states, semantic labeling, and touch target sizing.
  • Component and quality gates: Guides engineers to include explicit states (default/hover/focus-visible/active/disabled/loading/error as relevant) and to use testable, non-ambiguous constraints.

Quick Start

Ask an AI agent to generate Corporate-aligned UI guidance for a specific enterprise component, such as a dashboard header with buttons and filters, following the tokens and accessibility acceptance criteria in this skill.

Frequently Asked Questions about corporate

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

FAQPage Schema
How do I establish a consistent enterprise UI design system?

Establish a consistent enterprise UI by defining typography, color, and spacing foundations using an 8pt baseline grid, tokenized theming, and explicit component states. This approach standardizes visual hierarchy and behavior across products without ad-hoc styling.

What typography and spacing foundations are needed for accessible corporate UI?

Accessible corporate UI requires a desktop-first expressive scale using Open Sans for body text, Poppins for display, and IBM Plex Mono for labels. Spacing foundations rely on an 8pt baseline grid rhythm to maintain visual consistency.

How do I apply tokenized theming to enterprise UI components?

Apply tokenized theming by defining primary, secondary, success, warning, and danger colors with explicit surface and text tokens. These constraints keep visual hierarchy stable and ensure consistent styling across component families like buttons and inputs.

Can I use WCAG 2.2 AA interaction rules for component states?

Yes, WCAG 2.2 AA-aligned interaction rules require keyboard-first navigation, visible focus states, semantic labeling, and proper touch target sizing. Components must define explicit states including default, hover, focus-visible, active, disabled, loading, and error.

What is the best way to document quality gates for enterprise design systems?

Document quality gates by establishing testable, non-ambiguous constraints and explicit QA acceptance criteria for component families. Include comprehensive states like loading and error to ensure polished, consistent behavior across responsive layouts.

Does this approach work for responsive and empty or error states?

Yes, the design guidelines apply to component families across responsive, empty, loading, and error states. It requires explicit component states and testable acceptance criteria to ensure consistent UI behavior in all scenarios.