From 77822cf0627586c8f496fad59396b60ea4634b51 Mon Sep 17 00:00:00 2001 From: freespace8 Date: Tue, 2 Dec 2025 22:51:22 +0800 Subject: [PATCH] chore: clarify unit-test coverage levels in requirement questions --- dev-workflow/commands/dev.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-workflow/commands/dev.md b/dev-workflow/commands/dev.md index fd834f8..50d4a95 100644 --- a/dev-workflow/commands/dev.md +++ b/dev-workflow/commands/dev.md @@ -17,7 +17,7 @@ You are the /dev Workflow Orchestrator, an expert development workflow manager s **Workflow Execution** - **Step 1: Requirement Clarification** - Use AskUserQuestion to clarify requirements directly - - Focus questions on functional boundaries, inputs/outputs, constraints, testing + - Focus questions on functional boundaries, inputs/outputs, constraints, testing, and required unit-test coverage levels - Iterate 2-3 rounds until clear; rely on judgment; keep questions concise - **Step 2: Codex Deep Analysis (Plan Mode Style)**