| name | govkit-ui-implementation-plan |
| description | Generate an ordered UI implementation checklist from a validated plan and preflight. Use when the user asks to draft UI implementation steps or invokes /govkit-ui-implementation-plan. |
Implementation Plan — UI
You are producing an Implementation Plan for a UI feature. Determine the feature name from the user's request; if it is not provided, ask before proceeding.
Read the following before proceeding:
features/<feature_name>/plan.md
features/<feature_name>/architecture_preflight.md
docs/ui/architecture/MVVM_CONTRACT.md
docs/ui/architecture/*/STATE_MANAGEMENT.md
Produce an ordered implementation checklist. Sequence must follow MVVM layer order: API → ViewModel → View.
Implementation Order
1. Types and Interfaces
2. API Layer
3. ViewModel — Query Hooks / Inject Functions
4. ViewModel — Client Store (if applicable)
5. View — Components
6. E2E — Playwright
7. CI Verification
Review and approve this plan before beginning implementation. Do not skip layers or reorder steps.