From 8d8b576db39c07729ab7d31f795b1621ca1aadc9 Mon Sep 17 00:00:00 2001 From: Alex Verkhovsky Date: Fri, 6 Mar 2026 23:24:10 -0700 Subject: [PATCH] feat: add skill manifest for advanced-elicitation workflow Register advanced-elicitation as an invocable skill so it can be triggered as a standalone slash command, matching the pattern used by party-mode and brainstorming. Co-Authored-By: Claude Opus 4.6 --- .../workflows/advanced-elicitation/bmad-skill-manifest.yaml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/core/workflows/advanced-elicitation/bmad-skill-manifest.yaml diff --git a/src/core/workflows/advanced-elicitation/bmad-skill-manifest.yaml b/src/core/workflows/advanced-elicitation/bmad-skill-manifest.yaml new file mode 100644 index 000000000..81feebd87 --- /dev/null +++ b/src/core/workflows/advanced-elicitation/bmad-skill-manifest.yaml @@ -0,0 +1,3 @@ +canonicalId: bmad-advanced-elicitation +type: workflow +description: "Push the LLM to reconsider, refine, and improve its recent output using structured reasoning methods"