Agent Skills
› MeisnerDan/mission-control
› brainstorm
brainstorm
GitHub用于围绕指定主题生成10-15个创意点子。通过读取项目上下文、现有想法及活跃项目,从技术、营销等多角度发散思维,并协助用户筛选保留的创意,最终将选定的想法保存至brain-dump.json中。
Trigger Scenarios
需要针对特定主题进行头脑风暴
希望获取多角度创意建议
Install
npx skills add MeisnerDan/mission-control --skill brainstorm -g -y
SKILL.md
Frontmatter
{
"name": "brainstorm",
"description": "Generate creative ideas on a topic and optionally save to brain dump",
"disable-model-invocation": true
}
Help me brainstorm about: $ARGUMENTS
- Read
mission-control/data/ai-context.mdfor a quick snapshot of current state - Read
mission-control/data/brain-dump.jsonto see existing ideas - Read
mission-control/data/projects.jsonto understand active projects - Generate 10-15 creative ideas related to the topic
- Ask me which ones I want to keep
- Add the selected ideas to
brain-dump.jsonwith appropriate tags
Be creative and think from multiple angles: technical, marketing, user experience, business model, partnerships, and unconventional approaches.
Version History
- 2b8c402 Current 2026-07-05 15:41


