From ce23cb5d5ab27feec49efa9b8a0ba925d3d0fe51 Mon Sep 17 00:00:00 2001 From: Alex Verkhovsky Date: Sun, 15 Mar 2026 15:48:33 -0600 Subject: [PATCH] fix(skill): improve bmad-help description for accurate trigger matching (#2012) Refined through adversarial review to accurately reflect the skills state-analysis, question-answering, and workflow-recommendation capabilities with precise trigger phrases that avoid false positives. Co-authored-by: Claude Opus 4.6 (1M context) --- src/core/skills/bmad-help/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/skills/bmad-help/SKILL.md b/src/core/skills/bmad-help/SKILL.md index 466509a64..ace902c2d 100644 --- a/src/core/skills/bmad-help/SKILL.md +++ b/src/core/skills/bmad-help/SKILL.md @@ -1,6 +1,6 @@ --- name: bmad-help -description: 'Analyzes what is done and the users query and offers advice on what to do next. Use if user says what should I do next or what do I do now' +description: 'Analyzes current state and user query to answer BMad questions or recommend the next workflow or agent. Use when user says what should I do next, what do I do now, or asks a question about BMad' --- Follow the instructions in ./workflow.md.