Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
bmad-code-org avatar

Bmad Advanced Elicitation

  • 302 installs
  • 51.5k repo stars
  • Updated August 5, 2026
  • bmad-code-org/bmad-method

bmad-advanced-elicitation is a BMAD Method agent skill that applies structured reasoning methods to extract nuanced requirements, constraints, and success criteria before agent or product architecture is finalized.

About

bmad-advanced-elicitation is a BMAD Method skill that runs structured second-pass reasoning on LLM-generated content instead of vague retry prompts. The skill presents five context-matched elicitation methods—such as Pre-mortem Analysis, First Principles Thinking, Red Team vs Blue Team, and Socratic Questioning—from a registry of dozens of techniques. Developers pick a method, the agent re-examines output through that analytical lens, and they accept or discard improvements iteratively. Reach for bmad-advanced-elicitation when specs, architecture docs, or agent designs feel shallow and need stress-tested requirements, constraints, and success criteria before build begins. The skill integrates at BMAD workflow decision points after initial content generation.

  • Structured requirement probing
  • Constraint and risk surfacing
  • Acceptance criteria drafting
  • BMAD workflow integration
  • Reduces ambiguous specs

Bmad Advanced Elicitation by the numbers

  • 302 all-time installs (skills.sh)
  • Ranked #2,256 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/bmad-code-org/bmad-method --skill bmad-advanced-elicitation

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs302
repo stars51.5k
Last updatedAugust 5, 2026
Repositorybmad-code-org/bmad-method

How do you stress-test AI-generated requirements deeply?

Run advanced BMAD elicitation to extract nuanced requirements, constraints, and success criteria before agent or product architecture is finalized.

Who is it for?

Developers using BMAD workflows who need rigorous requirements extraction before committing to agent or product architecture.

Skip if: Developers seeking implementation code, automated testing, or quick one-shot content generation without iterative refinement.

When should I use this skill?

LLM-generated specs or architecture feel shallow and the developer needs structured elicitation to extract requirements, constraints, and success criteria.

What you get

Refined requirements, documented constraints, success criteria, and stress-tested spec or architecture sections.

  • refined requirements
  • documented constraints
  • success criteria

By the numbers

  • Presents 5 context-matched elicitation methods per iteration

Files

SKILL.mdMarkdownGitHub ↗

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:

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/custom/config.user.toml (personal overrides). Each entry under agents is keyed by the agent's code and carries name, title, icon, description, module, and team.

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 Analysis
  • Use conversation history
  • Analyze: content type, complexity, stakeholder needs, risk level, and creative potential
Smart Selection

1. Analyze context: Content type, complexity, stakeholder needs, risk level, creative potential 2. Parse descriptions: Understand each method's purpose from the rich descriptions in CSV 3. Select 5 methods: Choose methods that best match the context based on their descriptions 4. Balance approach: Include mix of foundational and specialized techniques as appropriate

---

Step 2: Present Options and Handle Responses

Display Format
**Advanced Elicitation Options**
_If party mode is active, agents will join in._
Choose a number (1-5), [r] to Reshuffle, [a] List All, or [x] to Proceed:

1. [Method Name]
2. [Method Name]
3. [Method Name]
4. [Method Name]
5. [Method Name]
r. Reshuffle the list with 5 new options
a. List all methods with descriptions
x. Proceed / No Further Actions
Response Handling

Case 1-5 (User selects a numbered method):

  • Execute the selected method using its description from the CSV
  • Adapt the method's complexity and output format based on the current context
  • Apply the method creatively to the current section content being enhanced
  • Display the enhanced version showing what the method revealed or improved
  • CRITICAL: Ask the user if they would like to apply the changes to the doc (y/n/other) and HALT to await response.
  • CRITICAL: ONLY if Yes, apply the changes. IF No, discard your memory of the proposed changes. If any other reply, try best to follow the instructions given by the user.
  • CRITICAL: Re-present the same 1-5,r,x prompt to allow additional elicitations

Case r (Reshuffle):

  • Select 5 random methods from methods.csv, present new list with same prompt format
  • When selecting, try to think and pick a diverse set of methods covering different categories and approaches, with 1 and 2 being potentially the most useful for the document or section being discovered

Case x (Proceed):

  • Complete elicitation and proceed
  • Return the fully enhanced content back to the invoking skill
  • The enhanced content becomes the final version for that section
  • Signal completion back to the invoking skill to continue with next section

Case a (List All):

  • List all methods with their descriptions from the CSV in a compact table
  • Allow user to select any method by name or number from the full list
  • After selection, execute the method as described in the Case 1-5 above

Case: Direct Feedback:

  • Apply changes to current section content and re-present choices

Case: Multiple Numbers:

  • Execute methods in sequence on the content, then re-offer choices

---

Step 3: Execution Guidelines

  • Method execution: Use the description from CSV to understand and apply each method
  • Output pattern: Use the pattern as a flexible guide (e.g., "paths -> evaluation -> selection")
  • Dynamic adaptation: Adjust complexity based on content needs (simple to sophisticated)
  • Creative application: Interpret methods flexibly based on context while maintaining pattern consistency
  • Focus on actionable insights
  • Stay relevant: Tie elicitation to specific content being analyzed (the current section from the document being created unless user indicates otherwise)
  • Identify personas: For single or multi-persona methods, clearly identify viewpoints, and use party members if available in memory already
  • Critical loop behavior: Always re-offer the 1-5,r,a,x choices after each method execution
  • Continue until user selects 'x' to proceed with enhanced content, confirm or ask the user what should be accepted from the session
  • Each method application builds upon previous enhancements
  • Content preservation: Track all enhancements made during elicitation
  • Iterative enhancement: Each selected method (1-5) should:

1. Apply to the current enhanced version of the content 2. Show the improvements made 3. Return to the prompt for additional elicitations or completion

Related skills

How it compares

Use bmad-advanced-elicitation for structured multi-method refinement rather than generic rewrite prompts when scoping agent or product architecture.

FAQ

What does bmad-advanced-elicitation do differently from retry prompts?

bmad-advanced-elicitation applies named reasoning methods—Pre-mortem Analysis, First Principles, Red Team vs Blue Team—instead of vague 'make it better' requests. Each method forces a specific analytical angle on LLM-generated content.

When should developers run bmad-advanced-elicitation?

bmad-advanced-elicitation fits high-stakes specs and architecture where assumptions need stress-testing. Run it after initial BMAD workflow output when requirements, constraints, or success criteria need deeper extraction.

AI & Agent Buildingagentsresearch

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.