Lightweight parallel research orchestration without full council debate. Spawns oracle agents with different queries, collects findings, synthesizes report.
Orchestrate parallel research across multiple sources without the full Architecture Council process. Used when you need comprehensive research from different angles but don't need architectural debate and synthesis.
| Use Research Council | Use Architecture Council |
|---|---|
| Pure information gathering | Architectural decisions |
| Multiple search queries | Design tradeoff analysis |
| External standards research | Specification writing |
| Quick multi-angle investigation | ADR creation |
| Technology evaluation | System design |
| Agent | Query Focus | MCP |
|---|---|---|
| Internal Oracle | Codebase patterns | Grep, Glob, Read |
| Docs Oracle | Effect documentation | deepwiki |
| Standards Oracle | Industry standards | exa, playwright |
| Community Oracle | Best practices, examples | exa |
Define parallel research queries:
1. Internal: "How does our codebase handle X?"
2. Docs: "What does Effect documentation say about X?"
3. Standards: "What industry standards apply to X?"
4. Community: "What are common patterns for X?"
Spawn oracle agents in parallel:
Combine findings into research report:
# Research Report: <Topic>
**Generated**: YYYY-MM-DD
**Author**: Research Council
---
## Executive Summary
[Key findings in 3-5 bullet points]
---
## Internal Analysis
**Query**: "How does our codebase handle X?"
### Findings
[Codebase patterns found]
### Codebase References
| File | Relevance |
|------|-----------|
| `src/lib/...` | Description |
---
## Documentation Research
**Query**: "What does Effect documentation say about X?"
**Source**: deepwiki: Effect-TS/effect
### Findings
[Documentation patterns]
### Verification Status
- [x] API verified current
- [ ] Breaking changes checked
---
## Industry Standards
**Query**: "What industry standards apply to X?"
**Source**: exa search, ISA/FDA/ISO references
### Findings
[Standards references]
### Applicable Standards
| Standard | Relevance | Link |
|----------|-----------|------|
| ISA-95 | ... | ... |
---
## Community Patterns
**Query**: "What are common patterns for X?"
**Source**: exa search, GitHub, blog posts
### Findings
[Community patterns]
### References
1. [Reference 1]
2. [Reference 2]
---
## Cross-Reference Analysis
### Consensus
[What all sources agree on]
### Contradictions
[Where sources disagree]
### Gaps
[What no source addressed]
---
## Recommendations
1. [Actionable recommendation]
2. [Actionable recommendation]
---
## Sources
[Full citation list]
"Research how event sourcing is used in IIoT manufacturing systems"
I'll convene a Research Council to investigate this from multiple angles.
**Research Queries**:
1. Internal: "Event patterns in our IIoT codebase"
2. Docs: "Effect EventLog patterns"
3. Standards: "ISA-95 event sourcing manufacturing"
4. Community: "IIoT event sourcing best practices"
[Oracles run in parallel]
**Report generated**: thoughts/shared/reports/2026-01-26-es-iiot-research.md
mcp__deepwiki__ask_question
repoName: "Effect-TS/effect"
question: "What is the recommended pattern for EventLog in production use?"
mcp__exa__search
query: "ISA-95 event sourcing manufacturing operations management 2024"
mcp__exa__search
query: "event sourcing IIoT best practices industrial"
For regulatory documents that need scraping:
mcp__playwright__navigate
url: "https://www.isa.org/standards/..."
Internal: "Do we already use {technology}?"
Docs: "What is {technology} designed for?"
Standards: "{technology} in {domain} standards"
Community: "{technology} production experience reviews"
Internal: "How do we implement {pattern}?"
Docs: "Recommended implementation of {pattern}"
Standards: "Industry standards for {pattern}"
Community: "{pattern} best practices {domain}"
Internal: "Do we have this {problem}?"
Docs: "Known issues with {related-feature}"
Standards: "Industry solutions for {problem}"
Community: "{problem} solutions {technology}"
Queries ā Oracles ā Report
Documents ā Agents ā Journal ā Synthesis ā Spec ā ADR ā WBS
Reports go to:
thoughts/shared/reports/YYYY-MM-DD-<topic>.md
| Skill | Integration |
|---|---|
/architecture-council |
Upgrade to full council when decisions needed |
/grounded-research |
Single-source research |
/effect-research |
Effect-specific research |
ā "Should we use X or Y?" ā Use Architecture Council
ā
"What is X and Y?" ā Use Research Council
ā Only search externally
ā
Always check codebase first
ā "Source A says X"
ā
"Source A says X, but Source B says Y. Resolution needed."