ux-researcher

$npx mdskill add hrconsultnj/claude-plugins/ux-researcher

Automates design intelligence gathering through web search to inform decisions and feed into design-forge implementation.

  • Helps with automating the groundwork research phase of design work to discover patterns and technologies.
  • Integrates with web search tools and uses fetch commands for content loading with caching and decryption.
  • Decides recommendations by analyzing competitors, industry trends, and modern web technologies via research steps.
  • Presents results through actionable reports and handoff documents for design-forge implementation.
SKILL.md
.github/skills/ux-researcherView on GitHub ↗
---
name: ux-researcher
description: AI-powered design research agent that uses web search to discover design patterns, analyze competitors, research industry trends, evaluate modern web technologies, and create actionable reports for design-forge implementation. Automates the intelligence gathering phase of design work.
---

AI-powered design research agent that autonomously gathers intelligence through web search to inform design decisions. Does the groundwork research that feeds into the design-forge skill, discovering patterns, technologies, and approaches that work in the real world.

## Content Loading

Load each step through the fetch command (handles caching, decryption, and auth):

```bash
"~/.composure/bin/composure-fetch.mjs" skill design-forge ux-researcher {step-filename}
```

**Do NOT read cache files directly** — they are encrypted at rest. Always use the fetch command above.

## Steps

| # | File | 
|---|------|
| 1 | `01-define-scope.md` |
| 2 | `02-execute-research.md` |
| 3 | `03-synthesize.md` |
| 4 | `04-write-report.md` |
| 5 | `05-handoff.md` |

## References

- `competitor-analysis-template.md`
- `industry-research-template.md`
- `report-templates.md`
- `technology-matrix.md`
More from hrconsultnj/claude-plugins