What problem does it solve? Drafts, plans, and decisions produced by an LLM often ship with unexamined assumptions and weak spots. This Skill acts as a shared refinement checkpoint that pressure-tests the most recent output using structured critique methods before it is accepted. ## Core Features & Use Cases - Method catalog served on demand: A Python script serves categories, listings, and random draws from a CSV catalog of elicitation methods (socratic, first principles, pre-mortem, red team, and more) without loading the whole catalog into context. - Interactive menu workflow: Offers five targeted methods per round, with reshuffle, list-all, and proceed options; each method proposes changes that are only applied after explicit user acceptance. - Customizable via TOML: Teams and individuals can add preferences and custom methods through override files that merge into the shipped catalog. - Use Case: After drafting a launch plan, invoke this Skill to run a pre-mortem and a red-team pass on the plan, review the proposed improvements, and accept only the changes you agree with. ## Quick Start Ask the assistant to run advanced elicitation on the plan or draft it just produced, then pick a method such as pre-mortem from the menu offered.