What problem does it solve?
Flow misunderstandings in backend and backoffice features are expensive to fix after implementation. This Skill produces an interactive, click-through prototype from requirements before any production code is written, so reviewers can walk the screens and leave anchored feedback while changes are still cheap.
Core Features & Use Cases
- Story-driven screen inventory: Verifies requirements contain user stories with acceptance criteria, then derives a screen inventory covering empty, error, permission, and dialog states mapped to story IDs.
- Production-faithful scaffolding: Generates a prototype under
.ai/prototypes/<slug>/ with design tokens synced from globals.css and screen anatomy mirroring the real AppShell, DataTable, CrudForm, and Kanban components.
- Anchored review comments: Ships a built-in comment engine with pins, threads, re-anchoring, deletion tombstones, and an append-only export format that reviewers commit back to the repository.
- Use Case: Given a requirements document for a new order-management module, generate a clickable admin prototype, present it screen-by-screen to stakeholders, collect pinned feedback, and export the comments for the team before implementation begins.
Quick Start
Ask the assistant to build an interactive backend prototype from your requirements file, for example: create a clickable prototype for the flow described in requirements.md.