research
SolidDeep research on a topic — use when investigating unfamiliar domains, answering complex questions requiring multiple sources, or when an evaluation flags something for deeper analysis
AI & Automation 89 stars
16 forks Updated today MIT
Install
Quality Score: 88/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Research
## Purpose
Conduct thorough research on a topic, producing a structured summary with
sources and actionable takeaways for Genesis.
## When to Use
- User requests research on a topic.
- A blocker requires understanding an unfamiliar domain.
- Surplus compute is available and a research task is queued.
- An evaluation identified a WATCH or ADOPT item needing deeper analysis.
## Workflow
1. **Scope** — Define the research question clearly. What specifically do we
need to know? What decisions does this inform?
2. **Gather** — Search web, documentation, code repositories. Collect primary
sources. Prefer official docs over blog posts.
3. **Synthesize** — Organize findings into a coherent narrative. Identify
consensus vs. conflicting information.
4. **Assess reliability** — Note source quality, recency, potential bias.
5. **Extract actionables** — What should Genesis do with this information?
6. **Write output** — Structured research report.
## Output Format
```yaml
topic: <research question>
date: <YYYY-MM-DD>
summary: <3-5 sentence overview>
key_findings:
- finding: <finding>
confidence: high | medium | low
source: <source reference>
action_items:
- <concrete next step>
open_questions:
- <what remains unknown>
```
## References
- `docs/architecture/genesis-v3-vision.md` — For relevance filtering
- `docs/architecture/genesis-v3-gap-assessment.md` — Known gaps
Details
- Author
- WingedGuardian
- Repository
- WingedGuardian/GENesis-AGI
- Created
- 4 months ago
- Last Updated
- today
- Language
- Python
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Listed
research
Deep research on a topic with structured findings
1 Updated 3 days ago
LogicLabsAI AI & Automation Listed
research
Web research with structured findings and source citations. Use when asked to "research", "investigate", "look into", "find out about", or gather background on any topic. Returns findings organized into key points, analysis, and sourced references.
0 Updated 6 days ago
alectivism AI & Automation Solid
deep-research
Use when a decision-relevant question needs multi-source search, claim-level citations, contradiction handling, uncertainty, or a durable wiki handoff.
124 Updated 3 days ago
Mark393295827