Agent Skills
› WingedGuardian/GENesis-AGI
› research
research
GitHub用于对陌生领域进行深入调研、回答复杂问题或分析评估项。该技能委托至web-research模块,要求产出包含来源和置信度的结构化报告及行动建议。
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
This legacy Tier-2 entry delegates the research method to
.claude/skills/web-research/SKILL.md. Load and follow that skill. Preserve the
structured output below when a caller requires it.
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.
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
-
0b82cd0
Current 2026-09-22 05:51
重构为委托调用.web-research/SKILL.md,统一证据驱动的研究方法并收敛边界。
-
5d12d48
2026-07-31 11:23
更新参考文献,将 genesis-v3-gap-assessment.md 替换为 CURRENT.md 以获取最新子系统状态。
- f9015bb 2026-07-05 18:18


