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:
parent
6ce3801dff
commit
cc2a4142d4
|
|
@ -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
|
# Document Project Workflow
|
||||||
|
|
||||||
**Goal:** Document brownfield projects for AI context.
|
**Goal:** Document brownfield projects for AI context.
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,3 @@
|
||||||
---
|
|
||||||
name: document-project-deep-dive
|
|
||||||
description: 'Exhaustive deep-dive documentation of specific project areas'
|
|
||||||
---
|
|
||||||
|
|
||||||
# Deep-Dive Documentation Sub-Workflow
|
# Deep-Dive Documentation Sub-Workflow
|
||||||
|
|
||||||
**Goal:** Exhaustive deep-dive documentation of specific project areas.
|
**Goal:** Exhaustive deep-dive documentation of specific project areas.
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,3 @@
|
||||||
---
|
|
||||||
name: document-project-full-scan
|
|
||||||
description: 'Complete project documentation workflow (initial scan or full rescan)'
|
|
||||||
---
|
|
||||||
|
|
||||||
# Full Project Scan Sub-Workflow
|
# Full Project Scan Sub-Workflow
|
||||||
|
|
||||||
**Goal:** Complete project documentation (initial scan or full rescan).
|
**Goal:** Complete project documentation (initial scan or full rescan).
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue