QIDEA - Research and Ideation

Research topics across multiple sources and generate options matrices with recommendations.

Updated Jan 29, 2026
One-click install
npx skills add https://github.com/sparkst/sparkry-claude-skills --skill qidea-research-and-ideation-sparkst
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: QIDEA - Research and Ideation
Source: https://github.com/sparkst/sparkry-claude-skills/tree/main/plugins/qshortcuts-support/skills/qidea
Command: npx skills add https://github.com/sparkst/sparkry-claude-skills --skill qidea-research-and-ideation-sparkst

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Making technology, architecture, or market decisions without structured research leads to poor choices based on incomplete information. This Skill turns an open-ended question into a sourced, synthesized analysis with a clear recommendation, without writing any code. ## Core Features & Use Cases - Structured Research Workflow: Decomposes a query into 3-7 sub-questions, gathers information from tiered sources, and synthesizes findings into a markdown analysis document. - Options Matrix & Trade-Off Analysis: Compares solutions across weighted criteria with pros/cons, then delivers a recommendation with rationale, next steps, and open questions. - Use Case: Run a query like "QIDEA OAuth providers comparison" to receive a research/oauth-providers/analysis.md file containing pricing comparisons, a feature matrix, and a recommendation such as Auth0 for enterprise SaaS versus Google OAuth for consumer apps. ## Quick Start Ask the agent to research a focused topic such as "QIDEA serverless vs containers for real-time API" and review the generated analysis document with its recommendation.

Frequently Asked Questions about QIDEA - Research and Ideation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I compare technology options before implementation?▼

Run a focused research query such as "QIDEA OAuth providers comparison" to get an options matrix with weighted criteria, trade-off analysis, and a recommendation. The output is saved as a markdown analysis document with cited sources and next steps.

How to structure market research for a new product idea?▼

Decompose the topic into sub-questions covering market size, competitors, pricing models, and unmet needs. The research workflow gathers data from tiered sources, synthesizes findings, and produces a positioning options matrix with a recommendation.

What makes a good research query for technology evaluation?▼

Good queries are focused and contextual, such as "serverless vs containers for real-time API" rather than broad topics like "research AI". Include the decision context, constraints, and optionally a depth flag like --depth=deep for longer investigations.

Can this research workflow write or refactor code?▼

No, this workflow is strictly for research and ideation without code implementation. For writing code, tests, or refactoring, use the companion implementation skills after reviewing the research recommendation.

How are research sources evaluated for credibility?▼

Sources are ranked in three tiers: official documentation and standards bodies are Tier 1, reputable tech blogs and high-vote Stack Overflow answers are Tier 2, and Reddit or personal blogs are Tier 3. High-stakes decisions require at least two Tier 1 sources per key claim.

Why does research return unfocused or outdated results?▼

Unfocused results come from overly broad queries, so narrow the scope with specific comparison terms. For outdated data, add a recency constraint such as --since=2025, and control runtime with --depth=quick or a max duration limit.