Execute an execution-plan.toon file, running tasks phase-by-phase with parallel groups, and output an execution-log.toon
/plugin marketplace add rayk/lucid-toolkit/plugin install exe@lucid-toolkit<execution-plan-path><objective> Execute the tasks defined in `$ARGUMENTS` (an execution-plan.toon file) following the dependency order and parallel group rules. This transforms a validated execution plan into actual implementation, tracking progress, token usage, outputs, and errors in an execution-log.toon file. </objective> <context> - Execution plan: @$ARGUMENTS - Plan template: @plugins/exe/templates/execution-plan.toon - Log template: @plugins/exe/templates/execution-log.toon </context> <process> 1. **Validate Input** - If `$ARGUMENTS` is empty, ask user for the execution plan path - Confirm plan...