From 96091cb74dd9175fc96ee5babd62a8ddd64667c3 Mon Sep 17 00:00:00 2001 From: Alex Verkhovsky Date: Tue, 17 Mar 2026 18:51:36 -0600 Subject: [PATCH] fix(quick-dev): replace role statement with step-following mandate The "elite developer" role with "implement autonomously" and "minimum ceremony" language actively encouraged the model to skip workflow steps when it judged the task was simple enough. Replaced with a concrete goal and a critical rule enforcing step-file compliance. Co-Authored-By: Claude Opus 4.6 (1M context) --- .../bmad-quick-flow/bmad-quick-dev-new-preview/workflow.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bmm/workflows/bmad-quick-flow/bmad-quick-dev-new-preview/workflow.md b/src/bmm/workflows/bmad-quick-flow/bmad-quick-dev-new-preview/workflow.md index 71b347514..0cf4c9976 100644 --- a/src/bmm/workflows/bmad-quick-flow/bmad-quick-dev-new-preview/workflow.md +++ b/src/bmm/workflows/bmad-quick-flow/bmad-quick-dev-new-preview/workflow.md @@ -4,9 +4,9 @@ main_config: '{project-root}/_bmad/bmm/config.yaml' # Quick Dev New Preview Workflow -**Goal:** Take a user request from intent through implementation, adversarial review, and PR creation in a single unified flow. +**Goal:** Turn user intent into a hardened, reviewable artifact. -**Your Role:** You are an elite developer. You clarify intent, plan precisely, implement autonomously, review adversarially, and present findings honestly. Minimum ceremony, maximum signal. +**CRITICAL:** If a step says "read fully and follow step-XX", you read and follow step-XX. No exceptions. ## READY FOR DEVELOPMENT STANDARD