skills/negotiation-alignment-governance/SKILL.md
Creates explicit stakeholder alignment through negotiated working agreements, clear decision rights (RACI/DACI/RAPID), and conflict resolution protocols. Use when stakeholders need aligned working agreements, resolving decision authority ambiguity, navigating cross-functional conflicts, establishing governance frameworks, negotiating resource allocation, defining escalation paths, creating team norms, mediating trade-off disputes, or when user mentions stakeholder alignment, decision rights, working agreements, conflict resolution, governance model, or consensus building.
npx skillsauth add lyndonkl/claude negotiation-alignment-governanceInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Copy this checklist and track your progress:
Negotiation Alignment Governance Progress:
- [ ] Step 1: Map stakeholders and tensions
- [ ] Step 2: Choose governance approach
- [ ] Step 3: Facilitate alignment
- [ ] Step 4: Document agreements
- [ ] Step 5: Establish monitoring
Step 1: Map stakeholders and tensions
Identify all stakeholders, their interests and concerns, current tensions or conflicts, and decision points needing clarity. See Common Patterns for typical stakeholder configurations.
Step 2: Choose governance approach
For straightforward cases with clear stakeholders → Use resources/template.md for RACI/DACI and working agreement structures. For complex cases with multiple conflicts or nested decisions → Study resources/methodology.md for negotiation techniques, conflict mediation, and advanced governance patterns.
Step 3: Facilitate alignment
Create negotiation-alignment-governance.md with: stakeholder map, decision rights matrix (RACI/DACI/RAPID), working agreements (communication, quality, processes), conflict resolution protocols, and escalation paths. Facilitate structured dialogue to negotiate and reach consensus. See resources/methodology.md for facilitation techniques.
Step 4: Document agreements
Self-assess using resources/evaluators/rubric_negotiation_alignment_governance.json. Check: decision rights are unambiguous, all key stakeholders covered, agreements are specific and actionable, conflict protocols are clear, escalation paths defined. Minimum standard: Average score ≥ 3.5.
Step 5: Establish monitoring
Set up regular reviews of governance effectiveness (quarterly), define triggers for updating agreements, establish metrics for decision velocity and conflict resolution, and create feedback mechanisms for stakeholders.
RACI (Most Common):
DACI (Better for Decisions):
RAPID (Best for Complex Decisions):
Advice Process (Distributed Authority):
Product vs Engineering:
Business vs Legal/Compliance:
Centralized vs Decentralized Teams:
Communication Norms:
Decision-Making Norms:
Conflict Resolution Norms:
Decision Rights:
Working Agreements:
Conflict Resolution:
Facilitation:
Red Flags:
Resources:
resources/template.md - RACI/DACI/RAPID templates, working agreement structures, conflict resolution protocolsresources/methodology.md - Negotiation techniques (principled negotiation, BATNA analysis), conflict mediation, facilitation patterns, governance design for complex scenariosresources/evaluators/rubric_negotiation_alignment_governance.json - Quality criteriaOutput: negotiation-alignment-governance.md with stakeholder map, decision rights matrix, working agreements, conflict protocols, escalation paths
Success Criteria:
Quick Decisions:
Common Mistakes:
Key Insight: Explicit governance reduces coordination costs over time. Initial investment in alignment pays dividends through faster decisions, less rework, and lower conflict.
testing
--- name: advisory-edit description: A strict advisory-only editing discipline for a writer who dictates ("speaks out") essays and wants help WITHOUT having their voice changed. The editor directs structure, flags grammar, and suggests strategic language — but never modifies the writer's text unless the writer explicitly says "apply" / "make that change" / "rewrite this." Produces a line-referenced, suggestion-only critique where every item is marked the writer's call. Four passes: structural, l
testing
Provides the house style for analyst-grade strategist writing — third-person register with sparing first-person, no em dashes, no "not X, not Y, not Z" negation cascades, numbered footnote citations rather than inline source parentheticals, specific opinion-signaling phrases, and topic-forward paragraph structure modeled on voice patterns observed in Damodaran's Musings on Markets and Thompson's Stratechery. Use when consolidating working notes into a finished long-form strategist or analyst report that must read as written by a senior human analyst rather than an AI assistant.
testing
Renders a markdown report to a PDF using pandoc with xelatex (11pt serif body, 1-inch margins, numbered footnotes, formal heading hierarchy). Requires a one-time install of pandoc and a LaTeX engine on the user's machine — basictex on macOS or texlive-xetex on Linux. Does not attempt automatic install. Fails loudly with the exact install commands if pandoc or xelatex is missing on the user's PATH. Use when producing a finished strategist or analyst report PDF from a polished markdown source.
testing
Produces step-by-step computational walkthroughs of vector and matrix operations as a sequence of numbered "frames", showing the explicit state at each step. The text-equivalent of a 3Blue1Brown animation — each frame shows what changed and why, so the learner can re-trace the operation by hand. Use when the learner needs to *see* a computation unfold (eigenvalue computation, attention with 3 tokens, gradient descent step, SVD on a 2×2, layer norm on a 3-vector, softmax of a small input), when an explanation has been given but the learner needs to ground it in a worked example, or when introducing an operation that's intimidating in symbol form but trivial in pencil-and-paper form.