From 48152507e2e49c6d142225f74bdeea761275d001 Mon Sep 17 00:00:00 2001 From: Alex Verkhovsky Date: Mon, 23 Mar 2026 01:51:53 -0600 Subject: [PATCH] fix(quick-dev): remove redundant H1 title from spec template (#2111) 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