interact
Interact
Use this skill to ask the user through a local browser UI, then wait for the submitted JSON answer before continuing the task.
Workflow
Run commands from the project root. The server and answer files are project-scoped under .interact/.
- Build a concise interaction schema.
- Ensure the server is running or let
askstart it. - Send the schema with
ask. - Open the returned URL for the user, preferably with the in-app browser when available.
- Wait for the answer with
waitor useask --wait. - Read the returned JSON and continue the original task.
Commands
Use the bundled script:
More from m00nlygreat/picky-ux-skills
ia
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.
19screen-design
Design a screen's element tree in Screen Tree Notation (STN) format. Uses ./design/GLOBAL.md and reusable STN components from ./design/components.
14wireframe
Generate ./wireframe.html directly from STN Markdown files in ./design. Use when Codex needs to turn STN screen/component trees into a GUI-like wireframe prototype without using a generator script; use $stn as the canonical STN syntax reference while parsing.
10startup-advisor
>
8survey-advisor
>
8stn
Canonical reference for Screen Tree Notation (STN) syntax, validation, imports, components, GLOBAL layout, responsive annotations, and examples. Use when Codex needs to read, write, validate, refactor, render, or transform STN files in ./design, including work for $design and $wireframe.
5