research-workflow
Guide agents through structured research including planning, multi-query execution, source analysis, and synthesis. Use for comprehensive topic research, deep investigation, or creating research reports. Keywords: research, investigate, deep dive, comprehensive, analysis, synthesis, report.
What this skill does
# Research Workflow A structured methodology for conducting comprehensive research. This skill guides you through planning, executing, analyzing, and synthesizing research on any topic. ## When to Use This Skill Use this skill when: - The user needs comprehensive research on a topic - Multiple search queries are needed to fully answer a question - Source credibility and synthesis matter - A research report or documented findings are expected - Keywords mentioned: research, investigate, deep dive, comprehensive analysis Do NOT use this skill when: - A single quick search will suffice (use web-search instead) - The user just wants a simple fact lookup - No synthesis or analysis is needed - Time is extremely limited ## Prerequisites Before using this skill, ensure: - **Web search capability** is available (web-search skill, WebSearch tool, or similar) - Sufficient time for multi-phase research process - Clear understanding of the research question or topic ## Research Phases Overview ``` ┌─────────────────────────────────────────────────────────────┐ │ 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 │ │ │ └──────────────┘ └──────────────┘ │ │ │ └─────────────────────────────────────────────────────────────┘ ``` ## Phase 1: Planning Before any searches, establish a clear research plan. ### Step 1: Define the Research Question Convert the topic into specific, answerable questions. **Example**: - Topic: "AI in healthcare" - Questions: 1. What are the current applications of AI in healthcare? 2. What are the main benefits and challenges? 3. What regulations govern AI in healthcare? 4. What are the latest developments (last 6 months)? ### Step 2: Identify Sub-Topics Break down the main topic into searchable components: - Core concepts and definitions - Current state and applications - Benefits and advantages - Challenges and limitations - Recent developments - Future trends ### Step 3: Plan Search Strategy Create a search plan with query progression: 1. **Broad queries first**: Get overall landscape - "[topic] overview" - "[topic] introduction guide" 2. **Specific queries next**: Dive into details - "[topic] specific aspect" - "[topic] case study" 3. **Verification queries last**: Confirm findings - "[topic] criticism challenges" - "[topic] latest news [year]" Use the template at [assets/research-plan-template.md](assets/research-plan-template.md) to document your plan. ## Phase 2: Execution Execute your search plan systematically. ### Step 1: Run Searches Execute queries in order, using appropriate search parameters: ```bash # 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 ``` ### Step 2: Document Each Search For each search, record: - Query used - Number of results reviewed - Key findings (2-3 bullet points) - Notable sources - New questions raised ### Step 3: Evaluate Sources Use the checklist at [assets/source-evaluation-checklist.md](assets/source-evaluation-checklist.md) to assess: **Credibility Indicators**: - Author/organization expertise - Publication reputation - Date of publication - Citations and references **Quality Signals**: - Evidence-based claims - Multiple perspectives - Clear methodology ### Step 4: Iterate as Needed Research is not linear. Based on findings: - Add new queries for gaps discovered - Verify surprising claims - Explore unexpected connections ## Phase 3: Analysis Organize and analyze your collected findings. ### Step 1: Group Findings by Theme Organize results into categories: - Core concepts - Current state - Benefits/opportunities - Challenges/risks - Recent developments - Expert opinions ### Step 2: Identify Patterns Look for: - **Consensus**: Where do multiple sources agree? - **Conflicts**: Where do sources disagree? - **Gaps**: What questions remain unanswered? - **Trends**: What direction is the field moving? ### Step 3: Assess Confidence For each finding, determine confidence level: - **High**: Multiple authoritative sources agree - **Medium**: Some evidence, limited sources - **Low**: Single source or conflicting information ### Step 4: Note Limitations Document: - What couldn't be found - Areas needing more research - Potential biases in sources ## Phase 4: Synthesis Create coherent, useful output from your analysis. ### Step 1: Structure the Output Choose appropriate format based on use case: - **Executive summary**: Quick overview for decisions - **Full report**: Comprehensive documentation - **Action items**: Practical next steps Use the template at [assets/research-report-template.md](assets/research-report-template.md). ### Step 2: Write the Synthesis Key principles: - Lead with most important findings - Connect related concepts - Note confidence levels - Acknowledge limitations - Cite sources ### Step 3: Include Actionable Elements End with practical outputs: - Key takeaways (3-5 points) - Recommendations - Further research suggestions - Decision points ## Complete Example ### Scenario: Research "Best practices for API versioning" **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 ``` ## Qualit
Related in General
modeling-omnistudio-epc-catalog
IncludedSalesforce Industries CME EPC product-modeling skill for Product2-based catalog creation. Use when creating EPC products, configuring product attributes, building offer bundles with Product Child Items, or reviewing EPC DataPack JSON metadata for product catalog changes. TRIGGER when: user creates or updates Product2 EPC records, AttributeAssignment payloads, AttributeMetadata/AttributeDefaultValues, Offer bundles, or ProductChildItem relationships. DO NOT TRIGGER when: designing OmniScripts/FlexCards/Integration Procedures (use building-omnistudio-omniscript, building-omnistudio-flexcard, or building-omnistudio-integration-procedure), implementing Apex business logic (use generating-apex), or troubleshooting deployment pipelines (use deploying-metadata).
relationship-science-coach
IncludedUse this skill for direct, practical adult relationship coaching: couples conflict, repair, trust, marriage, dating, flirting, attachment patterns, emotional connection, sex, desire differences, eroticism, kink negotiation, affection, love languages, breakups, and long-term passion. Draw on Gottman, EFT and Hold Me Tight, attachment science, modern sex research, Perel, Nagoski, Kerner, Schnarch, Love and Stosny, and flexible love-language tools. Be concrete and low-hedge. Redirect only for imminent danger, abuse, coercive control, minors, non-consent, self-harm, stalking, or medical/legal/psychiatric decisions.
building-sf-integrations
IncludedSalesforce integration architecture and runtime plumbing with 120-point scoring. Use this skill to set up Named Credentials, External Credentials, External Services, REST/SOAP callout patterns, Platform Events, and Change Data Capture. TRIGGER when: user sets up Named Credentials, External Services, REST/SOAP callouts, Platform Events, CDC, or touches .namedCredential-meta.xml files. DO NOT TRIGGER when: Connected App/OAuth config (use configuring-connected-apps), Apex-only logic (use generating-apex), or data import/export (use handling-sf-data).
venue-templates
IncludedAccess comprehensive LaTeX templates, formatting requirements, and submission guidelines for major scientific publication venues (Nature, Science, PLOS, IEEE, ACM), academic conferences (NeurIPS, ICML, CVPR, CHI), research posters, and grant proposals (NSF, NIH, DOE, DARPA). This skill should be used when preparing manuscripts for journal submission, conference papers, research posters, or grant proposals and need venue-specific formatting requirements and templates.
let-fate-decide
IncludedDraws the 12 Houses of the Zodiac Tarot spread to inject entropy into planning when prompts are vague, ambiguous, or casually delegated. Interprets the spread to guide next steps. Use when the user says 'let fate decide', 'YOLO', 'whatever', 'idk', or other nonchalant phrases, makes Yu-Gi-Oh references, or when you are about to arbitrarily pick between multiple reasonable approaches. Prefer over ask-questions-if-underspecified when the user's tone is casual or playful rather than precision-seeking.
net-ops
IncludedCross-platform network troubleshooting (Windows, macOS, Linux) via local or remote shell. Use for: DNS broken, can't resolve hostnames, nslookup/dig works but apps fail, NRPT, WFP, scutil, /etc/resolver, systemd-resolved, /etc/resolv.conf, NetworkManager, VPN DNS leak residue (ProtonVPN/Mullvad/WireGuard/AnyConnect), AV/firewall blocking DNS or DoH, Tailscale DNS interaction, intermittent connectivity, remote diagnostics over SSH.