Agent Skills
› MeisnerDan/mission-control
› research
research
GitHub针对指定主题进行深度调研,结合项目上下文与网络搜索,综合关键发现、来源及建议,生成结构化Markdown文档并保存至research目录,为独立开发者提供可执行的洞察。
触发场景
需要深入了解某个技术或市场话题
要求收集最新信息并整理成报告
安装
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.
版本历史
- 2b8c402 当前 2026-07-05 15:42


