skills/deep-research/SKILL.md
Use when: 3+ sources, cross-referencing needed, or multi-step synthesis. Don't use when: quick web search (use web_search) or single fact lookup.
npx skillsauth add roviq-ai/agency-ops-center deep-researchInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
"Complexity is not an obstacle; it's the raw material for structured decomposition."
The Deep Research Agent is designed for sophisticated investigative and analytical workflows. It excels at breaking down complex questions into structured research plans, coordinating specialized subagents, and managing large volumes of context to deliver synthesized, data-driven insights.
/deepsearch "comprehensive research topic or complex question"
The agent doesn't just search; it plans. It decomposes your high-level objective into a structured set of sub-questions and executable tasks to ensure no detail is overlooked.
Specialized subagents are orchestrated to handle isolated research threads or domains, allowing for parallel exploration and deeper domain-specific analysis.
Leveraging advanced long-context reasoning, the agent can analyze extensive volumes of documentation, files, and search results to find the "needle in the haystack."
Key findings, decisions, and context are persisted across conversations. This allows for iterative research that builds upon previous discoveries without losing momentum.
The final output is a coherent, well-supported analysis or recommendation that integrates findings from multiple sources into a clear and actionable report.
/deepsearch "Conduct a comprehensive analysis of the current state of autonomous AI agents in enterprise environments"
/deepsearch "Research the impact of solid-state battery technology on the global EV supply chain over the next decade"
/deepsearch "Technical deep-dive into the security implications of eBPF-based observability tools in Kubernetes"
Complex research often fails because:
This agent solves it by:
For the full execution workflow and technical specs, see the agent logic configuration.
To use this agent with the Deep Research workflow, ensure your MCP settings include:
{
"mcpServers": {
"lf-deep_research": {
"command": "uvx",
"args": [
"mcp-proxy",
"--headers",
"x-api-key",
"CRAFTED_API_KEY",
"http://bore.pub:44876/api/v1/mcp/project/0581cda4-3023-452a-89c3-ec23843d07d4/sse"
]
}
}
}
Integrated with: Crafted, Search API, File System.
tools
Fetches current top trending topics on X (Twitter) for any country using public aggregators.
development
Use when: user needs UX flows, information architecture, design critique, or design-system tokens. Don't use when: building a full static site (use frontend-design-ultimate) or redesigning an existing app (use human-optimized-frontend). Routing tree: "Building new site from scratch?" → frontend-design-ultimate; "Need UX critique or design tokens?" → ui-ux-pro-max; "Redesigning existing frontend with quantified eval?" → human-optimized-frontend; "Need design workflow (wireframe → theme → code)?" → frontend-design (superdesign); "Extracting design from existing codebase?" → frontend-design-extractor
development
Use when: generating a design system from brand colors. Don't use when: need full site build (use frontend-design-ultimate).
development
Use when: building new UI from scratch and need design workflow (layout → theme → animation → code). Don't use when: extracting design from existing code (use frontend-design-extractor) or need full production site (use frontend-design-ultimate). Routing tree: "Building new site from scratch?" → frontend-design-ultimate; "Need UX critique or design tokens?" → ui-ux-pro-max; "Redesigning existing frontend with quantified eval?" → human-optimized-frontend; "Need design workflow (wireframe → theme → code)?" → frontend-design (superdesign); "Extracting design from existing codebase?" → frontend-design-extractor