feat(plan): add bite-sized work item decomposition#246
Open
mvanhorn wants to merge 1 commit intoEveryInc:mainfrom
Open
feat(plan): add bite-sized work item decomposition#246mvanhorn wants to merge 1 commit intoEveryInc:mainfrom
mvanhorn wants to merge 1 commit intoEveryInc:mainfrom
Conversation
Plans now include structured Work Items sections with exact file paths, complete code snippets, verification commands, and commit boundaries. Phase 5.5 decomposes implementation into 2-5 minute tasks that ce:work can execute directly as TodoWrite items. TDD-first when applicable. Only for MORE and A LOT detail levels - MINIMAL stays quick. Closes EveryInc#245 Refs EveryInc#146 Co-Authored-By: Claude Opus 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.
Summary
/ce:planthat generates structured, bite-sized work items## Work Itemssection added to MORE template (3-8 tasks) and A LOT template (5-15 tasks grouped by phase)Motivation
/ce:workPhase 1 Step 3 says "Use TodoWrite to break plan into actionable tasks" - but this decomposition happens ad-hoc at runtime, without the planning context. Plans should do the heavy lifting (80/20 philosophy).Superpowers (42K stars) attributes much of its quality to this exact pattern - their plans produce 2-5 minute steps with exact paths, complete code, run commands, and expected output.
Related: #146 "Plan with files"
Changes
commands/ce/plan.md.claude-plugin/plugin.jsonCHANGELOG.mdTest plan
/ce:plan "add user auth"and select MORE - verify Work Items section appears with file paths, code, and verification commands/ce:plan "simple typo fix"and select MINIMAL - verify no Work Items section/ce:plan "major refactor"and select A LOT - verify Work Items grouped into phases/ce:workon a plan with Work Items - verify TodoWrite picks up tasks correctlyCloses #245
Refs #146