This commit is contained in:
2026-03-10 13:09:47 +00:00
parent e0c4c2ed7b
commit ffd0d31fa5
43 changed files with 532 additions and 749 deletions

View File

@@ -2,6 +2,7 @@
description: Deep research workflow using researcher subagent
agent: researcher
subtask: true
permalink: opencode-config/commands/research
---
Research the following topic deeply and return a concise, evidence-backed report.
@@ -11,7 +12,7 @@ $ARGUMENTS
Requirements:
- Read relevant `.memory/*.md` files first for existing related research and decisions.
- Read relevant basic-memory notes first (`search_notes` with `project="<repo-project-name>"`) for existing related research and decisions. Also check `project="main"` for cross-project guidance.
- If scope is ambiguous, ask one focused clarification question using the question tool.
- Provide findings, tradeoffs, and recommended approach.
- Record durable insights in the relevant `.memory/` files with markdown sections and cross-references.
- Record durable project-specific insights in per-repo project notes (`write_note` with `project="<repo-project-name>"`). Record cross-project reusable insights with `project="main"`. Use tags and WikiLink cross-references.