Guides structured research through planning, multi-query execution, source analysis, and synthesis. Use for deep investigation or creating research reports.
How this skill is triggered — by the user, by Claude, or both
Slash command
/jwynia-agent-skills-1:research-workflowThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
A structured methodology for conducting comprehensive research. This skill guides you through planning, executing, analyzing, and synthesizing research on any topic.
A structured methodology for conducting comprehensive research. This skill guides you through planning, executing, analyzing, and synthesizing research on any topic.
Use this skill when:
Do NOT use this skill when:
Before using this skill, ensure:
┌─────────────────────────────────────────────────────────────┐
│ RESEARCH WORKFLOW │
├─────────────────────────────────────────────────────────────┤
│ │
│ 1. PLANNING 2. EXECUTION │
│ ┌──────────────┐ ┌──────────────┐ │
│ │ Define │ │ Run searches │ │
│ │ questions │───>│ Evaluate │ │
│ │ Plan queries │ │ sources │ │
│ └──────────────┘ └──────────────┘ │
│ │ │ │
│ v v │
│ 3. ANALYSIS 4. SYNTHESIS │
│ ┌──────────────┐ ┌──────────────┐ │
│ │ Organize │ │ Create │ │
│ │ findings │───>│ coherent │ │
│ │ Find patterns│ │ output │ │
│ └──────────────┘ └──────────────┘ │
│ │
└─────────────────────────────────────────────────────────────┘
Before any searches, establish a clear research plan.
Convert the topic into specific, answerable questions.
Example:
Break down the main topic into searchable components:
Create a search plan with query progression:
Broad queries first: Get overall landscape
Specific queries next: Dive into details
Verification queries last: Confirm findings
Use the template at assets/research-plan-template.md to document your plan.
Execute your search plan systematically.
Execute queries in order, using appropriate search parameters:
# Broad overview
web-search "AI in healthcare overview 2024"
# Specific deep dive
web-search "AI diagnostic imaging applications" --depth advanced
# Current news
web-search "AI healthcare regulations 2024" --topic news --time month
For each search, record:
Use the checklist at assets/source-evaluation-checklist.md to assess:
Credibility Indicators:
Quality Signals:
Research is not linear. Based on findings:
Organize and analyze your collected findings.
Organize results into categories:
Look for:
For each finding, determine confidence level:
Document:
Create coherent, useful output from your analysis.
Choose appropriate format based on use case:
Use the template at assets/research-report-template.md.
Key principles:
End with practical outputs:
Phase 1 - Planning:
Research Question: What are the best practices for API versioning?
Sub-questions:
1. What versioning strategies exist?
2. What are pros/cons of each?
3. What do major companies use?
4. What do experts recommend?
Search Plan:
- "API versioning strategies comparison"
- "REST API versioning best practices 2024"
- "API versioning header vs URL vs query parameter"
- "large companies API versioning approach"
Phase 2 - Execution:
Query 1: "API versioning strategies comparison"
- Found: URL versioning, header versioning, query parameter
- Key insight: URL versioning most common, header more "RESTful"
- Sources: REST API tutorial, Martin Fowler blog
Query 2: "REST API versioning best practices 2024"
- Found: Semantic versioning principles apply
- Key insight: Version only when breaking changes
- Sources: API design guides, Stack Overflow discussions
Phase 3 - Analysis:
Consensus Points:
- Version only for breaking changes
- Be consistent within an API
- Document version lifecycle
Conflicts:
- URL vs header placement (no clear winner)
- When to deprecate old versions
Gaps:
- Limited data on performance impact
- Few studies on developer experience
Phase 4 - Synthesis:
Key Findings:
1. Three main strategies exist (URL, header, query param)
2. URL versioning is most common and discoverable
3. Header versioning is considered more "pure" REST
4. Version only on breaking changes
5. Major companies split between approaches
Recommendations:
- Use URL versioning for public APIs (discoverability)
- Consider header versioning for internal APIs
- Document deprecation timeline clearly
- Use semantic versioning principles
Before completing research, verify:
For detailed guidance, see:
This workflow has the following limitations:
npx claudepluginhub jwynia/agent-skillsDiagnoses research quality and guides systematic query expansion using Tavily search. Use when starting research, stuck, or unsure if complete.
Conducts deep web research with parallel agents, multi-wave exploration for gaps, and structured synthesis. Activates for investigating topics, comparing options, best practices, or comprehensive web info.
Executes multi-agent research pipeline on any topic with Scout, Investigators, Deep Diver, Verifier, Synthesizer, and Critic reviews to produce verified, sourced reports.