Loading...
Loading...
Compare original and translation side by side
in_progressin_progressTodoWrite({
todos: [
{content: "Step 1: Load project context (CLAUDE.md if exists)", status: "in_progress", activeForm: "Reading CLAUDE.md"},
{content: "Step 2: Verify Z01 files exist", status: "pending", activeForm: "Checking research"},
{content: "Step 3: Read ALL Z01 files", status: "pending", activeForm: "Loading context"},
{content: "Step 4: Invoke superpowers:writing-plans", status: "pending", activeForm: "Creating plan"},
{content: "Step 5: Verify Z02 outputs", status: "pending", activeForm: "Validating output"}
]
})in_progressTodoWrite({
todos: [
{content: "Step 1: Load project context (CLAUDE.md if exists)", status: "in_progress", activeForm: "Reading CLAUDE.md"},
{content: "Step 2: Verify Z01 files exist", status: "pending", activeForm: "Checking research"},
{content: "Step 3: Read ALL Z01 files", status: "pending", activeForm: "Loading context"},
{content: "Step 4: Invoke superpowers:writing-plans", status: "pending", activeForm: "Creating plan"},
{content: "Step 5: Verify Z02 outputs", status: "pending", activeForm: "Validating output"}
]
})in_progresssuperpowers:writing-planssuperpowers:writing-plans/superpowers:write-plan/superpowers:write-plan| Excuse | Reality |
|---|---|
| "Skip path detection, I know it's docs/ai/ongoing" | NO. Path assumptions break in non-standard repos. Detect ONGOING_DIR. |
| "No Z01 files, skip check" | NO. Research context critical for quality plans. Check first. |
| "Superpowers will figure out output structure" | NO. Generic plans lack our research integration. Provide explicit Z02* instruction. |
| "Read only Z01_research, skip Z01_CLARIFY" | NO. Missing context = incomplete plan. Read ALL Z01* files. |
| "Create Z02_CLARIFY even if no questions" | NO. Empty files clutter directory. Only create if NEW questions. |
| "Just invoke superpowers:writing-plans directly" | NO. This wrapper loads Z01 context. That's its value. |
| "Wrapper skill, no need to track steps" | NO. Wrapper has critical steps (context loading, invocation). Track with TodoWrite. |
| "TodoWrite adds overhead, skip it" | NO. TodoWrite provides user visibility and prevents skipped steps. MANDATORY. |
| 借口 | 实际情况 |
|---|---|
| “跳过路径检测,我知道是docs/ai/ongoing” | 不行。 路径假设在非标准仓库中会失效。必须检测ONGOING_DIR。 |
| “没有Z01文件,跳过检查” | 不行。 研究上下文对制定高质量计划至关重要。必须先检查。 |
| “Superpowers会自动处理输出结构” | 不行。 通用计划缺乏我们的研究集成。必须提供明确的Z02*指令。 |
| “只阅读Z01_research,跳过Z01_CLARIFY” | 不行。 缺少上下文会导致计划不完整。必须阅读所有Z01*文件。 |
| “即使没有问题也创建Z02_CLARIFY” | 不行。 空文件会使目录杂乱。仅当存在新问题时才创建。 |
| “直接调用superpowers:writing-plans” | 不行。 此包装器的作用是加载Z01上下文,这是它的价值所在。 |
| “这是包装器Skill,不需要跟踪步骤” | 不行。 包装器包含关键步骤(上下文加载、调用)。必须使用TodoWrite跟踪。 |
| “TodoWrite增加了工作量,跳过它” | 不行。 TodoWrite为用户提供可见性,防止跳过步骤。这是强制要求。 |