careful
v1.1.1Rigorous decision and delivery process: first principles, prior art, MECE, minimal execution, adversarial review.
By okjesseLicense: MIT0 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 24, 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 careful for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install careful@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/okjesse/carefulClone 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└── SKILL.md
Included Skills1
Rigorous decision and delivery process for consequential work. Frames the problem, reduces it to verified facts (first principles), checks prior art and benchmarks before building, structures the analysis MECE, executes minimally, attacks the result adversarially, and delivers conclusion-first with stated risks. Use for solution design, architecture and technology choices, research and benchmarking, business decisions, and any code change that costs money, ships to production, faces outside parties, or is hard to reverse. Also use when the user asks to think something through, wants to know how others solve it, asks what could go wrong, or asks for a sanity check (中文触发语:帮我想清楚、别人怎么做的、有什么坑、帮我把关). Skip for one-off, reversible tasks that take minutes.
Plugin manifests1
{
"name": "careful",
"version": "1.1.1",
"description": "Rigorous decision and delivery process: first principles, prior art, MECE, minimal execution, adversarial review.",
"author": {
"name": "okjesse"
},
"homepage": "https://github.com/okjesse/careful",
"license": "MIT",
"keywords": [
"decision",
"first-principles",
"mece",
"adversarial-review",
"careful"
]
}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.
[careful on Agent Plugins Marketplace](https://pluginsmp.com/plugins/careful)