Loading...
Loading...
Compare original and translation side by side
CRITICAL: Do NOT usetool — it blocks Write/Edit/Task tools. Follow the workflow below.EnterPlanMode
重要提示: 请勿使用工具——它会阻止Write/Edit/Task工具的使用。请遵循以下工作流程。EnterPlanMode
| Step | Action | Key Notes |
|---|---|---|
| 1 | Read plan files | |
| 2 | Extract question topics | Scan for architecture, assumptions, tradeoffs, risks, scope keywords |
| 3 | Generate questions | 2-4 concrete options per question, mark recommended option |
| 4 | Interview user | Use AskUserQuestion with configured question count (min-max) |
| 5 | Document answers | Add |
| 步骤 | 操作 | 关键说明 |
|---|---|---|
| 1 | 阅读方案文件 | 读取 |
| 2 | 提取问题主题 | 扫描架构、假设、权衡、风险、范围相关关键词 |
| 3 | 生成问题 | 每个问题提供2-4个具体选项,并标记推荐选项 |
| 4 | 用户访谈 | 使用AskUserQuestion工具,按照配置的问题数量范围(最小-最大)进行提问 |
| 5 | 记录答案 | 在plan.md中添加 |
$ARGUMENTS## Plan Context/plan-hard$ARGUMENTS## Plan Context/plan-hard## Plan Contextmodequestions3-8## Plan Contextmodequestions3-8plan.mdphase-*.mdplan.mdphase-*.md| Category | Keywords to detect |
|---|---|
| Architecture | "approach", "pattern", "design", "structure", "database", "API" |
| Assumptions | "assume", "expect", "should", "will", "must", "default" |
| Tradeoffs | "tradeoff", "vs", "alternative", "option", "choice", "either/or" |
| Risks | "risk", "might", "could fail", "dependency", "blocker", "concern" |
| Scope | "phase", "MVP", "future", "out of scope", "nice to have" |
| Reasoning | Check: Does Architecture section explain WHY, not just WHAT? Does Risk Assessment include failure modes? Is there a Design Intent or Trade-offs section? |
| 类别 | 需检测的关键词 |
|---|---|
| 架构 | "approach", "pattern", "design", "structure", "database", "API" |
| 假设 | "assume", "expect", "should", "will", "must", "default" |
| 权衡 | "tradeoff", "vs", "alternative", "option", "choice", "either/or" |
| 风险 | "risk", "might", "could fail", "dependency", "blocker", "concern" |
| 范围 | "phase", "MVP", "future", "out of scope", "nice to have" |
| 合理性 | 检查:架构部分是否解释了原因,而非仅说明内容?风险评估是否包含故障模式?是否有设计意图或权衡分析部分? |
Category: Architecture
Question: "How should the validation results be persisted?"
Options:
1. Save to plan.md frontmatter (Recommended) - Updates existing plan
2. Create validation-answers.md - Separate file for answers
3. Don't persist - Ephemeral validation onlyCategory: Assumptions
Question: "The plan assumes API rate limiting is not needed. Is this correct?"
Options:
1. Yes, rate limiting not needed for MVP
2. No, add basic rate limiting now (Recommended)
3. Defer to Phase 2Category: Architecture
Question: "How should the validation results be persisted?"
Options:
1. Save to plan.md frontmatter (Recommended) - Updates existing plan
2. Create validation-answers.md - Separate file for answers
3. Don't persist - Ephemeral validation onlyCategory: Assumptions
Question: "The plan assumes API rate limiting is not needed. Is this correct?"
Options:
1. Yes, rate limiting not needed for MVP
2. No, add basic rate limiting now (Recommended)
3. Defer to Phase 2AskUserQuestion## Plan ContextValidation: mode=X, questions=MIN-MAXAskUserQuestion## Plan ContextValidation: mode=X, questions=MIN-MAX## Validation Summaryplan.mdundefinedplan.md## Validation Summaryundefined
1. If answers require plan changes, note them but **do not modify phase files** - just document what needs updating.
2. 如果答案要求修改方案,只需记录需要更新的内容,**不要修改阶段文件**。