elicitation

Solid

Auto-review skill for expert agents. After coding, expert applies elicitation techniques to self-correct before sniper validation. Inspired by BMAD-METHOD. Use when: an expert agent needs to self-review and self-correct code after the Execute phase, before sniper validation.

DevOps & Infrastructure 22 stars 3 forks Updated 2 days ago MIT

Install

View on GitHub

Quality Score: 88/100

Stars 20%
45
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# 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 | |--------------------|------------...

Details

Author
fusengine
Repository
fusengine/agents
Created
6 months ago
Last Updated
2 days ago
Language
TypeScript
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category