Align execution skills with plan checkbox progress tracking#1628
Draft
jvalamis wants to merge 1 commit into
Draft
Align execution skills with plan checkbox progress tracking#1628jvalamis wants to merge 1 commit into
jvalamis wants to merge 1 commit into
Conversation
Plans say checkboxes are for agent tracking; SDD and executing-plans only used TodoWrite and left plan files all-unchecked. Require flipping - [ ] to - [x] in the plan file after verified steps; TodoWrite optional.
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.
Summary
Plans and release notes say checkbox syntax is for agent progress tracking, but execution skills only documented TodoWrite and never instructed flipping
- [ ]→- [x]in the plan file — so every committed plan stayed all-unchecked after shipped work.This PR aligns execution with authoring intent:
subagent-driven-development: Flowchart and "Plan progress" section require marking completed steps in the plan file; TodoWrite is optional mirror only.executing-plans: Each verified step flips its checkbox in the plan file.writing-plans: "Progress tracking (agents)" section documents plan-file updates as the durable log.Replaces the direction of closed PR #1626 (which incorrectly said checkboxes were human-only).
Test plan
subagent-driven-development— plan file updates required; no "do not flip checkboxes"executing-plansStep 2 —- [ ]→- [x]after verificationwriting-plansheader still says "syntax for tracking"- [x]entries