Skip to content

feat: add audit-ux-journeys skill (v1.13.0)#14

Merged
kensaurus merged 1 commit into
mainfrom
feat/audit-ux-journeys
Jul 25, 2026
Merged

feat: add audit-ux-journeys skill (v1.13.0)#14
kensaurus merged 1 commit into
mainfrom
feat/audit-ux-journeys

Conversation

@kensaurus

Copy link
Copy Markdown
Owner

Summary

  • New audit-ux-journeys skill (Skill 110): cross-page UX audit for user stories, task completion, and information architecture — the layer audit-ux (per-page heuristics) doesn't cover.
    • Phase 0: derive 5–10 real stories from routes/nav/CTAs (reuses design-prd/plan-test-coverage inventories); scope depth by audit trigger (KPIs / complaints / redesign / pre-launch).
    • Phase 1: structural IA audit IA1–IA9 (click depth, orphans, dead ends, label consistency, mental-model grouping, first-click, wayfinding, search, URL sanity).
    • Phase 2: headed-browser walkthrough per story (desktop + 390px) → task-completion matrix with friction logs and error-recovery probes.
    • Phase 3: evidence discipline — [data] / [observed] / [judgment] tags; validates against GA4/PostHog/Clarity funnels when present.
    • Phase 4: impact×effort report (quick wins / roadmap / deprioritized), neutral language.
  • audit-ux rescoped to the per-page lens (description + Step 0c cross-link).
  • Routing docs, CATALOG, TRIGGER-CHEATSHEET, README skill index, counts 109 → 110, v1.13.0.

Test plan

  • npm test green (validate, counts, skill index, secrets, MCP pins, completion gate, install smoke)

Cross-page UX audit for user stories, task completion, and information
architecture - the layer audit-ux (per-page heuristics) doesn't cover.
Derives real stories from routes/nav/CTAs, audits IA structurally
(IA1-IA9), walks every story end-to-end in a headed browser, enforces
[data]/[observed]/[judgment] evidence discipline, reports impact x effort.
audit-ux rescoped to the per-page lens with cross-links. Skill count
109 -> 110.
Copilot AI review requested due to automatic review settings July 25, 2026 01:57
@kensaurus
kensaurus merged commit f6a81b8 into main Jul 25, 2026
4 checks passed
@kensaurus
kensaurus deleted the feat/audit-ux-journeys branch July 25, 2026 01:59

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR introduces a new cross-page UX auditing skill focused on user stories, task completion, and information architecture, and updates the existing audit-ux skill to clearly scope it to a per-page heuristic lens. It also bumps the package version to v1.13.0 and updates repository docs/indexes to reflect the new skill and updated counts.

Changes:

  • Added new audit-ux-journeys skill with a structured multi-phase method and a detailed IA/journey checklist reference.
  • Rescoped audit-ux messaging to the per-page lens and cross-linked to audit-ux-journeys for cross-page audits.
  • Updated skill catalogs, trigger cheatsheets, counts, and versioning to reflect 109 → 110 agent skills (and 121 → 122 installable skills).

Reviewed changes

Copilot reviewed 13 out of 13 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
skills/audit-ux/SKILL.md Updates description + Step 0c note to scope audit-ux as per-page and delegate cross-page journeys/IA to audit-ux-journeys.
skills/audit-ux-journeys/SKILL.md Adds the new cross-page UX journey/IA audit skill and its phased workflow + reporting format.
skills/audit-ux-journeys/references/checklist.md Adds a detailed checklist and detection methods supporting the new skill’s phases.
rules/skill-workflows.mdc Adds audit-ux-journeys to the workflow routing table.
.cursor/rules/skill-workflows.mdc Mirrors the workflow routing update for Cursor rules.
README.md Updates counts, skill family totals, and adds audit-ux-journeys to the generated index + “start here” guidance.
docs/CATALOG.md Adds/links the new skill and clarifies audit-ux scope vs journeys.
docs/TRIGGER-CHEATSHEET.md Adds trigger phrases for audit-ux-journeys.
docs/PROMOTION.md Updates promotional copy to reflect 110 agent skills.
CHANGELOG.md Adds v1.13.0 release notes describing the new skill and the audit-ux scope change.
package.json Bumps version to 1.13.0 and updates package description counts.
llms.txt Updates the headline counts to 110 agent skills.
.cursor-plugin/plugin.json Bumps plugin version/description to 1.13.0 and updates counts.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +123 to +125
Rules: screenshots to `.playwright-mcp/` per the artifact-hygiene rule; forms judged only for
flow-level friction (field-level → `enhance-web-forms`); per-page heuristic violations noticed
along the way are *handed to* `audit-ux`, not re-audited here.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants