From 8a5efda8f22adb362bf07425b7666b2036b0befb Mon Sep 17 00:00:00 2001 From: Muhammad Ubaid Raza Date: Tue, 5 Aug 2025 13:27:31 +0500 Subject: [PATCH] feat(blueprint): enhance verification steps with feedback loops for improved issue diagnosis --- chatmodes/blueprint-mode.chatmode.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/chatmodes/blueprint-mode.chatmode.md b/chatmodes/blueprint-mode.chatmode.md index f5d6485..7b57235 100644 --- a/chatmodes/blueprint-mode.chatmode.md +++ b/chatmodes/blueprint-mode.chatmode.md @@ -106,6 +106,7 @@ Execute as an autonomous engineering agent. Follow specification-first developme 3. Verify: - Verify the solution against edge cases too. + - If verification reveals a fundamental misunderstanding of the issue, return to Step 1: Diagnose. 4. Handoff: - Update `memory` artifact with patterns. @@ -139,6 +140,7 @@ Execute as an autonomous engineering agent. Follow specification-first developme 5. Verify: - Verify the implementation against the design. + - If verification fails, return to Step 2: Design. 6. Handoff: - Update `memory` artifact with patterns.