elicitation

Solid

Use when an expert agent self-reviews and self-corrects code after the Execute phase, before sniper validation (BMAD-METHOD elicitation techniques).

DevOps & Infrastructure 25 stars 4 forks Updated 6 days ago MIT

Install

View on GitHub

Quality Score: 87/100

Stars 20%
47
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

<objective> Elicitation lets an expert agent self-review and self-correct its own code before external validation, drawing on 75 elicitation techniques across 12 categories (code quality, security, performance, architecture, testing, docs, UX, data, concurrency, integration, observability, maintainability) inspired by BMAD-METHOD. Three modes control how techniques are chosen: MANUAL (default, user picks from 5 presented options), AUTO (auto-detected and applied silently), and SKIP (bypass straight to sniper). It sits between Execute and eXamine in the APEX flow, scores itself against an exit threshold (>=90% proceed, 70-89% document gaps, <70% iterate), and persists its findings to `.claude/apex/docs/elicit-{task-slug}.json` so a later pass can diff against prior verdicts instead of restarting. </objective> # 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 elicit...

Details

Author
fusengine
Repository
fusengine/agents
Created
8 months ago
Last Updated
6 days ago
Language
CSS
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category