Devil's Advocate Suite: Operationalizing the Institutionalized Adversary
Work Philosophy
This 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.
Operational Workflow
Phase 1: The Pre-Mortem (Prospective Hindsight)
Use this at the start of a project to increase the ability to identify future failure points by 30%.
- 1. Scene Setting: State: "Imagine it is one year in the future. The project has failed spectacularly. It is an embarrassing and devastating disaster."
- Independent Generation: List all possible reasons for this failure silently for 2–5 minutes.
- Aggregation: Use
python scripts/premortem_aggregator.py to organize these into a Risk Matrix (Likelihood vs. Impact). - Mitigation: Develop specific counter-measures for high-impact/high-likelihood threats.
Phase 2: Narrative Stress-Testing (Amazon Protocol)
Used for strategic alignment and ruthless prioritization.
- 1. The PR/FAQ: Draft a one-page Press Release (PR) for the "successful" launch and an Internal FAQ addressing the most brutal questions about TAM, P&L, and dependencies.
- Silent Start: Spend 20 minutes reading the narrative in silence before any discussion. This prevents "charismatic leader" bias.
- The "So What" Critique: Every technical detail must answer for its business value; every strategic goal must specify concrete actions.
Phase 3: Dialectical Inquiry (DI)
Use for complex, ill-structured problems where a "Third Path" is needed.
- 1. Subgroup Split: Divide into "Proposal Team" and "Counter-Proposal Team."
- Assumption Breakdown: The Counter-Proposal team must invent plausible counter-assumptions to every core claim of the original plan.
- Synthesis: Search for a new, superior alternative that incorporates the best components of both worldviews.
Phase 4: TRIZ Contradiction Resolution
Transform the Devil's Advocate from a "naysayer" into a "catalyst" for innovation.
- 1. Identify Contradictions: Use
python scripts/triz_solver.py when an advocate identifies that improving one parameter (e.g., speed) worsens another (e.g., cost). - Apply Principles: Use principles like "Segmentation," "Taking Out," or "Intermediary" to solve the technical or business conflict.
Specific Commands
- -
analyze --method premortem: Executes the 7-step failure simulation. - INLINECODE3 : Structures a strategy review around an Amazon-style narrative.
- INLINECODE4 : Invokes the TRIZ solver.
References
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.
魔鬼代言人套件:将制度化的对立者付诸实践
工作哲学
本技能基于对抗性认识论。它超越随意的唱反调,提供结构化的覆盖操作,迫使先入为主的信念与证据评估脱钩。基于Charlan Nemeth的研究,本技能优先采用真正的异议而非单纯的扮演角色,因为真正的异议在激发发散思维和发现正确解决方案方面效果显著。当必须进行角色扮演时,它采用特定协议(预验尸、新闻稿/常见问题解答、TRIZ)来防止困扰指定魔鬼代言人的认知强化原始观点。
操作工作流
第一阶段:预验尸(前瞻性回顾)
在项目开始时使用此方法,可将识别未来失败点的能力提升30%。
- 1. 场景设定:陈述:想象现在是一年后。项目已彻底失败。这是一场令人尴尬且毁灭性的灾难。
- 独立生成:在2-5分钟内默默列出所有可能导致此失败的原因。
- 汇总:使用python scripts/premortem_aggregator.py将这些原因整理成风险矩阵(可能性 vs 影响)。
- 缓解措施:针对高影响/高可能性的威胁制定具体的应对策略。
第二阶段:叙事压力测试(亚马逊协议)
用于战略对齐和无情优先排序。
- 1. 新闻稿/常见问题解答:为成功发布起草一页新闻稿(PR),并编写内部常见问题解答(FAQ),回应关于总可寻址市场、损益和依赖关系的最尖锐问题。
- 静默启动:在讨论前花20分钟静默阅读叙事。这可以防止魅力领袖偏见。
- 那又怎样批判:每个技术细节必须回答其商业价值;每个战略目标必须指定具体行动。
第三阶段:辩证探究(DI)
用于需要第三条道路的复杂、结构不良问题。
- 1. 子组划分:分为提案组和反提案组。
- 假设分解:反提案组必须对原始计划的每个核心主张提出合理的反假设。
- 综合:寻找融合两种世界观最佳组成部分的新颖、更优替代方案。
第四阶段:TRIZ矛盾解决
将魔鬼代言人从反对者转变为创新的催化剂。
- 1. 识别矛盾:当代言人发现改进一个参数(如速度)会恶化另一个参数(如成本)时,使用python scripts/triz_solver.py。
- 应用原则:使用分割、提取或中介等原则来解决技术或业务冲突。
具体命令
- - analyze --method premortem:执行7步失败模拟。
- analyze --method prfaq:围绕亚马逊式叙事构建战略评审。
- solve --contradiction [参数A] vs [参数B]:调用TRIZ求解器。
参考资料
请查阅references/methodology_summary.md,获取关于Nemeth异议研究、Klein预验尸、亚马逊逆向工作法、Janis群体思维预防和TRIZ矛盾解决的完整理论基础。