Agent Plugins Marketplace
All plugins

pseudoplan

v0.8.0

Two modes, one review page. Plan a change as pseudocode and get it approved before any code is written, or map an existing diff into the same diagram, with the real code attached, to review someone else's change. Feedback goes straight back to the agent.

Claude Code2 Skills

By local0 GitHub starsUpdated yesterday

Directory evidence

Runtimes
Claude Code
Parsed components
2 skill or MCP entries
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 pseudoplan 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 pseudoplan@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/nev-dru/claude-plugins

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

Plugin files

pseudoplan/
├── .claude-plugin/plugin.json
├── skills/change-review/SKILL.md
└── skills/pseudocode-plan/SKILL.md

Included Skills2

change-reviewskills/change-review/SKILL.md

This skill should be used when the user asks to "review this PR", "review this branch", "review this diff", "help me understand this change", "diagram what changed", "map this change", or wants to review code that already exists, written by someone else or by an agent. It maps a git diff into the pseudocode plan format with every function anchored to real file lines, proves with a checker that no changed line was left out, opens the flow diagram with the real code attached, and collects the reviewer's comments.

pseudocode-planskills/pseudocode-plan/SKILL.md

This skill should be used when the user asks to "plan this in pseudocode", "write a pseudocode plan", "show me the design before you code", "let me review the plan first", "open the plan review", or asks for a plan, spec or design for a code change that touches more than one function, crosses a service boundary, or changes a data shape or message contract. It writes the plan in a small checkable text format, runs deterministic checks on it, opens it in a local review page, and blocks until the human sends back decisions and notes. No implementation code is written until the human approves.

Plugin manifests1

pseudoplan/.claude-plugin/plugin.json
{
  "name": "pseudoplan",
  "version": "0.8.0",
  "description": "Two modes, one review page. Plan a change as pseudocode and get it approved before any code is written, or map an existing diff into the same diagram, with the real code attached, to review someone else's change. Feedback goes straight back to the agent.",
  "author": {
    "name": "local"
  },
  "keywords": [
    "planning",
    "pseudocode",
    "design-review",
    "contracts"
  ]
}

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

[pseudoplan on Agent Plugins Marketplace](https://pluginsmp.com/plugins/pseudoplan)