ux-plan

Plans one feature before coding by delegating to the nadav-design plan mode.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? It prevents jumping straight into code by enforcing a structured planning step for a single feature, reusing the proven plan mode of the nadav-design skill. ## Core Features & Use Cases - Feature Planning Shortcut: Invokes the plan mode of the nadavai:nadav-design skill with the feature name you provide. - Step-by-Step Execution: Follows the master skill's plan section one step at a time, with evidence after every step and a stop on failure. - Fallback Loading: If the Skill tool cannot load nadav-design, it reads the master SKILL.md directly from the plugin directory and follows its plan mode verbatim. - Use Case: Type /ux-plan checkout-flow to produce a structured implementation plan for the checkout feature before writing any code. ## Quick Start Ask the assistant to run /ux-plan followed by your feature name, for example plan the user onboarding feature before coding it.

Frequently Asked Questions about ux-plan

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

FAQPage Schema
How do I plan a feature before writing code?

Run /ux-plan followed by the feature name. The skill invokes the plan mode of the nadav-design skill, which walks through planning steps one at a time with evidence after each step and stops on failure.

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

ux-plan is a shortcut that always runs the plan mode of the nadav-design skill. nadav-design is the master skill containing multiple modes; ux-plan only triggers its plan mode with your arguments.

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 plan mode section verbatim, so planning still works.

Does ux-plan work without the nadavai plugin installed?

No. ux-plan depends on the nadav-design skill shipped in the same nadavai plugin bundle. It never looks for the master skill anywhere else, so the plugin must be installed.