tools/sage-claude-plugin/skills/research/SKILL.md
Research findings, Need analysis, Opportunity map
npx skillsauth add xoai/sage researchInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Understand before building. Research users, needs, and opportunities.
Scan .sage/docs/ for existing research artifacts (jtbd-, ux-audit-,
opportunity-, user-interview-). Scan .sage/work/ for in-progress
research initiatives.
If prior research exists: "Sage: Found existing research — [list]. Building on what's already known."
If in-progress initiative: resume from current phase.
Read .sage/decisions.md for context.
Sage → research workflow. What do you want to understand?
[1] Users — interview → JTBD analysis (2 steps) [2] Opportunity — JTBD → opportunity map (2 steps) [3] Experience — UX audit → evaluation (2 steps) [4] Comprehensive — interview → JTBD → UX audit → opportunity map (4 steps)
Pick 1-4, type / for commands, or describe what you need.
Based on scope, load and execute skills in sequence:
| Scope | Skill Chain | |-------|-------------| | Users | user-interview → jtbd | | Opportunity | jtbd → opportunity-map | | Experience | ux-audit → ux-evaluate | | Comprehensive | user-interview → jtbd → ux-audit → opportunity-map |
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 in the chain complete:
🔒 FINDINGS CHECKPOINT (Zone 2):
Sage: Research complete. Key findings:
Artifacts: .sage/docs/[skill-prefix]-[topic].md (for each skill)
Decision: [research 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 (reads your research findings) /build — spec → plan → implement → verify /reflect — review research quality, extract meta-learnings
Type a command, or describe what you want to do next.
Good research output:
tools
Captures agent mistakes, corrections, and discovered gotchas so they are not repeated. Use when: (1) a command or operation fails unexpectedly, (2) the user corrects the agent, (3) the agent discovers non-obvious behavior through debugging, (4) an API or tool behaves differently than expected, (5) a better approach is found for a recurring task. Also searches past learnings before starting tasks to avoid known pitfalls. Activate alongside the sage-memory skill — they share the same MCP backend but serve different purposes (sage-memory = codebase knowledge, sage-self-learning = agent mistakes and gotchas).
development
Typed knowledge graph stored in sage-memory. Use when creating or querying structured entities (Person, Project, Task, Event, Document), linking related objects, checking dependencies, planning multi-step actions as graph transformations, or when skills need to share structured state. Trigger on "remember that X is Y", "what do I know about", "link X to Y", "show dependencies", "what blocks X", entity CRUD, cross-skill data access, or any request involving structured relationships between things.
tools
Integrates sage-memory into Sage workflows. Teaches the agent when to remember (store findings during work), when to recall (search memory at session start and task start), and how to learn (structured knowledge capture via sage learn). Use when the user mentions memory, remember, recall, learn, capture knowledge, onboard to codebase, or when starting any session where sage-memory MCP tools are available.
tools
Captures agent mistakes, corrections, and discovered gotchas so they are not repeated. Use when: (1) a command or operation fails unexpectedly, (2) the user corrects the agent, (3) the agent discovers non-obvious behavior through debugging, (4) an API or tool behaves differently than expected, (5) a better approach is found for a recurring task. Also searches past learnings before starting tasks to avoid known pitfalls. Activate alongside the sage-memory skill — they share the same MCP backend but serve different purposes (sage-memory = codebase knowledge, sage-self-learning = agent mistakes and gotchas).