Agent Skills
› WingedGuardian/GENesis-AGI
› research
research
GitHub用于对陌生领域进行深度调研,回答复杂问题或评估后需深入分析的场景。通过定义范围、搜集资料、综合分析和提取行动项,生成包含来源和置信度的结构化研究报告。
Trigger Scenarios
用户请求对特定主题进行研究
遇到阻碍需要理解陌生领域
评估结果标记为WATCH或ADOPT需深入分析
Install
npx skills add WingedGuardian/GENesis-AGI --skill research -g -y
SKILL.md
Frontmatter
{
"name": "research",
"phase": 6,
"consumer": "cc_background_research",
"skill_type": "workflow",
"description": "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"
}
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
- Scope — Define the research question clearly. What specifically do we need to know? What decisions does this inform?
- Gather — Search web, documentation, code repositories. Collect primary sources. Prefer official docs over blog posts.
- Synthesize — Organize findings into a coherent narrative. Identify consensus vs. conflicting information.
- Assess reliability — Note source quality, recency, potential bias.
- Extract actionables — What should Genesis do with this information?
- Write output — Structured research report.
Output Format
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 filteringdocs/architecture/CURRENT.md— the live subsystem map (what Genesis has today, with freshness stamps); consult before claiming a gap. Enumerate, don't spot-check.
Version History
-
5d12d48
Current 2026-07-31 11:23
更新参考文献,将 genesis-v3-gap-assessment.md 替换为 CURRENT.md 以获取最新子系统状态。
- f9015bb 2026-07-05 18:18


