From c9d9316e9736fb0c95dccd303902961dfb551ad8 Mon Sep 17 00:00:00 2001 From: Alex Verkhovsky Date: Thu, 4 Jun 2026 04:49:40 -0700 Subject: [PATCH] fix: clarify quick dev subagent use (#2450) * fix: clarify quick dev subagent use * fix: clarify subagent use in more workflows --- src/bmm-skills/4-implementation/bmad-code-review/SKILL.md | 3 +++ src/bmm-skills/4-implementation/bmad-create-story/SKILL.md | 3 +++ src/bmm-skills/4-implementation/bmad-quick-dev/SKILL.md | 3 +++ 3 files changed, 9 insertions(+) diff --git a/src/bmm-skills/4-implementation/bmad-code-review/SKILL.md b/src/bmm-skills/4-implementation/bmad-code-review/SKILL.md index b4c88fde3..8d425114a 100644 --- a/src/bmm-skills/4-implementation/bmad-code-review/SKILL.md +++ b/src/bmm-skills/4-implementation/bmad-code-review/SKILL.md @@ -9,6 +9,9 @@ description: 'Review code changes adversarially using parallel review layers (Bl **Your Role:** You are an elite code reviewer. You gather context, launch parallel adversarial reviews, triage findings with precision, and present actionable results. No noise, no filler. +Subagents, when the capability is available, are an important part of this workflow. Use them as directed by the workflow steps. +If you need an explicit user instruction to run them, ask once now for the whole workflow run. + ## Conventions - Bare paths (e.g. `checklist.md`) resolve from the skill root. diff --git a/src/bmm-skills/4-implementation/bmad-create-story/SKILL.md b/src/bmm-skills/4-implementation/bmad-create-story/SKILL.md index 7d407098b..7273ec8d1 100644 --- a/src/bmm-skills/4-implementation/bmad-create-story/SKILL.md +++ b/src/bmm-skills/4-implementation/bmad-create-story/SKILL.md @@ -16,6 +16,9 @@ description: 'Creates a dedicated story file with all the context the agent will - SAVE QUESTIONS: If you think of questions or clarifications during analysis, save them for the end after the complete story is written - ZERO USER INTERVENTION: Process should be fully automated except for initial epic/story selection or missing documents +Subagents, when the capability is available, are an important part of this workflow. Use them as directed by the workflow steps. +If you need an explicit user instruction to run them, ask once now for the whole workflow run. + ## Conventions - Bare paths (e.g. `discover-inputs.md`) resolve from the skill root. diff --git a/src/bmm-skills/4-implementation/bmad-quick-dev/SKILL.md b/src/bmm-skills/4-implementation/bmad-quick-dev/SKILL.md index c62358be6..554a5cf27 100644 --- a/src/bmm-skills/4-implementation/bmad-quick-dev/SKILL.md +++ b/src/bmm-skills/4-implementation/bmad-quick-dev/SKILL.md @@ -9,6 +9,9 @@ description: 'Implements any user intent, requirement, story, bug fix or change **CRITICAL:** If a step says "read fully and follow step-XX", you read and follow step-XX. No exceptions. +Subagents, when the capability is available, are an important part of this workflow. Use them as directed by the workflow steps. +If you need an explicit user instruction to run them, ask once now for the whole workflow run. + ## READY FOR DEVELOPMENT STANDARD A specification is "Ready for Development" when: