Agent Skills
› MeisnerDan/mission-control
› research
research
GitHub深入调研指定主题,结合项目上下文与网络搜索,将结果综合为结构化Markdown文档并保存至research目录。内容需包含摘要、关键发现、来源、建议及下一步行动,专为独立开发者提供可操作的洞察。
Trigger Scenarios
用户要求对某个主题进行深入调查
需要获取特定领域的最新信息和结构化分析报告
Install
npx skills add MeisnerDan/mission-control --skill research -g -y
SKILL.md
Frontmatter
{
"name": "research",
"description": "Research a topic thoroughly and save structured findings to research\/",
"disable-model-invocation": true
}
Research the following topic thoroughly: $ARGUMENTS
- Read
mission-control/data/ai-context.mdfor current project context - Search the web for current information on this topic
- Synthesize findings into a structured markdown document
- Save the document to
research/with a descriptive filename - Include: Summary, Key Findings, Sources, Recommendations, and Next Steps
Focus on actionable insights relevant to a solo entrepreneur building software products.
Version History
- 2b8c402 Current 2026-07-05 15:42


