fix: add When criteria for Advanced and Deep effort levels#9
Open
qozle wants to merge 1 commit intodanielmiessler:mainfrom
Open
fix: add When criteria for Advanced and Deep effort levels#9qozle wants to merge 1 commit intodanielmiessler:mainfrom
qozle wants to merge 1 commit intodanielmiessler:mainfrom
Conversation
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem
The effort level table has two issues with the Advanced and Deep rows (lines 56-57 of
TheAlgorithm_Latest.md):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.
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:
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