frontend-implement
Installation
SKILL.md
frontend-implement
Implement the approved frontend scope. Consume the contract exactly as published — never invent API shapes. Start only after the contract is stable.
When to use / not use
- Use after the contract is stable (backend need not be finished — mock to the contract).
- Don't ship happy-path-only UI; don't invent fields; don't ignore type errors.
- Plan mode: if invoked to plan only, produce the task/UI-state list and stop.
Before editing
- Read
CLAUDE.md, the frontend LLD (.maestro/<slug>/lld/frontend.md) — reuse the components/patterns it identified before adding new ones — and the contract. - List pages affected, components to reuse/add, API hooks, form schema/validation, analytics, and tests. List files to change.