diff --git a/.claude/commands/workflow/lite-plan.md b/.claude/commands/workflow/lite-plan.md index 3f3a73f8..ea4e2ef1 100644 --- a/.claude/commands/workflow/lite-plan.md +++ b/.claude/commands/workflow/lite-plan.md @@ -100,10 +100,24 @@ Context passed to lite-execute via --in-memory (Phase 5): ```javascript { - planObject: { // See planObject structure above + planObject: { // Complete planObject structure (see above) summary: string, approach: string, - tasks: string[], + tasks: [ // Array of structured task objects (7 fields each) + { + title: string, + file: string, + action: string, + description: string, + implementation: string[], + reference: { + pattern: string, + files: string[], + examples: string + }, + acceptance: string[] + } + ], estimated_time: string, recommended_execution: string, complexity: string