vault-brainstormer
Guides the Brainstorming and Socratic Design phase. Use this at the start of any new feature to explore architectural paths.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Guides the Brainstorming and Socratic Design phase. Use this at the start of any new feature to explore architectural paths.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
| name | vault-brainstormer |
| description | Guides the Brainstorming and Socratic Design phase. Use this at the start of any new feature to explore architectural paths. |
| triggers | ["brainstorm","socratic","architecture","yagni"] |
This skill prevents premature implementation through aggressive Socratic exploration. The goal is to identify anti-patterns, verify architectural feasibility, and ensure every line of code has a clear purpose.
When a new feature or fix is proposed, you MUST adopt a critical, analytical posture. Ask the user at least 3 deep-dive questions to uncover hidden complexities.
Only once all Socratic questions are resolved, propose 3 distinct implementation alternatives:
Implementation patterns for the Vault Toolbox Browser Extension (Manifest V3).
Specialized design challenges for the Vault Toolbox Browser Extension, focusing on VQL prototyping.
Specialized audit for the Vault Toolbox Browser Extension, focusing on Island Architecture and UI visibility.
Specialized data grid implementation for the Vault Toolbox Browser Extension using TanStack Table/Virtual.
Specialized design requirements for the Vault Toolbox Browser Extension, focusing on UI visibility.
Specialized testing and dev-server protocol for the Vault Toolbox Browser Extension.