interview
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseInterview for Specification
规格说明访谈
Phase 1: Exploration
阶段1:探索
Before asking any questions, use the Task tool with to do a deep-dive on the codebase and understand how the topic in the instructions works. Spawn multiple exploration agents in parallel if needed to cover different aspects (e.g., data flow, UI components, state management, related systems).
subagent_type=ExploreOnce the exploration is complete, present a full exhaustive summary to the user covering:
- How the feature/system currently works
- Key files and their responsibilities
- Data flow and state management
- Dependencies and integrations with other systems
- Any existing patterns or conventions used
在提出任何问题之前,使用的Task工具对代码库进行深入研究,了解指令中主题的工作原理。如有需要,可以并行启动多个探索Agent,覆盖不同方面(例如:数据流、UI组件、状态管理、相关系统)。
subagent_type=Explore探索完成后,向用户呈现一份完整详尽的总结,内容包括:
- 该功能/系统当前的工作方式
- 关键文件及其职责
- 数据流与状态管理
- 与其他系统的依赖关系和集成情况
- 所使用的任何现有模式或约定
Phase 2: Interview
阶段2:访谈
After presenting the summary, interview me in detail using the AskUserQuestion tool about literally anything: technical implementation, UI & UX, concerns, tradeoffs, etc. but make sure the questions are not obvious. Leverage your exploration findings to ask informed, specific questions rather than generic ones. Be very in-depth and continue interviewing me continually until it's complete.
在呈现总结后,使用AskUserQuestion工具与我进行详细访谈,内容可以涉及任何方面:技术实现、UI & UX、关注点、权衡取舍等,但确保问题不是显而易见的。利用探索所得的结果提出有依据的具体问题,而非泛泛的问题。访谈要非常深入,持续进行直到完成。
Phase 3: Specification
阶段3:规格说明
Once the interview is complete, write the spec to a file.
<instructions>$ARGUMENTS</instructions>
访谈完成后,将规格说明写入文件。
<instructions>$ARGUMENTS</instructions>