Experimental end-to-end product-design orchestrator for project context, research retrieval, experience modeling, visual direction, creation, and rendered validation. Invoke explicitly for foundation testing. Use the six stable specialist skills for audits, dashboards, AI features, design systems, handoff, and case studies.
Scanned 9/6/2026
Install to Claude Code
npx -y skills add aditya-ariosity/ux-ui-skills --skill product-design --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Product Design?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/aditya-ariosity-product-design)More formats (shields.io, HTML) on the badges page.
---
name: product-design
description: Experimental end-to-end product-design orchestrator for project context, research retrieval, experience modeling, visual direction, creation, and rendered validation. Invoke explicitly for foundation testing. Use the six stable specialist skills for audits, dashboards, AI features, design systems, handoff, and case studies.
metadata:
argument-hint: "[product brief, evidence, source files, or URL]"
---
# Product Design
> Experimental foundation. Retrieval quality, context persistence, and end-to-end behavioral benchmarks are still being expanded. Do not present this skill as production-ready or use it implicitly.
Produce a coherent product experience, not a collection of fashionable screens. Ground decisions in the user's evidence and constraints, preserve choices already made, and expose uncertainty that could materially change the design.
## Route before working
Use this skill for end-to-end creation or redesign. For a narrow request, use the specialist skill directly:
- existing artifact diagnosis: `ux-ui-audit`;
- analytical workspace or KPI surface: `dashboard-redesign`;
- AI capability or agent experience: `ai-product-design`;
- component library or token review: `design-system-review`;
- approved-design specification: `handoff-to-dev`;
- portfolio narrative: `case-study-writer`.
Combine specialist skills only when their distinct output is required. Do not load the entire repository by default.
## 1. Establish project context
Build the smallest context model needed for the decision. Read [references/project-context.md](references/project-context.md) and use `data/project-context.schema.json` when context must persist or be validated.
Distinguish:
- supplied facts and constraints;
- observed evidence;
- reasonable inferences;
- unresolved assumptions;
- decisions already made by the user.
Do not replace the user's chosen direction merely because another direction is common. Ask only when a missing answer would materially change the result; otherwise state the assumption and continue.
## 2. Research for a decision
Read [references/research-workflow.md](references/research-workflow.md) when current evidence, benchmarking, user research, market context, or precedent is needed.
Start with the decision the research must change. Separate product evidence, standards, empirical research, expert guidance, competitor behavior, and visual inspiration. Current or consequential claims require current primary sources. Never convert competitor frequency into user need.
Research output must end in design implications, rejected assumptions, and remaining uncertainty—not a link inventory.
## 3. Retrieve applicable knowledge
Use the bundled search for focused guidance when Python is available:
```bash
SKILL_DIR="/absolute/path/to/product-design"
python3 "$SKILL_DIR/scripts/search.py" --query "<dominant design problem>" --context design-context/project-context.json --limit 5 --diagnostics
```
Resolve `SKILL_DIR` from this skill's loaded `SKILL.md`; never assume the user's project is the skill directory. Omit `--context` when no persisted context exists. Use one dominant intent per query. Verify why each result applies. If the search abstains, do not force a weak match; use explicitly labeled general reasoning or gather missing context.
The seed data is intentionally small. Read [references/knowledge-governance.md](references/knowledge-governance.md) before adding or importing records.
## 4. Model the experience
Read [references/design-reasoning.md](references/design-reasoning.md). Define:
- user intent and success;
- entry, orientation, decision, action, feedback, recovery, and completion;
- information architecture and object relationships;
- required states, permissions, and failure paths;
- content and data needed at each decision;
- platform, input, responsive, and accessibility behavior.
Resolve the product model before visual styling. Marketing pages, transactional flows, expert tools, dashboards, public-service sites, and safety-critical systems must not inherit one another's default structures.
## 5. Establish visual direction
Read [references/visual-direction.md](references/visual-direction.md) for UI creation or substantial redesign.
When direction is unsettled, propose two or three genuinely different approaches and compare their task fit, brand fit, implementation cost, accessibility risk, and failure mode. Once the user has selected a direction, develop it rather than reopening the choice.
Commit to:
- one visual thesis;
- hierarchy and composition logic;
- density and spacing character;
- typography roles and rationale;
- semantic color behavior;
- imagery and icon language;
- motion purpose and restraint;
- one recognisable signature element;
- clichés and conflicting treatments to avoid.
Do not derive an aesthetic from industry alone. Do not add cards, gradients, glass, dark mode, large headings, illustrations, or animation without a product or brand reason.
## 6. Create and inspect
Build at the fidelity requested. Preserve real content, interactions, data relationships, and existing brand constraints.
For implemented or interactive work, inspect the rendered result at relevant content breakpoints and critical states. Exercise the primary path with the intended input modes. Correct visible, interaction, accessibility, overflow, state, and console failures, then inspect again.
Do not describe an interface as complete when only source code or a static ideal state was reviewed.
## 7. Evaluate the outcome
Read [references/evaluation.md](references/evaluation.md). Evaluate against the original decision and task, not preference alone. Separate:
- confirmed defects;
- risks requiring verification;
- deliberate tradeoffs;
- opportunities;
- strengths that must be preserved.
Use the relevant specialist audit after creation when the scope warrants it. A self-review is not evidence of user comprehension.
## Expected deliverable
Scale the output to the request. A complete engagement can include:
1. context and decision frame;
2. evidence-backed research synthesis;
3. experience model, journey, IA, and state requirements;
4. selected visual direction and design-system decisions;
5. screens, prototype, or implementation;
6. rendered validation findings and corrections;
7. unresolved questions and next validation step.
Do not generate every artifact when a smaller result completes the user's task.
## Quality gate
Before delivery, confirm that:
- research conclusions can be traced to evidence;
- requirements, observations, inferences, and preferences are not mixed;
- the product structure fits the actual artifact and user task;
- the visual direction is coherent and not a stack of trends;
- critical states and recovery paths exist;
- accessibility claims match performed checks;
- implemented work was inspected rather than inferred from code;
- recommendations preserve valid user decisions and constraints;
- no metric, user quote, behavior, or source was invented.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!