fix(skills): simplify advanced elicitation metadata

This commit is contained in:
Alex Verkhovsky 2026-03-12 22:10:21 -06:00
parent 4596c62405
commit d99abaa3c7
2 changed files with 3 additions and 3 deletions

View File

@ -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).

View File

@ -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.
--- ---