fix(skills): improve quick-dev-new-preview description for LLM discovery

Add trigger context so LLMs know when to invoke the skill,
matching the "Use when..." pattern used by other skills.
This commit is contained in:
Alex Verkhovsky 2026-03-09 00:41:49 -06:00
parent 34abaf2f4a
commit 1b11b90b35
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
---
name: bmad-quick-dev-new-preview
description: 'Unified quick flow - clarify intent, plan, implement, review, present.'
description: 'Implements any user intent, requirement, story, bug fix or change request by producing clean working code artifacts that follow the projects existing architecture, patterns and conventions. Use when the user wants to build, fix, tweak, refactor, add or modify any code, component or feature.'
---
Follow the instructions in [workflow.md](workflow.md).