brainstorming
透過結構化腦力激盪將創意轉化為設計
متاح أيضًا من: DMJGilbert,CodingCossack,obra,Cycleaddict,Cygnusfear,sickn33,davila7,ZhanlinCui,ArieGoldkin
許多開發者在編碼前難以將粗略的想法轉化為清晰的設計。此技能透過結構化提問、替代方案探索和漸進式驗證來引導您將概念精煉成可實作的設計。
تنزيل ZIP المهارة
رفع في Claude
اذهب إلى Settings → Capabilities → Skills → Upload skill
فعّل وابدأ الاستخدام
اختبرها
استخدام "brainstorming". Help me brainstorm a design for adding user authentication
النتيجة المتوقعة:
I am using the brainstorming skill to refine your idea into a design. Let me start by understanding your requirements. What is the primary authentication method you want to support for your users?
استخدام "brainstorming". I want to add caching but not sure which approach
النتيجة المتوقعة:
I am using the brainstorming skill to explore caching options with you. Let me propose three architectural approaches: 1) In-memory caching with Redis (scalable, requires infrastructure, fast access), 2) Application-level caching (simple setup, limited scalability, no external dependencies), 3) CDN-based caching (global distribution, higher cost, best for static content). Which approach resonates with your needs?
التدقيق الأمني
آمنThis is a pure documentation skill for brainstorming methodology with no executable code. All 43 static findings are false positives from pattern matching against documentation content. The skill contains only markdown documentation describing a structured design process.
درجة الجودة
ماذا يمكنك بناءه
功能架構規劃
軟體工程師在實作新功能前使用此技能來探索架構選項、評估權衡,並透過結構化回饋循環驗證設計決策。
產品設計精煉
產品經理使用此技能透過系統性探索限制條件、成功標準和替代方案,將初始產品構想轉化為詳細規格。
技術解決方案設計
技術主管使用此技能促進設計討論、評估多種實作策略,並透過漸進式設計呈現和驗證建立共識。
جرّب هذه الموجهات
Help me brainstorm a design for adding user authentication to my web application
I want to add caching to my API but I am not sure which approach to use. Can you help me explore options?
I have a rough idea for a notification system. Help me refine it into a complete design before I start coding.
I need to design a microservices architecture for order processing. Walk me through the design process with validation at each step.
أفضل الممارسات
- 在理解和探索階段使用 AskUserQuestion 工具呈現具有清晰權衡的結構化選項
- 以 200 到 300 字的段落漸進式呈現設計,並在繼續之前驗證每個段落以保持一致性
- 在確定最終設計之前,務必提出 2 到 3 種替代方法以確保全面評估選項
تجنب
- 在理解階段同時提出多個問題,而非一次提出一個重點問題
- 在完成設計驗證並獲得明確使用者批准之前就進行實作規劃
- 對於具有明確互斥選項的決策使用開放式問題,而非使用結構化的 AskUserQuestion 工具