sungkhum/agent-skills-pack · Archived

create-ux-design

Standalone UX design specification workflow. Use when the user asks to create UX design specs, plan UX patterns, define UX strategy, or produce a UX design specification document.

First seen Mar 12, 2026

Installation

$ npx skills add sungkhum/agent-skills-pack --skill create-ux-design

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from sungkhum/agent-skills-pack.

npx skills add sungkhum/agent-skills-pack

Browse all from sungkhum/agent-skills-pack

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

License https://github.com/bmad-code-org/BMAD-METHOD/blob/main/LICENSE
Default branch main
Open issues 0
Status Archived

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,336 B
  • docs SUMMARY.md 203 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 9 installs

SKILL.md

Create UX Design

Overview

Create comprehensive UX design specifications through a structured, step-by-step facilitation process that produces a UX design specification document.

Prerequisite

  • Follow the micro-file architecture: each step file has embedded rules and must be executed sequentially.

Quick Start

  • Load config if present; if {project-root}/workflow-config.yaml is missing, treat config values as optional and ask for missing items that affect output.
  • Create the output document using references/ux-design-template.md at {planning_artifacts}/ux-design-specification.md (or a user-provided path).
  • Start with references/steps/step-01-init.md and follow the chain of steps exactly.

Output Expectations

  • Append-only document building, preserving structure and frontmatter rules defined in the steps.
  • Use the user’s requested language and skill level; if not provided, ask.

References

  • references/workflow.md for the canonical workflow.
  • references/ux-design-template.md for the base document template.
  • references/steps/ for the full step sequence.