Skip to content

fix: add When criteria for Advanced and Deep effort levels#9

Open
qozle wants to merge 1 commit intodanielmiessler:mainfrom
qozle:fix/effort-level-when-criteria
Open

fix: add When criteria for Advanced and Deep effort levels#9
qozle wants to merge 1 commit intodanielmiessler:mainfrom
qozle:fix/effort-level-when-criteria

Conversation

@qozle
Copy link
Copy Markdown

@qozle qozle commented Apr 5, 2026

Problem

The effort level table has two issues with the Advanced and Deep rows (lines 56-57 of TheAlgorithm_Latest.md):

  1. No When criteria — both say "Full phases, checkpoints every 1 min", which is Phase Budget Guide content accidentally placed in the When column. This makes them indistinguishable.

  2. Malformed rows — both have 3 cells but the header has 4 columns (Tier, Budget, When, Phase Budget Guide).

Fixes #6.

Fix

Add differentiated When criteria and move "Full phases, checkpoints every 1 min" to the Phase Budget Guide column:

Tier When (before) When (after)
Advanced (empty — Phase Budget Guide content was here) Multi-system changes, cross-cutting concerns, significant refactors
Deep (empty — same) Architectural decisions, novel problem domains, research-heavy work

The distinguishing axis: Advanced = wide scope (many files, cross-cutting), Deep = novel depth (research, competing approaches, design decisions). This creates a clear gradient:

Extended → quality-focused → Advanced → scope-driven → Deep → novelty-driven → Comprehensive → unconstrained

Both rows had "Full phases, checkpoints every 1 min" in the When
column — which is actually Phase Budget Guide content — making them
indistinguishable. The rows also had 3 cells instead of 4.

Add meaningful differentiators:
- Advanced: scope-driven ("Multi-system changes, cross-cutting concerns,
  significant refactors")
- Deep: novelty-driven ("Architectural decisions, novel problem domains,
  research-heavy work")

Move "Full phases, checkpoints every 1 min" to the Phase Budget Guide
column where it belongs, fixing the cell count.

Fixes danielmiessler#6.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Advanced and Deep effort levels lack 'When' criteria

1 participant