一键导入
design-new-feature
Design a new feature for the XBB app, including data models, local DB, sync engine, and UI components.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Design a new feature for the XBB app, including data models, local DB, sync engine, and UI components.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
| name | design-new-feature |
| description | Design a new feature for the XBB app, including data models, local DB, sync engine, and UI components. |
We need to follow these steps to design a new feature for the XBB app:
Interview me relentlessly about every aspect of what we are designing until we reach a shared understanding. Walk down each branch of the design tree, resolving dependencies between decisions one-by-one. For each question, provide your recommended answer.
Ask the questions one at a time.
If a question can be answered by exploring the codebase, explore the codebase instead.
As a result, you may at least resolve these but not limited to these:
To deliver the final design doc in a markdown file.
Break down the implementation into small tasks, and for each task, provide a detailed implementation plan, including which files to edit/create, which data models to define, which UI components to build, and how to test.
Put it after the design doc.