toc-thinking
v0.1.0Goldratt's Theory of Constraints Thinking Processes, applied to software systems and their architecture. The skill answers three questions in order. What to change: the Current Reality Tree. To what to change: the Evaporating Cloud, then the Future Reality Tree with negative-branch reservations. How to cause the change: the Prerequisite Tree, then the Transition Tree. Every link in a sufficiency tree is scrutinised with the Categories of Legitimate Reservation, and the user confirms the core problem before the cloud is built. The skill carries the procedure. The depth behind each tool and the categories sits in references beside it, each with its source. No script, no network, no credentials.
By Alexander KurganovLicense: MIT1 GitHub starsUpdated 12 hours ago
Directory evidence
- Runtimes
- Claude Code and Agent Plugins
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 23, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install toc-thinking for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install toc-thinking@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/Akurganow/ai-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/toc-thinking/.
Plugin files
├── .claude-plugin/plugin.json├── plugin.json└── skills/toc-thinking/SKILL.md
Included Skills1
Theory of Constraints Thinking Processes for software systems: find the core problem behind many symptoms, resolve a conflict between two requirements, and plan a change with its obstacles named. Use when symptoms are many and the cause is unclear, or when the same failure keeps returning. Use when two requirements block each other. Use when a migration needs a plan, or when a proposed change needs checking before it is built. Five logic trees, and the published reservations for scrutinising them.
Plugin manifests2
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "toc-thinking",
"version": "0.1.0",
"description": "Goldratt's Theory of Constraints Thinking Processes, applied to software systems and their architecture. The skill answers three questions in order. What to change: the Current Reality Tree. To what to change: the Evaporating Cloud, then the Future Reality Tree with negative-branch reservations. How to cause the change: the Prerequisite Tree, then the Transition Tree. Every link in a sufficiency tree is scrutinised with the Categories of Legitimate Reservation, and the user confirms the core problem before the cloud is built. The skill carries the procedure. The depth behind each tool and the categories sits in references beside it, each with its source. No script, no network, no credentials.",
"author": {
"name": "Alexander Kurganov",
"url": "https://github.com/Akurganow"
},
"homepage": "https://github.com/Akurganow/ai-plugins/tree/main/plugins/toc-thinking",
"repository": "https://github.com/Akurganow/ai-plugins",
"license": "MIT",
"keywords": [
"toc",
"theory-of-constraints",
"thinking-processes",
"current-reality-tree",
"evaporating-cloud",
"root-cause",
"goldratt",
"agent-skills"
]
}{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "toc-thinking",
"version": "0.1.0",
"description": "Goldratt's Theory of Constraints Thinking Processes, applied to software systems and their architecture. The skill answers three questions in order. What to change: the Current Reality Tree. To what to change: the Evaporating Cloud, then the Future Reality Tree with negative-branch reservations. How to cause the change: the Prerequisite Tree, then the Transition Tree. Every link in a sufficiency tree is scrutinised with the Categories of Legitimate Reservation, and the user confirms the core problem before the cloud is built. The skill carries the procedure. The depth behind each tool and the categories sits in references beside it, each with its source. No script, no network, no credentials.",
"author": {
"name": "Alexander Kurganov",
"url": "https://github.com/Akurganow"
},
"homepage": "https://github.com/Akurganow/ai-plugins/tree/main/plugins/toc-thinking",
"repository": "https://github.com/Akurganow/ai-plugins",
"license": "MIT",
"keywords": [
"toc",
"theory-of-constraints",
"thinking-processes",
"current-reality-tree",
"evaporating-cloud",
"root-cause",
"goldratt",
"agent-skills"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[toc-thinking on Agent Plugins Marketplace](https://pluginsmp.com/plugins/toc-thinking)