Knowledge Base
Deciding.org's open library on organizational decision-making, decision governance, and structured AI-assisted reasoning.
The Deciding.org Knowledge Base is a public library for organizations that want to govern consequential commitments more rigorously.
Private Equity buyers should begin with the customer track. The open library remains available as supporting depth on Decision Debt, framing-first discipline, Commitment Governance, and decision infrastructure.
Private Equity Track
Five modules for Managing Partners, General Counsel, and Operating Partners.
Customer Paths
Industry-specific learning, starting with Private Equity.
Academy
Nine foundational courses on Commitment Governance — Decision Quality, Execution Excellence, and Legal & Compliance Risk.
Methodology
The customer-facing frameworks — framing-first decision-making and the multi-model council.
Decision Governance
Research and frameworks on decision debt, timing, upstream failure, and institutional risk.
Thought Leadership
Position papers on decision infrastructure, the Decision OS, and why this is a different category from AI assistants.
Role Paths
Supporting sequences for consultants, partners, and investors.
Connect via MCP
The Knowledge Base is available as a Model Context Protocol server at https://learn.deciding.org/mcp.
Add it to any MCP-compatible AI tool — Claude Code, Cursor, Windsurf, or similar — to have the full methodology available as live context while you work.
Claude Code:
{
"mcpServers": {
"deciding-kb": {
"type": "http",
"url": "https://learn.deciding.org/mcp"
}
}
}Cursor (~/.cursor/mcp.json or .cursor/mcp.json in your project):
{
"mcpServers": {
"deciding-kb": {
"url": "https://learn.deciding.org/mcp"
}
}
}Once connected, the server exposes three tools:
list_kb_articles— browse all articles with metadataget_kb_article— fetch any article by slugsearch_kb— lexical search across all articles
All tools are read-only. No authentication required.