idea-autopsy
v1.0.2A four-skill plugin for honest, decision-shaped idea review: stress-test-idea, iterate-to-v2, evaluate-proposal-harsh, strategize-from-verdict.
By z0rd0n88License: MIT0 GitHub starsUpdated yesterday
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 4 skill or MCP entries
- Source updated
- Sep 22, 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 idea-autopsy for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install idea-autopsy@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/z0rd0n88/idea-autopsyClone 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
├── .claude-plugin/plugin.json├── skills/evaluate-proposal-harsh/SKILL.md├── skills/iterate-to-v2/SKILL.md├── skills/strategize-from-verdict/SKILL.md└── skills/stress-test-idea/SKILL.md
Included Skills4
Run a hard-nosed multi-axis review of a proposal, pitch deck, spec, business plan, project brief, or any document describing something to potentially build or fund, and return an explicit Invest / Proceed-with-caution / Pivot / Skip verdict with graded findings and a measurable flip-condition. Use whenever the user asks to evaluate, critique, review, stress-test, or get an honest take on a proposal or strategic document — including phrases like "should I build this", "is this worth my time", "evaluate this idea", "give me a verdict", "should I invest in this", "go/no-go", or any request for decision-shaped feedback on whether to commit time or money to a project. Trigger even when the user doesn't explicitly say "evaluate" — if they share a doc and ask for honest feedback that will inform a go/no-go decision, this is the right tool. Scope is product/business proposals.
Translate a critique (from stress-test-idea, evaluate-proposal-harsh, or manual review notes) into a concrete change plan for v2 of an idea doc, proposal, pitch deck, or spec — section-by-section edits, things to cut, things to add, things only the founder can provide, and an explicit rejection log for findings the user disagrees with. Each change recommendation is required to name what it REMOVES, not what it hedges. Default acceptance is bucket-aware (auto-accepts Consensus + real-Unique from stress-test output, Critical + High from verdict output) instead of accept-all. Use whenever the user has a critique in hand and wants to draft the next version — including "iterate this", "apply this critique", "draft v2", "rewrite based on this", "turn these findings into changes", "what should I actually change", "next version of this doc", "close the loop". Scope is product/business proposals.
Turn an idea-autopsy verdict into ranked constructive strategy — alternative theses, wedge-to-platform sequencing, and a go-to-market shape grounded in the team's stated assets.
Subject an idea doc, proposal, pitch deck, or early concept brief to brutal adversarial review by running three complementary-lens reviewers in parallel — a thinking-skills battery (jobs-to-be-done, fermi-estimation, pre-mortem, graded steel-manning), a devils-advocate dimension critique, and a silent-failure lens hunting unspoken assumptions — then synthesizing their findings into a prioritized list of changes for v2. Use whenever the user wants to harden, improve, stress-test, or get adversarial feedback on a doc they intend to revise — including phrases like "tear this apart", "stress test this idea", "what should I fix", "make this stronger", "find the holes", "critique loop", or any request for harsh feedback that will inform a doc rewrite rather than a go/no-go decision. Scope is product/business proposals; other doc types produce uneven output.
Plugin manifests1
{
"name": "idea-autopsy",
"description": "A four-skill plugin for honest, decision-shaped idea review: stress-test-idea, iterate-to-v2, evaluate-proposal-harsh, strategize-from-verdict.",
"version": "1.0.2",
"author": {
"name": "z0rd0n88"
},
"homepage": "https://github.com/z0rd0n88/idea-autopsy",
"repository": "https://github.com/z0rd0n88/idea-autopsy",
"license": "MIT",
"keywords": [
"idea",
"autopsy",
"review",
"proposal",
"stress-test",
"evaluate"
],
"skills": [
"./skills"
],
"commands": [
"./commands"
]
}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.
[idea-autopsy on Agent Plugins Marketplace](https://pluginsmp.com/plugins/idea-autopsy)