Skip to content

{Page title} (`{route}`)

FieldValue
Appapps/{app}
Route{route}
Route shell{app route file}
Feature entry{feature component path(s)} or (none — {reason}) or (inline in route shell)
Last updated{YYYY-MM-DD}

Use cases on this page

Use caseDocNotes
{Use case name}use-case.md{when visible; optional}

Add rows for every domain operation this page invokes. Link to domain docs; do not restate invariants here.


Screen states

What the user sees for this route (loading, empty, error). Not aggregate lifecycle (Draft/Published); use Content modes below when those change visible actions.

StateUser sees
Loading{description}
Loaded{description}
Empty{description}
Error{description}

Content modes

Optional. Use when aggregate state on the page changes which actions or fields are visible (for example Draft vs Published on an editor). Link to use-case docs for domain rules.

ModeUser sees
{Mode}{description}

Shell

Inherits the app shell at docs/ui/{app}/shell.md (copy from ui-shell.md).


Tests

TypeLocationTraces to
Playwright{e2e spec path} or Not yet addedRows in linked test specs below
Vitest{unit test path} or Not yet addedZod schema or hook for this page

Acceptance criteria coverage

For each use case on this page, map UI-visible outcomes to test spec rows (not duplicate full tables here).

Use caseTest specAC rows exercised on this page
{use-case}{use-case}.tests.mdAC-001, AC-002

Add a Playwright spec comment header: // Page: docs/ui/{app}/pages/{page}.md.

In consuming projects, copy this template from the standards submodule (for example {project}/standards/docs/templates/docs/ui-page.md).