What problem does it solve?
Developers often stall after architectural design because implementing UI components manually is time‑consuming, error‑prone, and may diverge from design standards.
Core Features & Use Cases
- Design‑System Compliance: Enforces colors, spacing, typography, and tokens from
docs/design-system.md.
- Framework Flexibility: Generates components for React (Next.js), Vue/Nuxt, or SvelteKit following project conventions.
- State Management Integration: Uses the project's chosen state solution (Zustand, Redux, etc.) and prefers server‑side data fetching.
- Accessibility & Responsiveness: Includes ARIA best practices and responsive layouts out of the box.
- Use Case Example: After receiving a feature spec, the skill creates reusable UI components that match the design system and connect to backend APIs.
Quick Start
Invoke /frontend with the path to the feature spec you want to implement.