phase-6-ui-integration
Installation
SKILL.md
Phase 6: UI Integration
Connect frontend components with backend APIs and implement state management.
Purpose
Phase 6 bridges the gap between Phase 5 (design system) and Phase 4 (API). This phase wires up data fetching, state management, error handling, and user interactions to create a fully functional application. Every page becomes alive with real data.
Actions
| Action | Description | Example |
|---|---|---|
start |
Begin Phase 6 | $phase-6-ui-integration start |
api-client |
Set up API client | $phase-6-ui-integration api-client |
state |
Implement state management | $phase-6-ui-integration state |
forms |
Set up form handling | $phase-6-ui-integration forms |
review |
Review integration quality | $phase-6-ui-integration review |