ux-next

Reports the current position in the UI/UX loop and the next commands to run.

Updated Sep 15, 2026
One-click install
npx skills add https://github.com/Nadav011/nadavai-claude --skill ux-next-nadav011
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ux-next
Source: https://github.com/Nadav011/nadavai-claude/tree/main/plugins/nadavai/skills/ux-next
Command: npx skills add https://github.com/Nadav011/nadavai-claude --skill ux-next-nadav011

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When working through a multi-step UI/UX workflow, it is easy to lose track of which phase the project is in and which command should run next. This Skill answers "what now" by reading the project's tracked state and printing the current position plus the next commands, without starting any new work. ## Core Features & Use Cases - Read-only status check: Delegates to the next mode of the nadav-design skill to inspect the UI/UX loop state without modifying anything. - Next-step guidance: Prints the exact next commands to run based on tracked setup artifacts and project state. - Use Case: After returning to a project mid-design, ask "what is next" to see whether you should run ux-plan, ux-screen, ux-audit, or another loop command. ## Quick Start Ask the assistant what is next in the UI/UX loop for this project, or invoke /ux-next directly.

Frequently Asked Questions about ux-next

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check what step is next in my UI/UX workflow?

Invoke /ux-next or ask what is next. The skill runs the read-only next mode of nadav-design, which inspects the project's tracked state and prints the current position plus the next commands to run.

Does ux-next modify my project or start new work?

No. It is strictly read-only: it prints the position in the UI/UX loop and the next commands, but starts nothing and changes no files.

What is the difference between ux-next and nadav-design?

ux-next is a shortcut that invokes the nadav-design skill with the next mode argument. It uses the same plugin and version, so behavior is identical to running nadav-design in next mode.

What happens if the nadav-design skill cannot be loaded?

The skill falls back to reading the nadav-design SKILL.md file directly from the plugin directory and follows its Hard rules and Mode next section verbatim with the same arguments.