How this skill is triggered — by the user, by Claude, or both
Slash command
/sage:analyzeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- PERSONA: Read sage/core/agents/analyst.persona.md for your mindset.
Evaluate what exists. Audit, measure, score, find gaps.
Scan .sage/docs/ for existing evaluation artifacts (ux-audit-,
ux-evaluate-, analysis-*). If prior analysis exists, build on it.
Read .sage/decisions.md for context.
Sage → analyze workflow. What are you evaluating?
[1] UX quality — UX audit → usability evaluation (2 steps) [2] User needs — JTBD analysis on existing product (1 step) [3] Content quality — content evaluation (1 step) [4] Custom — describe what you want to evaluate
Pick 1-4, type / for commands, or describe what you need.
Based on scope, load and execute skills in sequence:
| Scope | Skill Chain |
|---|---|
| UX quality | ux-audit → ux-evaluate |
| User needs | jtbd (applied to existing product) |
| Content | ux-writing (evaluation mode) |
| Custom | select best-matching skill from installed skills |
For each skill in the chain:
sage/skills/[skill]/SKILL.md and follow its process.sage/docs/[skill-prefix]-[topic].mdSage: [Skill] findings for [topic]:
[A] Approve — continue to next step [R] Revise
Pick A/R, or tell me what to change.
After all skills complete:
🔒 FINDINGS CHECKPOINT (Zone 2):
Sage: Analysis complete.
Critical: [N findings — brief summary] Major: [N findings — brief summary] Minor: [N findings]
Top priority: [most impactful finding with rationale]
Artifacts: .sage/docs/[skill-prefix]-[topic].md
Decision: [analysis conclusions]. (appended to decisions.md)
[A] Approve findings [R] Revise [N] New session → /design to continue
Pick A/R/N, or tell me what to change.
Findings quality check (before presenting):
Next steps: /design — brief → spec → copy (address the issues found) /fix — diagnose → scope → fix → verify (fix specific issues) /reflect — review evaluation quality, extract patterns /research — deeper understanding of why issues exist
Type a command, or describe what you want to do next.
Good analysis output:
npx claudepluginhub xoai/sage --plugin sageRuns structured UX evaluations (heuristic, cognitive walkthrough, anti-pattern detection) producing scored findings with issue location, user impact, and resolution routing to specialist skills.
Evaluates interfaces against Nielsen's 10 usability heuristics, produces severity-rated findings (0-4: Cosmetic to Catastrophic), and generates remediation recommendations with effort estimates.
Evaluates built interfaces against Nielsen's 10 heuristics and runs cognitive walkthroughs of key tasks. Use after a build to catch usability issues that craft critique and accessibility audits miss.