danielmiessler / danielmiessler/TheAlgorithm

Instant/Fast effort levels contradict Discrete Phase Enforcement

未關閉
#4 0 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
主要語言
沒有語言資料
星號
154
分支
16
PR 合併指標
30 天內沒有已合併 PR

描述

## The Contradiction

Two rules in v0.5.9 directly conflict:

### Rule 1: Effort Level Table (OBSERVE phase)
> **Instant** | <10s | "right now", trivial lookup, greeting | **No phases — minimal format only**
> **Fast** | <1min | "quickly", simple fix | OBSERVE 10s, BUILD 20s, EXECUTE 20s, VERIFY 10s

### Rule 2: Discrete Phase Enforcement
> Every phase is independent. **NEVER combine, merge, or skip phases.**
> A Fast effort level still has 7 discrete phases — they're just quick.
> Skipping or combining phases defeats the entire purpose of systematic progression

### The Problems

1. **Instant says "No phases"** but Discrete Phase Enforcement says phases are NEVER skipped. Which takes precedence?

2. **Fast only budgets 4 of 7 phases** (OBSERVE, BUILD, EXECUTE, VERIFY = 60s) but the same section says "Fast still has 7 discrete phases." Where do THINK, PLAN, and LEARN fit in the <1min budget?

### Suggested Resolution Options

**Option A:** Instant is the ONE exception to discrete phases. Fast gets all 7 phases with time budgets (e.g., THINK 5s, PLAN 5s, LEARN 5s to fill the remaining time).

**Option B:** Reword Instant to use "implicit single-pass phases" instead of "No phases." Reword Fast to include all 7 phase budgets.

**Option C:** Relax Discrete Phase Enforcement to say "phases may be skipped at Instant/Fast but never merged at Standard+."

### Location
- Effort level table: line ~36 in `versions/TheAlgorithm_Latest.md`
- Discrete Phase Enforcement: lines ~758-771

貢獻指南

這個儲存庫沒有索引到貢獻指南

研究方向

閱讀 versions/TheAlgorithm_Latest.md 中第 36 行附近的工作量等級表,以及第 758-771 行附近的 Discrete Phase Enforcement。比較 Instant 和 Fast 的措辭,然後使用提出的選項之一解決優先順序與七個階段預算之間的矛盾。完成的標準是:規則在階段是否適用,以及 Fast 如何計入所有階段這兩點上保持一致。

由索引模型根據 Issue 內容生成。

評估

領域
documentation
Issue 類型
文件
難度
5/5
預估耗時
一週以上
活躍度
停滯
描述清晰度
基本清楚
新手友好度
35/100

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。