chore(bmm): remove workflow metadata from document-project skill

Remove name/description frontmatter from workflow.md and sub-workflow
files (deep-dive-workflow.md, full-scan-workflow.md). Metadata belongs
exclusively in SKILL.md for native skill packages.
This commit is contained in:
Alex Verkhovsky 2026-03-14 12:25:06 -06:00
parent 6ce3801dff
commit cc2a4142d4
3 changed files with 0 additions and 15 deletions

View File

@ -1,8 +1,3 @@
---
name: bmad-document-project
description: 'Document brownfield projects for AI context. Use when the user says "document this project" or "generate project docs"'
---
# Document Project Workflow
**Goal:** Document brownfield projects for AI context.

View File

@ -1,8 +1,3 @@
---
name: document-project-deep-dive
description: 'Exhaustive deep-dive documentation of specific project areas'
---
# Deep-Dive Documentation Sub-Workflow
**Goal:** Exhaustive deep-dive documentation of specific project areas.

View File

@ -1,8 +1,3 @@
---
name: document-project-full-scan
description: 'Complete project documentation workflow (initial scan or full rescan)'
---
# Full Project Scan Sub-Workflow
**Goal:** Complete project documentation (initial scan or full rescan).