Loading...
Loading...
Generate an Information Architecture (IA) document from a service plan, PRD, or product idea. Outputs a structured screen hierarchy as Markdown nested lists and saves to SCREENS.md.
npx skill4agent add m00nlygreat/picky-ux-skills iaScope: This skill generates frontend routes (browser URLs). API endpoint design is a separate concern.
| User Action | DB Operation | Example (E-commerce) |
|---|---|---|
| Create | Create | Sign up, add product, place order |
| View | Read | View profile, search/view product, order history |
| Edit | Update | Change password, update price, change order status |
| Remove | Delete | Delete account, remove product |
/posts/users/fields/post/field/tasks/warehouse/feedcreateeditsettings/{entities}/posts/users/tasks/{static-page}/about/pricing/{entities}/:id/posts/123/{entities}/create/{entities}/:id/{sub-entities}/farms/5/members/{entities}/:id/settings/{entities}/:id/edit...?key=value?category=tops?sort=price?page=2?q=keyword?status=backlog?mode=edit?status=backlog/warehouse/posts/posts/123/posts/123/settings- /{entities}
- Collection Screen (`/{entities}`)
- Query params: `?status=`, `?sort=`, `?q=`
- Single Item Screen (`/{entities}/:id`)
- Sub-page (`/{entities}/:id/settings`) (modal, inline, or page)
- Sub-page (`/{entities}/:id/edit`) (modal or page)
- Child records (`/{entities}/:id/{sub-entities}`)
- Create Screen (`/{entities}/create`) (modal or page)
- /{static-page}createeditsettings(modal)(inline)(page)/:id| Screen | Type | URL Pattern | Description |
|---|---|---|---|
| ... | Collection / Single Item / Action / Auth | | ... |
SCREENS.md# [Service Name] — Information Architecture
> Generated: [date]
## Entities & CRUD Map
...
## Screen Hierarchy
...
## Screen Summary
...