What problem does it solve?
Front-end teams often struggle with inconsistent architectures, conventions, and workflows, which lead to fragmented codebases and slower delivery. This Skill standardizes frontend practices across domains by enforcing Domain-Driven structure, SSOT principles, and accessibility guidelines, enabling faster, more reliable UI development.
Core Features & Use Cases
- Domain-driven structure and domain-based file organization under src/domains to align pages, components, hooks, entities, and utilities across teams.
- Component-first workflow including component spec definition, implementation, Storybook documentation, and page integration, with enforced import ordering and alias usage.
- Accessibility-first guidelines with WCAG considerations, keyboard navigation, and screen reader support to ensure inclusive UI across domains.
Quick Start
Create a new domain page by following the Domain-Driven structure under src/domains and wire it into the app layout.