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


