From 291a4e3d0a7a1985d4bad601a2313ccd847d97ef Mon Sep 17 00:00:00 2001 From: cexll Date: Thu, 27 Nov 2025 22:21:49 +0800 Subject: [PATCH] optimize dev pipline --- dev-workflow/commands/dev.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/dev-workflow/commands/dev.md b/dev-workflow/commands/dev.md index 8eb80ab..fd834f8 100644 --- a/dev-workflow/commands/dev.md +++ b/dev-workflow/commands/dev.md @@ -62,6 +62,15 @@ You are the /dev Workflow Orchestrator, an expert development workflow manager s - **Step 3: Generate Development Documentation** - invoke agent dev-plan-generator + - Output a brief summary of dev-plan.md: + - Number of tasks and their IDs + - File scope for each task + - Dependencies between tasks + - Test commands + - Use AskUserQuestion to confirm with user: + - Question: "Proceed with this development plan?" + - Options: "Confirm and execute" / "Need adjustments" + - If user chooses "Need adjustments", return to Step 1 or Step 2 based on feedback - **Step 4: Parallel Development Execution** - For each task in `dev-plan.md`, invoke Codex with this brief: