From 6039e753a1f9d88cd74329bfa51d25d6fe98365d Mon Sep 17 00:00:00 2001 From: Alex Verkhovsky Date: Thu, 2 Apr 2026 07:50:16 -0700 Subject: [PATCH] feat(quick-dev): add planning artifact awareness for context-informed specs Teach quick-dev step-01 what BMAD phase 1-3 planning artifacts are (PRD, architecture, UX, epics, product brief) so it can selectively load relevant docs instead of guessing from code alone. Remove hard cap of 3 on spec context field, replacing with judgment guidance. Instruct step-03 to explicitly pass context files to the implementation sub-agent. --- .../4-implementation/bmad-quick-dev/spec-template.md | 2 +- .../bmad-quick-dev/step-01-clarify-and-route.md | 7 +++++++ .../4-implementation/bmad-quick-dev/step-03-implement.md | 2 ++ 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/src/bmm-skills/4-implementation/bmad-quick-dev/spec-template.md b/src/bmm-skills/4-implementation/bmad-quick-dev/spec-template.md index 3f70a5134..8c2356b80 100644 --- a/src/bmm-skills/4-implementation/bmad-quick-dev/spec-template.md +++ b/src/bmm-skills/4-implementation/bmad-quick-dev/spec-template.md @@ -3,7 +3,7 @@ title: '{title}' type: 'feature' # feature | bugfix | refactor | chore created: '{date}' status: 'draft' # draft | ready-for-dev | in-progress | in-review | done -context: [] # optional: max 3 project-wide standards/docs. NO source code files. +context: [] # optional: project-wide standards/docs the implementation agent should load. Keep short — only what isn't already distilled into the spec body. ---