Best for
- Interview notes, usability-test observations, support tickets, sales call notes,
- A decision that needs evidence: "Should we build X?", "Which onboarding path
- A need to share findings with stakeholders who will not read a long research
nexu-io/open-design/skills/research-decision-room/SKILL.md
Turn messy user research notes, interviews, support tickets, surveys, and product context into an evidence-backed decision room: a single HTML artifact with an evidence ledger, theme map, confidence heatmap, opportunity matrix, decision memo, and experiment queue. Use when teams need to move from qualitative signals to product or design decisions without fabricating certainty.
Decision brief
Create a single-page HTML decision artifact that helps a product or design team turn messy evidence into a clear next move. The output is not a decorative research deck. It is a working room for debate: evidence, themes, confidence, tradeoffs, and recommended experiments stay vi…
Compatibility matrix
| Platform | Status | Evidence | What to check |
|---|---|---|---|
| Codex | Not declared | No explicit evidence | Portability before use |
| Claude Code | Not declared | No explicit evidence | Portability before use |
| Cursor | Not declared | No explicit evidence | Portability before use |
| Gemini CLI | Not declared | No explicit evidence | Portability before use |
Installation
The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.
npx skills add https://github.com/nexu-io/open-design --skill "skills/research-decision-room"Inspect the Agent Skill "research-decision-room" from https://github.com/nexu-io/open-design/blob/edfa6b5f447e95cb120eae030f03baba00dc34de/skills/research-decision-room/SKILL.md at commit edfa6b5f447e95cb120eae030f03baba00dc34de. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.
Workflow
Identify the decision scope from the user's prompt. If the user did not give a decision, derive one from the evidence and label it as inferred.
Identify the decision scope from the user's prompt. If the user did not give a decision, derive one from the evidence and label it as inferred.
Normalize every useful signal into ledger rows using the model in references/evidence-model.md.
Cluster evidence into 4 to 6 themes. For each theme:
Create an opportunity matrix with 3 to 5 options. Score each option on a 1 to 5 scale:
Permission review
No configured static risk pattern was detected
This is not proof of safety. Runtime behavior, indirect dependencies, and hidden external systems are outside the static scan.
Evidence record
| Signal | Value | Evidence type | Meaning |
|---|---|---|---|
| Quality score | 86/100 | Computed | Documentation, specificity, maintenance, and trust rules |
| Repository stars | 91,167 | Source | Repository attention, not individual Skill quality |
| Compatibility | 0 platforms | Source | Declared in the catalog source record |
| Usage guide | automated source guide | Editorial | Generated or reviewed according to the visible evidence level |
Pinned source
Create a single-page HTML decision artifact that helps a product or design team turn messy evidence into a clear next move. The output is not a decorative research deck. It is a working room for debate: evidence, themes, confidence, tradeoffs, and recommended experiments stay visible together.
research-decision-room/
├── SKILL.md
├── example.html
└── references/
├── checklist.md
└── evidence-model.md
Read references/evidence-model.md before synthesis and run
references/checklist.md before emitting the artifact.
Use this skill when the user has any mix of:
Do not use it for pure visual inspiration, campaign ideation, or brand moodboards.
Identify the decision scope from the user's prompt. If the user did not give a decision, derive one from the evidence and label it as inferred.
Write a short frame with:
If key context is missing and the task is not blocked, proceed with labelled assumptions instead of asking a broad question.
Normalize every useful signal into ledger rows using the model in
references/evidence-model.md.
Each ledger row must include:
id: short stable id, such as I-03, T-14, M-02.source_type: interview, usability, support, survey, analytics, sales, field
note, or stakeholder.segment: user type or "unknown".signal: one-sentence observation.quote_or_metric: direct quote, metric, or "not provided".strength: strong, medium, or weak.limitations: why this evidence may be biased or incomplete.Never invent quotes, participant counts, dates, revenue impact, or metrics. If the user did not provide a number, use "not provided" and explain what evidence would increase confidence.
Cluster evidence into 4 to 6 themes. For each theme:
Prefer verbs over nouns: "Teams abandon setup when the first blank state asks for too much" is better than "Onboarding problem".
Create an opportunity matrix with 3 to 5 options. Score each option on a 1 to 5 scale:
Show the total score, but do not let the score replace judgment. Add one sentence on why the top recommendation wins.
Write a decision memo with:
Keep the memo short enough to read in under one minute.
Produce a self-contained index.html. Use the active DESIGN.md for typography,
spacing, color roles, and component tone, but keep the information architecture
stable:
The artifact should be interactive but durable. Simple vanilla JavaScript is allowed for filtering evidence, switching views, or highlighting related ids. No framework dependency is required.
Run the checklist. Then emit one concise orientation sentence and one HTML artifact:
<artifact identifier="research-decision-room" type="text/html" title="Research Decision Room">
<!doctype html>
<html>...</html>
</artifact>
Nothing after the closing </artifact>.
Frequently asked questions
Create a single-page HTML decision artifact that helps a product or design team turn messy evidence into a clear next move. The output is not a decorative research deck. It is a working room for debate: evidence, themes, confidence, tradeoffs, and recommended experiments stay vi…
The source record exposes this install command: npx skills add https://github.com/nexu-io/open-design --skill "skills/research-decision-room". Inspect the command and pinned source before running it.
Alternatives
prowler-cloud/prowler
PostgreSQL indexing best practices for Prowler: index design, partial indexes, partitioned table indexing, EXPLAIN ANALYZE validation, concurrent operations, monitoring, and maintenance. Trigger: When creating or modifying PostgreSQL indexes, analyzing query performance with EXPLAIN, debugging slow queries, reviewing index usage statistics, reindexing, dropping indexes, or working with partitioned table indexes. Also trigger when discussing index strategies, partial indexes, or index maintenance
brucesongs/kali-claw
Insecure Design (OWASP A06:2025) focuses on security flaws in system architecture and design phases, rather than code implementation-level bugs.
NintendaDev/unikit-ai
Generate and maintain the project's TECHNICAL documentation from its codebase — scans the project structure, tech stack, and module boundaries, then writes a lean README landing page plus detailed topic pages (architecture, modules, setup, build, APIs), only the docs that are relevant. Use whenever the user wants to create, update, or validate documentation of the CODE or the project itself, e.g. "generate documentation", "create docs", "write the README", "update the project docs", "document th
Aperivue/medsci-skills
Generate publication-ready figures and visual abstracts for medical research papers. Supports ROC curves, forest plots, CONSORT/STARD/PRISMA flow diagrams, calibration plots, Kaplan-Meier curves, Bland-Altman plots, confusion matrices, pipeline diagrams, and journal-specific visual/graphical abstracts (python-pptx template-based).