AgentStack
SKILL verified MIT Self-run

Ux Strategize

skill-digital-stoic-org-agent-skills-ux-strategize · by digital-stoic-org

Strategic UX artifact generator — empathy maps, JTBD, journey maps, VPC, personas, customer forces from business analysis. Use when "ux strategy", "empathy map", "jtbd", "journey map", "value proposition", "persona", "customer forces", "ux artifact". Outputs ux/{artifact}-{subject}.md.

No reviews yet
0 installs
18 views
0.0% view→install

Install

$ agentstack add skill-digital-stoic-org-agent-skills-ux-strategize

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Ux Strategize? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

UX Strategize

Generate structured UX artifacts from business analysis. Dual output: markdown (human) + YAML (machine, for /ux-wireframe).

Artifact Types

| Subcommand | Artifact | Framework | |------------|----------|-----------| | empathy-map | Empathy Map | NNGroup 4-quadrant | | jtbd | Jobs To Be Done | Ulwick ODI | | journey-map | User Journey Map | 4-layer engagement | | vpc | Value Proposition Canvas | Strategyzer | | persona | Proto-Persona | Data-grounded | | forces | Customer Forces Diagram | Switch/Moesta |

Workflow

  1. Parse $ARGUMENTS{artifact-type} {subject}.
  • If subject missing → AskUserQuestion.
  • If artifact-type missing → Glob ux/*.md, recommend next artifact per build order:

| What exists in ux/ | Recommend | Why | |---|---|---| | Nothing | empathy-map | Foundation — understand the user first | | empathy-map | jtbd | Structure the jobs from empathy data | | empathy-map + jtbd | forces | Understand switching behavior | | + forces | journey-map | Map end-to-end experience | | + journey-map | vpc | Align value prop to known jobs/pains | | + vpc | persona | Synthesize into coherent archetype |

Present recommendation + confirm with user before generating.

  1. Load template — Read references/{artifact-type}.md + references/common.md.
  2. Discover context — Glob + Read (priority order):
  • analysis/*{subject}* and analysis/*.md
  • PRD-*-llm.md, NOTES-*-learnings.md
  • ux/*.md (prior artifacts for cross-referencing)
  1. If no relevant input found → AskUserQuestion for target customer + pain context.
  2. Generate artifact using loaded template (markdown + YAML schema + frontmatter).
  3. Write to ux/{artifact}-{subject}.md.

Output Contract

Every file must include both elements from the artifact reference:

  1. YAML frontmatter (artifact, subject, persona, date, sourcedocs, engagementlayer)
  2. Structured YAML block at end of file (§ Structured Data for /ux-wireframe)

Key Rules

  • Ground ALL content in source data — no fictional personas or invented verbatims
  • Use original language from sources (preserve FR quotes when input is French)
  • Cross-reference prior ux/*.md artifacts when available
  • Tag engagement layer mapping per artifact
  • See references/common.md for domain adaptations, kill criteria, and engagement layer mapping

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.