Agent Plugins Marketplace
← All plugins

zoom-out

v1.4.0

Blocks narrow fixes: forces a Hypothesis Ledger with a mandatory zoom-out hypothesis, 5 Whys with evidence gates, a systems lens, and information-gain gates before any bug fix, root-cause diagnosis, or plan is called done.

Claude CodeAgent Plugins1 Skill

By Ibrohim Kholilul IslamLicense: MIT1 GitHub starsUpdated 2 hours ago

Directory evidence

Runtimes
Claude Code and Agent Plugins
Parsed components
1 skill or MCP entry
Source updated
Sep 26, 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 zoom-out for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install zoom-out@agent-plugin-marketplace

Paste 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/ibrohimislam/zoom-out

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

zoom-out/
├── .claude-plugin/plugin.json
├── plugin.json
└── skills/zoom-out/SKILL.md

Included Skills1

zoom-outskills/zoom-out/SKILL.md

Before declaring any bug fix, root-cause diagnosis, or plan complete, force a Hypothesis Ledger that includes a mandatory zoom-out (non-local) hypothesis: is the thing you just handled one instance of something bigger? Use 5 Whys, systems thinking, and information-gain gates on every probe to separate real recurrence from speculation. Use whenever you're about to say a fix/plan/diagnosis is done, before shipping a config, alert, query, test, or script built from an investigation, whenever an explanation you found "fits" the symptom, or when the user says "zoom out", "think bigger", "is that the whole picture", "why only X", or otherwise pushes back on a narrow fix/plan.

Plugin manifests2

.claude-plugin/plugin.json
{
  "name": "zoom-out",
  "version": "1.4.0",
  "description": "Blocks narrow fixes: forces a Hypothesis Ledger with a mandatory zoom-out hypothesis, 5 Whys with evidence gates, a systems lens, and information-gain gates before any bug fix, root-cause diagnosis, or plan is called done.",
  "author": {
    "name": "Ibrohim Kholilul Islam",
    "url": "https://github.com/ibrohimislam"
  }
}
plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "zoom-out",
  "version": "1.4.0",
  "description": "Blocks narrow fixes: a Hypothesis Ledger with a mandatory zoom-out hypothesis before any bug fix, root-cause diagnosis, or plan is called done.",
  "author": {
    "name": "Ibrohim Kholilul Islam",
    "url": "https://github.com/ibrohimislam"
  },
  "homepage": "https://github.com/ibrohimislam/zoom-out",
  "repository": "https://github.com/ibrohimislam/zoom-out",
  "license": "MIT",
  "keywords": [
    "skills",
    "verification",
    "root-cause",
    "debugging"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[zoom-out on Agent Plugins Marketplace](https://pluginsmp.com/plugins/zoom-out)