From 842f1b85c7104f41f17ad4a43f3fa9944ba21131 Mon Sep 17 00:00:00 2001 From: wassname Date: Mon, 17 Aug 2026 17:49:18 +0800 Subject: [PATCH] drafting prompt: soften the one-goal default to a low goal count (1-3) --- src/prompts.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/prompts.ts b/src/prompts.ts index 1380986..35b27a4 100644 --- a/src/prompts.ts +++ b/src/prompts.ts @@ -40,8 +40,8 @@ requirement arrives, fold it in, say what changed, and say the plan is final aga doesn't change a goal or a discriminator belongs in the appendix, not in the goals. Right-size it: -- Default to ONE goal. Add another only when it's a genuinely separate checkpoint that can pass or - fail on its own. Most objectives are 1-2 goals. +- Keep the goal count low. A goal is a checkpoint that can pass or fail on its own, so split when + the parts can pass separately and merge when they can't. Most objectives land at 1-3 goals. - Subtasks are the steps inside a goal; add them when a goal has 3+ distinct steps, skip otherwise. - Don't invent goals to look thorough. When in doubt, merge. - Everything above "## Log" is the part the model carries while it works. Keep it under 50 lines,