Install
openclaw skills install @midnightstudioai/devils-advocate-suiteExecute structured adversarial thinking to stress-test high-stakes decisions, identify systemic risks, and prevent groupthink. Use when the user asks for a strategy review, risk assessment, pre-mortem, Amazon-style PR/FAQ review, or needs to challenge assumptions regarding a project or business model. Make sure to use this skill whenever a decision has dire consequences or shows signs of false consensus.
openclaw skills install @midnightstudioai/devils-advocate-suiteThis skill is grounded in Adversarial Epistemology. It moves beyond casual contrarianism to provide a structured "override operation," forcing a "decoupling" of prior beliefs from the evaluation of evidence. Based on the research of Charlan Nemeth, this skill prioritizes authentic dissent over mere role-playing where possible, as authentic dissent is significantly more effective at stimulating divergent thinking and uncovering correct solutions. When role-playing is necessary, it employs specific protocols (Pre-Mortem, PR/FAQ, TRIZ) to prevent the "cognitive bolstering" of original views that often plagues assigned Devil's Advocates.
Use this at the start of a project to increase the ability to identify future failure points by 30%.
python scripts/premortem_aggregator.py to organize these into a Risk Matrix (Likelihood vs. Impact).Used for strategic alignment and ruthless prioritization.
Use for complex, ill-structured problems where a "Third Path" is needed.
Transform the Devil's Advocate from a "naysayer" into a "catalyst" for innovation.
python scripts/triz_solver.py when an advocate identifies that improving one parameter (e.g., speed) worsens another (e.g., cost).analyze --method premortem: Executes the 7-step failure simulation.analyze --method prfaq: Structures a strategy review around an Amazon-style narrative.solve --contradiction [Param A] vs [Param B]: Invokes the TRIZ solver.Consult references/methodology_summary.md for full theoretical grounding on Nemeth dissent research, Klein pre-mortem, Amazon Working Backwards, Janis groupthink prevention, and TRIZ contradiction resolution.