brainstorming
協作腦力激盪並設計功能
متاح أيضًا من: Cycleaddict,DMJGilbert,davila7,DYAI2025,CodingCossack,Cygnusfear,ArieGoldkin
透過結構化對話,將模糊想法轉化為具體的實作計畫。此技能引導你從概念到經驗證的設計,並在每一步進行漸進式驗證。
تنزيل ZIP المهارة
رفع في Claude
اذهب إلى Settings → Capabilities → Skills → Upload skill
فعّل وابدأ الاستخدام
اختبرها
استخدام "brainstorming". I want to add a recommendation engine to my e-commerce site
النتيجة المتوقعة:
- 理解階段:詢問商品目錄規模、使用者行為資料、即時 vs 批次處理需求
- 提出的方式:協同過濾、內容式、含優缺點的混合方法
- 設計章節:資料蒐集流程、ML 模型訓練、即時推論 API、A/B 測試框架
- 最終交付:在 docs/plans/ 的完整設計文件與實作時程
استخدام "brainstorming". Help me design a notification system for my app
النتيجة المتوقعة:
- 需求蒐集:通道偏好、交付保證、量級估算
- 架構選項:佇列式、事件驅動或輪詢方式
- 元件設計:訊息佇列、通知服務、傳送處理器、重試邏輯
- 實作計畫:資料庫結構、API endpoints、測試策略
التدقيق الأمني
آمنThis is a legitimate software design brainstorming skill. All 48 static findings are false positives triggered by documentation text and markdown formatting being misinterpreted as code. The skill contains no executable code, network requests, external commands, or cryptographic operations.
عوامل الخطر
⚙️ الأوامر الخارجية (1)
درجة الجودة
ماذا يمكنك بناءه
規劃新功能實作
將模糊的功能想法轉化為包含架構、元件與測試策略的詳細實作計畫。
定義技術需求
與 AI 合作釐清技術限制,為開發團隊建立可直接實作的規格。
設計 MVP 架構
在投入實作前,探索 MVP 的不同技術方案並理解取捨。
جرّب هذه الموجهات
I need to add user authentication to my web app. Can you help me explore what I need and design the implementation?
I am building a SaaS platform and cannot decide between microservices or monolithic architecture. Help me evaluate the options.
I need to add real-time collaborative editing to my document editor. Walk me through the design considerations and implementation approach.
I have a legacy PHP monolith that needs to be migrated to a modern tech stack. Help me plan the migration strategy and new architecture.
أفضل الممارسات
- 一次回答一個問題,以便更清楚地蒐集需求
- 明確說明預算、時程與技術限制等約束
- 對任何不理解的技術術語或商業需求主動請求澄清
تجنب
- 不要一次設計所有內容 — 讓技能引導你逐步完成
- 避免跳過探索階段 — 了解需求可避免返工
- 不要在未比較替代方案與取捨前就接受第一個設計