← 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.
mugsun/curdx-flow · ★ 4 · AI & Automation · score 75
Install: claude install-skill mugsun/curdx-flow
# 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 `./methods.csv` for elicitation methods. If party-mode may participate, resolve the agent roster via: ```bash python3 {project-root}/_bmad/scripts/resolve_config.py --project-root {project-root} --key agents ``` The resolver merges four layers in order: `_bmad/config.toml` (installer base, team-scoped), `_bmad/config.user.toml` (installer base, user-scoped), `_bmad/custom/config.toml` (team overrides), and `_bmad/