← ClaudeAtlas

bmad-advanced-elicitationlisted

Push the LLM to reconsider, refine, and improve its recent output. Use when user asks for deeper critique or mentions a known deeper critique method, e.g. socratic, first principles, pre-mortem, red team.
salacoste/oh-my-bmad · ★ 1 · AI & Automation · score 74
Install: claude install-skill salacoste/oh-my-bmad
# Advanced Elicitation **Goal:** Push the LLM to reconsider, refine, and improve its recent output. --- ## CRITICAL LLM INSTRUCTIONS - **MANDATORY:** Execute ALL steps in the flow section IN EXACT ORDER - DO NOT skip steps or change the sequence - HALT immediately when halt-conditions are met - Each action within a step is a REQUIRED action to complete that step - Sections outside flow (validation, output, critical-context) provide essential context - review and apply throughout execution - **YOU MUST ALWAYS SPEAK OUTPUT in your Agent communication style with the `communication_language`** --- ## INTEGRATION (When Invoked Indirectly) When invoked from another prompt or process: 1. Receive or review the current section content that was just generated 2. Apply elicitation methods iteratively to enhance that specific content 3. Return the enhanced version back when user selects 'x' to proceed and return back 4. The enhanced content replaces the original section content in the output document --- ## FLOW ### Step 1: Method Registry Loading **Action:** Load and read `./methods.csv` and '{project-root}/_bmad/_config/agent-manifest.csv' #### CSV Structure - **category:** Method grouping (core, structural, risk, etc.) - **method_name:** Display name for the method - **description:** Rich explanation of what the method does, when to use it, and why it's valuable - **output_pattern:** Flexible flow guide using arrows (e.g., "analysis -> insights -> action") #### Context