← ClaudeAtlas

elicitationlisted

Auto-review skill for expert agents. After coding, expert applies elicitation techniques to self-correct before sniper validation. Inspired by BMAD-METHOD.
fusengine/agents · ★ 15 · DevOps & Infrastructure · score 84
Install: claude install-skill fusengine/agents
# Elicitation Skill ## Purpose Enable expert agents to **self-review and self-correct** their code before external validation (sniper). Based on BMAD-METHOD's 75 elicitation techniques. --- ## 3 Execution Modes ### Mode 1: MANUAL (default) ``` Expert presents 5 relevant techniques → User chooses → Expert applies ``` ### Mode 2: AUTO (--auto) ``` Expert auto-detects code type → Auto-selects techniques → Applies silently ``` ### Mode 3: SKIP (--skip) ``` Skip elicitation → Go directly to sniper validation ``` --- ## Quick Start **After Execute phase, expert runs:** ```bash # Manual mode (default) > Apply elicitation skill # Auto mode (no prompts) > Apply elicitation skill --auto # Skip self-review > Apply elicitation skill --skip ``` --- ## Workflow Overview ``` ┌─────────────────────────────────────────────────────────┐ │ ELICITATION WORKFLOW │ │ │ │ Step 0: Init → Load context │ │ Step 1: Analyze Code → Detect code type │ │ Step 2: Select → Choose techniques (or auto) │ │ Step 3: Apply Review → Execute techniques │ │ Step 4: Self-Correct → Fix own issues │ │ Step 5: Report → Summary before sniper │ └─────────────────────────────────────────────────────────┘ ``` --- ## Auto-Detection Matrix | Code Type Detected | Auto-Selected Techniques | |--------------------|------------