From 183f77be1561798f4934a15726b72af3563af07c Mon Sep 17 00:00:00 2001 From: Alex Verkhovsky Date: Fri, 3 Apr 2026 09:39:40 -0700 Subject: [PATCH] fix(quick-dev): specify {project-root}/ anchor for context: list paths Co-Authored-By: Claude Opus 4.6 (1M context) --- src/bmm-skills/4-implementation/bmad-quick-dev/spec-template.md | 2 +- 1 file changed, 1 insertion(+), 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 8c2356b80..b0e4f53d3 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: project-wide standards/docs the implementation agent should load. Keep short — only what isn't already distilled into the spec body. +context: [] # optional: `{project-root}/`-prefixed paths to project-wide standards/docs the implementation agent should load. Keep short — only what isn't already distilled into the spec body. ---