TaskFlow web dashboard — spec-driven UI generation
Added spec/web-dashboard.md describing a task management dashboard:
- Dashboard page with header, create form, task list
- Styled task cards with priority/status badges
- Analytics stats panel
- Responsive CSS with custom properties
Phoenix bootstrap: 3 spec files → 48 canonical nodes → 11 IUs → 3 services:
- Analytics API (:3000)
- Tasks API (:3001)
- Web Dashboard (:3002/4000) — serves complete HTML with inline CSS+JS
Run: cd examples/taskflow && PORT=4000 node dist/generated/web-dashboard/server.js
Open: http://localhost:4000