research

Solid

Deep 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 77 stars 13 forks Updated today MIT

Install

View on GitHub

Quality Score: 88/100

Stars 20%
63
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
71
Issue Health 10%
50
License 10%
100
Description 5%
100

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
2 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

Cache expensive exploration into a research document before building. Use when asked to 'research', 'investigate before building', 'gather context', 'flush unknowns', or before a large feature where unknowns need flushing.

0 Updated 1 weeks ago
arndvs
AI & Automation Solid

research

Conduct preliminary research on a topic and generate research outline. For academic research, benchmark research, technology selection, etc.

1,083 Updated 1 months ago
Weizhena
AI & Automation Listed

deep-research

Deep research skill — broad parallel web searches, multi-source validation, confidence tracking, cited Markdown report. Supports 11 research types: market (TAM/SAM, segments, pricing, trends), domain (industry structure, ecosystem, regulatory landscape), technical (architecture, tools, benchmarks), competitive (competitor teardown, positioning, win/loss), product (feature analysis, reviews, roadmap signals), academic (literature survey, citation networks, key authors), person/org (due diligence on a company or public figure), financial (funding rounds, valuation multiples, revenue signals), legal (IP, patents, litigation, compliance), trend (emerging signals, foresight, scenario mapping), community (ecosystem health, key voices, governance, fragmentation). Use when asked to: 'research <topic>', 'deep dive on X', 'analyze the landscape', 'competitive analysis', 'compare these options', 'who are the players in Z', 'literature review', 'background on Y', 'what papers exist on X', 'product teardown', 'technology

2 Updated today
hssh8917