Ready-to-use agent presets and subagent orchestration configs built on top of d-research-skill.
This repository is the agent adapter layer for D Research. It does not vendor the full skill. Install d-research-skill separately, then choose the adapter for your agent platform.
d-research-skill provides the research workflow. This repo provides platform-specific agent wrappers that make the workflow easier to use consistently:
- fixed role prompts
- subagent routing
- source-recall checklists
- evidence verification gates
- read-only research defaults
- restorable platform configs
The goal is to make a MiniMax-style D Research expert available across multiple agent runtimes.
| Platform | Status | Path | Notes |
|---|---|---|---|
| MiniMax Agent | Live reference | minimax/ |
Public expert preview only |
| OpenCode | Ready | opencode/ |
Primary agent plus six hidden subagents |
| Claude Code | Planned | claude-code/ |
Placeholder for a future adapter |
The current MiniMax D Research expert is available here:
The OpenCode adapter provides:
d-researchprimary agentd-research-source-mapperd-research-recall-auditord-research-social-public-source-hunterd-research-evidence-verifierd-research-data-extractord-research-report-synthesizer
See opencode/README.md for installation and behavior details.
d-research-agent-pack/
README.md
minimax/
README.md
opencode/
README.md
.opencode/
agents/
docs/
examples/
claude-code/
README.md
scripts/
generate-opencode-adapter.mjs
- Keep
d-research-skillas the source of truth for the research workflow. - Keep platform adapters thin, auditable, and easy to copy into a local config.
- Preserve read-only, lawful public-data boundaries.
- Prefer exact URLs, evidence ledgers, blocker reports, and confidence labels.
- Treat subagents as scoped workers; the main agent owns final synthesis.
- Skill dependency:
d-init-d/d-research-skill - MiniMax expert reference:
D Research - OpenCode adapter prompts are derived from a private D Research MiniMax reference config. The MiniMax prompt and subagent configuration are intentionally not published here.