fix(skills): simplify advanced elicitation metadata
This commit is contained in:
parent
4596c62405
commit
d99abaa3c7
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
name: bmad-advanced-elicitation
|
name: bmad-advanced-elicitation
|
||||||
description: 'Push the LLM to reconsider refine and improve its recent output. Use when the user asks for advanced elicitation.'
|
description: 'Push the LLM to reconsider refine and improve its recent output.'
|
||||||
---
|
---
|
||||||
|
|
||||||
Follow the instructions in [workflow.md](workflow.md).
|
Follow the instructions in [workflow.md](workflow.md).
|
||||||
|
|
|
||||||
|
|
@ -1,13 +1,13 @@
|
||||||
---
|
---
|
||||||
name: bmad-advanced-elicitation
|
name: bmad-advanced-elicitation
|
||||||
description: 'Push the LLM to reconsider refine and improve its recent output. Use when the user asks for advanced elicitation.'
|
description: 'Push the LLM to reconsider refine and improve its recent output.'
|
||||||
methods: './methods.csv'
|
methods: './methods.csv'
|
||||||
agent_party: '{project-root}/_bmad/_config/agent-manifest.csv'
|
agent_party: '{project-root}/_bmad/_config/agent-manifest.csv'
|
||||||
---
|
---
|
||||||
|
|
||||||
# Advanced Elicitation Workflow
|
# Advanced Elicitation Workflow
|
||||||
|
|
||||||
**Goal:** Push the LLM to reconsider, refine, and improve its recent output. Use when the user asks for advanced elicitation.
|
**Goal:** Push the LLM to reconsider, refine, and improve its recent output.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue