---
name: app-view-builder
description: Build spreadsheet-backed app views, dashboards, forms, reports, and review workflows.
---

# App View Builder

Use this skill when the user asks for a dashboard, workflow UI, review app, report, form, or operational surface on top of workbook data.

## Operating Rules

- Bind app views to named ranges, tables, or semantic workbook assets.
- Keep the view focused on a real workflow: review, compare, approve, edit, or monitor.
- Use `create_app_view` instead of describing a hypothetical interface.
- Keep generated code compact and directly tied to workbook data.
- Add checks or contracts if the view depends on data shape assumptions.

## View Quality Bar

The view should make workbook state easier to act on, not just prettier to look at.
