fix(bmm): remove workflow metadata from generate-project-context workflow
Move name/description to SKILL.md; workflow.md carries only execution content. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
2d64254ff6
commit
1457e0b552
|
|
@ -1,8 +1,3 @@
|
||||||
---
|
|
||||||
name: bmad-generate-project-context
|
|
||||||
description: 'Create project-context.md with AI rules. Use when the user says "generate project context" or "create project context"'
|
|
||||||
---
|
|
||||||
|
|
||||||
# Generate Project Context Workflow
|
# Generate Project Context Workflow
|
||||||
|
|
||||||
**Goal:** Create a concise, optimized `project-context.md` file containing critical rules, patterns, and guidelines that AI agents must follow when implementing code. This file focuses on unobvious details that LLMs need to be reminded of.
|
**Goal:** Create a concise, optimized `project-context.md` file containing critical rules, patterns, and guidelines that AI agents must follow when implementing code. This file focuses on unobvious details that LLMs need to be reminded of.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue