name: sota-researcher description: Search for authoritative materials, academic literature, expert shares, and high-quality blogs to summarize state-of-the-art (SOTA) practices for any given topic. Use when the user needs a comprehensive, high-signal overview of the latest advancements, benchmarks, or engineering standards.
SOTA Researcher
This skill provides a systematic workflow for discovering, acquiring, and synthesizing the state-of-the-art (SOTA) in any domain.
Research Workflow
Follow this multi-stage process to ensure high-signal results:
- Broad Discovery: Perform a broad
google_web_searchto identify top-tier sources, key papers, and influential blogs. - Authority Filtering: Focus on high-authority domains (e.g.,
arxiv.org,nature.com,blog.google,engineering.fb.com,medium.comfrom verified experts). - Content Acquisition:
- Use
web_fetchto extract clean content from high-quality URLs. - Use
chrome-devtoolsif the site has a complex paywall or requires JavaScript rendering. - Save the raw content to
research/sources/using thesave_source.pyscript to ensure a persistent local library.
- Use
- Deep Extraction: Read the locally saved sources to extract detailed methodology, benchmarks, and "lessons learned."
- Library Context: For software-related topics, use
context7(resolve-library-idfollowed byquery-docs) to get the latest official documentation. - Synthesis: Summarize the findings into a "SOTA Report" using the provided structure.
Selecting Authoritative Sources
Prioritize sources in this order:
- Academic:
arxiv.org,scholar.google.com,nature.com,acm.org. - Corporate Engineering Blogs: Google AI, Meta Engineering, Netflix Tech Blog, OpenAI Blog.
- Expert Shares: High-signal Medium articles, GitHub repositories with significant stars/activity, or Substack newsletters from recognized industry leaders.
SOTA Report Structure
Every report must include:
- Executive Summary: A 1-2 sentence high-level overview.
- Current State (SOTA): The latest benchmarks, architectural patterns, or scientific consensus.
- Key Technologies/Frameworks: The tools currently leading the field.
- Expert Consensus & Trends: Observations from high-quality blogs and industry leaders.
- Actionable Recommendations: Clear next steps based on the research.
- Sources & Citations: Direct links to the primary materials.
Tips for High-Signal Searching
- Use specific keywords like "state of the art", "SOTA", "2025 benchmark", "best practices", "engineering blog".
- Use
site:operators to narrow down to top domains (e.g.,site:arxiv.org [topic]). - For software, search for the latest version and its breaking changes or "SOTA usage."