From 8fd702cac8e2aa1bd3c619ff158128b5b4c393f6 Mon Sep 17 00:00:00 2001 From: Alex Verkhovsky Date: Mon, 23 Mar 2026 01:12:10 -0600 Subject: [PATCH] fix(quick-dev): remove redundant H1 title from spec template The frontmatter `title` field is the single source of truth. The duplicate `# {title}` H1 heading was redundant and has been removed. Co-Authored-By: Claude Opus 4.6 (1M context) --- src/bmm-skills/4-implementation/bmad-quick-dev/spec-template.md | 2 -- 1 file changed, 2 deletions(-) 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 c9fef536b..3f70a5134 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 @@ -11,8 +11,6 @@ context: [] # optional: max 3 project-wide standards/docs. NO source code files. Cohesive cross-layer stories (DB+BE+UI) stay in ONE file. IMPORTANT: Remove all HTML comments when filling this template. --> -# {title} - ## Intent