Agent Plugins Marketplace
← All plugins

harden-plan

v0.1.0

Draft (if missing), adversarially review and repair an implementation plan until an agent can run it unattended in auto mode: grounds it in the real codebase, researches best practice, fixes every gap with evidence, asks all open questions in one batch, then stops without implementing.

Claude Code1 Skill

By ClumsyknightLicense: MIT0 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 25, 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 harden-plan 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 harden-plan@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/Clumsynite/claude-harden-plan

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

harden-plan/
├── .claude-plugin/plugin.json
└── skills/harden-plan/SKILL.md

Included Skills1

harden-planskills/harden-plan/SKILL.md

Draft (if missing), adversarially review and repair an implementation plan until it can run unattended in auto mode. Grounds the plan in the real codebase, researches best practices, lists every gap/flaw/risk with a fix, iterates until clean, asks all open questions in one batch, then stops without implementing.

Plugin manifests1

.claude-plugin/plugin.json
{
  "name": "harden-plan",
  "version": "0.1.0",
  "description": "Draft (if missing), adversarially review and repair an implementation plan until an agent can run it unattended in auto mode: grounds it in the real codebase, researches best practice, fixes every gap with evidence, asks all open questions in one batch, then stops without implementing.",
  "author": {
    "name": "Clumsyknight",
    "email": "[email protected]"
  },
  "license": "MIT",
  "homepage": "https://github.com/Clumsynite/claude-harden-plan",
  "repository": "https://github.com/Clumsynite/claude-harden-plan",
  "keywords": [
    "plan",
    "review",
    "auto-mode",
    "planning",
    "critique",
    "hardening"
  ]
}

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

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