From d99abaa3c75ef9d66093395c154411d346d01976 Mon Sep 17 00:00:00 2001 From: Alex Verkhovsky Date: Thu, 12 Mar 2026 22:10:21 -0600 Subject: [PATCH] fix(skills): simplify advanced elicitation metadata --- src/core/tasks/bmad-advanced-elicitation/SKILL.md | 2 +- src/core/tasks/bmad-advanced-elicitation/workflow.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/core/tasks/bmad-advanced-elicitation/SKILL.md b/src/core/tasks/bmad-advanced-elicitation/SKILL.md index b4cb717b6..2c222cd7f 100644 --- a/src/core/tasks/bmad-advanced-elicitation/SKILL.md +++ b/src/core/tasks/bmad-advanced-elicitation/SKILL.md @@ -1,6 +1,6 @@ --- 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). diff --git a/src/core/tasks/bmad-advanced-elicitation/workflow.md b/src/core/tasks/bmad-advanced-elicitation/workflow.md index a7634a5e6..b9e748634 100644 --- a/src/core/tasks/bmad-advanced-elicitation/workflow.md +++ b/src/core/tasks/bmad-advanced-elicitation/workflow.md @@ -1,13 +1,13 @@ --- 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' agent_party: '{project-root}/_bmad/_config/agent-manifest.csv' --- # 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. ---