stakeholder-objection-simulation
$
npx mdskill add yogsoth-ai/de-anthropocentric-research-engine/stakeholder-objection-simulationSimulates stakeholder objections to test political feasibility of decisions
- Tests decisions against real-world stakeholder resistance before implementation
- Uses role-play and adversarial tactics to model diverse stakeholder perspectives
- Evaluates objection severity and assigns political feasibility ratings
- Generates mitigation strategies and tracks objection resolution status
SKILL.md
.github/skills/stakeholder-objection-simulationView on GitHub ↗
---
name: stakeholder-objection-simulation
description: Simulate stakeholder objections through role-play and political feasibility analysis to test whether the decision survives real-world opposition.
used-by: steel-manning
---
# Stakeholder Objection Simulation
**Purpose:** Anticipate and simulate the strongest objections that real stakeholders would raise against the convergence decision, testing political feasibility and identifying resistance vectors before implementation.
**When to use:**
- When the decision affects multiple stakeholder groups
- When implementation requires buy-in from parties not in the room
- When political dynamics could block execution
- When prior decisions failed due to unanticipated opposition
## Budget
| Metric | Minimum |
|--------|---------|
| Stakeholder perspectives | >= 3 distinct groups |
| Objection depth | Full argument construction per stakeholder |
| Feasibility assessment | Explicit for each objection |
## State Ledger
```yaml
stakeholders_simulated: []
objections_raised: {}
severity_ratings: {}
mitigation_strategies: {}
political_feasibility: null # HIGH | MEDIUM | LOW
```
## Available Tactics
| Tactic | When to Deploy |
|--------|---------------|
| multi-perspective-attack | Default — assign and attack from stakeholder perspectives |
| adversarial-debate-protocol | When a specific stakeholder objection needs formal resolution |
## Available SOPs
- perspective-assignment — define stakeholder perspectives and interests
- perspective-attack — simulate attacks from each stakeholder
- steel-manning-synthesis — synthesize across all stakeholder objections
- advocate-construction — build case for stakeholder's preferred alternative
- judge-verdict — assess whether objections are fatal
## Execution Guidance
1. Identify all affected stakeholder groups (minimum 3)
2. Deploy multi-perspective-attack with stakeholder-specific briefs
3. For each HIGH severity objection, assess mitigation feasibility
4. If any objection is both HIGH severity and LOW mitigability, escalate
5. Produce political feasibility rating with evidence
## Output Format
```yaml
strategy: stakeholder-objection-simulation
stakeholders_simulated: <count>
objections:
- stakeholder: <group>
objection: <core argument>
severity: HIGH | MEDIUM | LOW
mitigable: true | false
mitigation: <if applicable>
political_feasibility: HIGH | MEDIUM | LOW
blocking_objections: []
recommended_accommodations: []
```
More from yogsoth-ai/de-anthropocentric-research-engine
- abductive-hypothesis-generationStrategy: 面对异常的最佳解释推理
- ablation-brainstormRemove components one by one, observe system changes to reveal hidden dependencies and generate ideas from structural gaps.
- ablation-component-mappingMap system architecture to ablatable units for ablation studies
- ablation-designDesign ablation studies to isolate component contributions in ML systems
- ablation-executionRemove components one by one from a system, record the response/impact of each removal.
- abp-vulnerability-classificationClassify assumptions on 2 axes — load-bearing (how much conclusion depends on it) × vulnerable (how likely to be false). Focuses attention on High-Load × High-Vulnerable quadrant.
- abstraction-extractionExtract abstract principles from concrete domain cases. Strips domain-specific details to reveal transferable mechanisms.
- abstraction-ladderPerform bisociation at multiple abstraction levels
- abstraction-ladderingMove between concrete and abstract framings — 3 levels up (Why?) and 3 levels down (How?) to find the most productive research level.
- abstraction-to-designAbstract biological principle to design principle. Bridge from biology to engineering.