Install
$ agentstack add skill-digital-stoic-org-agent-skills-ux-strategize ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
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
- 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.
- Load template — Read
references/{artifact-type}.md+references/common.md. - Discover context — Glob + Read (priority order):
analysis/*{subject}*andanalysis/*.mdPRD-*-llm.md,NOTES-*-learnings.mdux/*.md(prior artifacts for cross-referencing)
- If no relevant input found → AskUserQuestion for target customer + pain context.
- Generate artifact using loaded template (markdown + YAML schema + frontmatter).
- Write to
ux/{artifact}-{subject}.md.
Output Contract
Every file must include both elements from the artifact reference:
- YAML frontmatter (artifact, subject, persona, date, sourcedocs, engagementlayer)
- 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/*.mdartifacts when available - Tag engagement layer mapping per artifact
- See
references/common.mdfor 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.
- Author: digital-stoic-org
- Source: digital-stoic-org/agent-skills
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.