Skip to content

brandenon/deepanswer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

deepanswer

A dead-simple multi-agent research slash command for opencode. Designed for non-coding questions — get a synthesized, evidence-based answer from parallel AI researchers.

Quick Start

git clone https://github.com/brandenon/deepanswer
cd deepanswer
opencode

Usage

Clone the repo or download as a folder. Start Opencode TUI in the folder or alternatively add the folder to Opencode Desktop.

Use the slash command to ask a question:

/deepanswer Is intermittent fasting supported by strong clinical evidence?
/deepanswer --deep Compare solar vs wind energy by cost and scalability
/deepanswer --experts 4 --verify What caused the 2008 financial crisis?
/deepanswer --file answer.md What are the best evidence-based sleep hygiene practices?

deepanswer will spin up two expert researchers relevant to the query by default and synthesize their outputs to answer your question.

Flags

Flag Effect Default
--deep 4 researchers 2
--experts N N researchers (2-10) 2
--verify Fact-check after synthesis off
--file PATH Write answer to file off
--nocontext Skip project context context gathered

How It Works

  1. Classify — maps your question to domains (science, economics, health, history, etc.)
  2. Select — picks the best-matching specialist agents from the agent directory
  3. Dispatch — launches researchers in parallel, each doing real web research
  4. Synthesize — converges agreements, resolves contradictions, flags gaps
  5. Verify (optional) — fact-checker validates key claims against sources

Pre-Installed Agents

Agent Domains Role
domain-researcher adaptive Deep research on any domain
comparative-analyst comparison, science, economics, decision-making Side-by-side evaluations
fact-checker fact-checking Called by the --verify flag when needed

New domain specialists are auto-created when a question needs expertise not covered by existing agents.

Roadmap

  • Add Obscura as MCP server for faster/better web fetching
  • Add implementation for Claude Code and other software

About

Multi-agent non-coding research command for Opencode

Topics

Resources

Stars

Watchers

Forks

Contributors