Plan screens & journey
pixl_plan_screensRecord an ordered list of screens and user journey transitions to create a screen inventory and flow map, establishing the foundation for UI generation.
Instructions
Record the screen list and the user journey between them. Writes screens.md and seeds the flow map. Do this after the design system is set and before generating screens.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| journey | No | Directed transitions between screen ids. | |
| screens | Yes | Ordered list of screens. |