ux-foundation

ux-foundation is a skill for Claude Code from ssheleg/super-ux. It costs 164 tokens per session (2,194 once invoked), scanned A, original, MIT.

A planning guide for understanding who uses a product and why. It documents user types, the situations they are in, the outcomes they want, their journeys, and user stories with checks for completion.

In plain words
What is it for?
Use it to define personas, Jobs to Be Done—the practical reasons people choose a product—customer journeys, and user stories with acceptance criteria.
Why use it?
It prevents interface decisions from being based on invented user profiles or isolated feature ideas. It connects product work to observed needs and the full experience before, during, and after use.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the super-ux plugin — 7 skills, 15 commands shipped together

Good fit Use it to define personas, Jobs to Be Done—the practical reasons people choose a product—customer journeys, and user stories with acceptance criteria.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ssheleg/super-ux/ux-foundation
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add ssheleg/super-ux --skill ux-foundation
Clone the repo
git clone --depth 1 https://github.com/ssheleg/super-ux

Made for: Claude Code.

Or install super-ux, the plugin that ships this one along with the rest of its 7 skills, 15 commands.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for ux-foundation

README.md
[![agentmods](https://agentmods.dev/badge/skills/ssheleg/super-ux/ux-foundation/github.svg)](https://agentmods.dev/skills/ssheleg/super-ux/ux-foundation)
Your own site
<a href="https://agentmods.dev/skills/ssheleg/super-ux/ux-foundation"><img src="https://agentmods.dev/badge/skills/ssheleg/super-ux/ux-foundation/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for ux-foundation

Your own site · 80×15
<a href="https://agentmods.dev/skills/ssheleg/super-ux/ux-foundation"><img src="https://agentmods.dev/badge/skills/ssheleg/super-ux/ux-foundation.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 164 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,194 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00164 $0.02194
Opus 5 $0.00082 $0.01097
Sonnet 5 $0.00033 $0.00439
Haiku 4.5 $0.00016 $0.00219

Measured 2d ago against content hash eb1b153f9e52, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

ux-foundation scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/super-ux/skills/ux-foundation/SKILL.md · 165 lines

How it starts

The opening of the file, as written. The whole thing — 165 lines — stays where its author put it; the contents beside it link to each section on GitHub.

ux-foundation — The WHY Layer

Part of super-ux — see system-map.md for the whole pipeline (foundation → flows → screens → scenarios → audits → plans) and the four sync rules. After changes, run the linter (python3 docs/ux/lint.py).

Interfaces fail when built without knowing WHO uses them and WHY. This skill maintains docs/ux/foundation.md: Personas → Jobs to Be Done → Customer journeys → User stories. Scenarios (ux-scenarios skill) are built on top and trace to these IDs — the full chain gives every scenario its context.

Format contract: scenario-format.md (ux-contract v4). Never deviate from ID schemes or field names.

The chain's opt-out is spoken: an operator saying "no scenarios" / «без сценариев» declines the scenario-first route — proceed without the chain and say so, never drop it silently.

Quality bars (non-negotiable)

  • Personas are grounded in data or observation, recognizable by a real user — not invented archetypes with stock-photo traits.
  • JTBD statements name a situation, motivation, and outcome — never a feature ("When I land a new client, I want to start a clean workspace, so I can bill them separately" — not "I want a projects dropdown"). Capture the four forces: push, pull, anxiety, habit.
  • Journeys cover the end-to-end experience (before, during, after the product), one row per stage: action, touchpoint, emotion (1–5), pain, opportunity. Score opportunities Frequency × Severity × Solvability. When filling opportunities, consult best-practices.md by stage tags for proven mechanisms.
  • Which model is being applied, and where it lies. product-frameworks.md (PF-01..PF-12) carries the named models this layer draws on, each with the failure mode that makes it worth knowing: the forces that explain why people do not switch, the interview that produces them, the tree that makes two solutions comparable, and the activation definition every onboarding design depends on. Two are ordering constraints rather than inputs: PF-07 before any onboarding work, and PF-02 before PF-01.
  • On a paid-acquisition product, the market read comes before the personas are written, because the buyer arrives through somebody's ad and the category has already paid to learn who answers it. funnel-research.md is the method: FR-01 collects the live funnels, FR-02 reads the four signals that survive when revenue is invisible, FR-05 names which adjacent categories transfer. Its FR-07 lands each finding here rather than in a document of its own. It informs the personas; it never decides them — a foundation built from a corpus alone is aimed at a competitor's audience.
  • Stories pass INVEST; acceptance criteria are Given/When/Then and observable. A story that can't be verified is not done being written.
  • Evidence beats opinion: repeated pain across users, observable workarounds, measurable cost. One stakeholder's idea is an assumption, not a fact — mark assumptions (desirability / viability / feasibility / usability) and flag the risky-untested ones.
  • Reviews and support tickets are evidence already sitting there. Before scheduling interviews nobody has time for, read the store reviews and the support queue and sort them into praise, feature requests, bugs, and friction complaints. The friction complaints are journey pain in the user's own words — cite the source and the date on the journey row, the way any other evidence is cited. This is the cheapest input the WHY layer has and the one most often skipped because it does not feel like research.

Read the full file on GitHub · 165 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago Changed · +4 lines eb1b153f9e52
  2. 9d ago First seen · 161 lines · 164 tokens per session scan A 86cc6cdca093

Subscribe to this mod's changes

ux-foundation is a skill published in the GitHub repository ssheleg/super-ux (3 stars, last pushed today), licensed MIT. It adds 164 tokens to every session and 2,194 once invoked, about $0.0008 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

wireframing

Low/high fidelity wireframes, user flows, information architecture, prototyping techniques, and design iteration processes.

manutej/luxor-claude-marketplace · 24 tokens

product-design

Design de produto nivel Apple — sistemas visuais, UX flows, acessibilidade, linguagem visual proprietaria, design tokens, prototipagem e handoff. Cobre Figma, design systems, tipografia, cor, espacamento, motion design e principios de design cognitivo.

elproximoframework/Skills_Ingenieria · 60 tokens

kami-landing

Produce a print-grade single-page kami (紙 / 纸) document — warm parchment canvas, ink-blue accent, serif at one weight, no italic, no cool grays. The output reads like a professional white paper or studio one-pager, not an app UI. Multilingual by design (EN · zh-CN · ja). One self-contained HTML file, zero dependencies.

nexu-io/open-design · 81 tokens

fs-electric-studio

OpenDesign as an enterprise design platform: a buyer-forwardable proposal for a design-org's economic buyer — pain, value, ROI, rollout. Built as a decision-grade B2B sales deck for economic buyer, design VP, procurement.

nexu-io/open-design · 53 tokens

hps-memphis-pop

A pop-culture retrospective on how 1980s design language shaped today's apps — the scenes, the turning point, and the takeaway. Built as a decision-grade story deck for talk audience, design community.

nexu-io/open-design · 49 tokens

ve-terminal-mono

OpenDesign from the CLI: driving the full design workflow with the od command — scripted, composable, agent-ready. Built as a decision-grade AI literacy deck for developers, power users.

nexu-io/open-design · 45 tokens