From a9df4c6659b834e0c28b2748ba38af91248f3448 Mon Sep 17 00:00:00 2001 From: catlog22 Date: Fri, 30 Jan 2026 10:54:02 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E7=A7=BB=E9=99=A4=E7=BB=9F?= =?UTF-8?q?=E4=B8=80=E6=89=A7=E8=A1=8C=E5=91=BD=E4=BB=A4=E7=9A=84=E4=BD=BF?= =?UTF-8?q?=E7=94=A8=E6=8E=A8=E8=8D=90=E9=83=A8=E5=88=86=EF=BC=8C=E7=AE=80?= =?UTF-8?q?=E5=8C=96=E6=96=87=E6=A1=A3=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../workflow/unified-execute-with-file.md | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.claude/commands/workflow/unified-execute-with-file.md b/.claude/commands/workflow/unified-execute-with-file.md index 356de15c..429d89bc 100644 --- a/.claude/commands/workflow/unified-execute-with-file.md +++ b/.claude/commands/workflow/unified-execute-with-file.md @@ -873,21 +873,6 @@ function calculateParallel(tasks) { | Agent unavailable | Fallback to universal-executor | | Execution interrupted | Support resume with `/workflow:unified-execute-with-file --continue` | -## Usage Recommendations - -Use `/workflow:unified-execute-with-file` when: -- Executing any planning document (IMPL_PLAN.md, brainstorm conclusions, analysis recommendations) -- Multiple tasks with dependencies need orchestration -- Want minimal progress tracking without clutter -- Need to handle failures gracefully and resume -- Want to parallelize where possible but ensure correctness - -Use for consuming output from: -- `/workflow:plan` → IMPL_PLAN.md -- `/workflow:brainstorm-with-file` → synthesis.json → execution -- `/workflow:analyze-with-file` → conclusions.json → execution -- `/workflow:debug-with-file` → recommendations → execution -- `/workflow:lite-plan` → task JSONs → execution ## Session Resume