heuer-planning
v0.1.0Standalone Heuer planning skill: structured analytic techniques for rigorous co-planning and assumption pressure-testing.
By VeigaPunkLicense: MIT0 GitHub starsUpdated 15 hours ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 1 skill or MCP entry
- Source updated
- Aug 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 plugin
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add heuer-planning@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. 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/VeigaPunk/ds4cc-marketplaceClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is marketplace/plugins/heuer-planning/.
Plugin files
├── .codex-plugin/plugin.json└── skills/heuer-planning/SKILL.md
Included Skills1
A rigorous, structured brainstorming and planning mode grounded in Richard J. Heuer Jr.'s intelligence analysis frameworks. Activate this skill whenever the user wants to deeply think through an idea, design a system, plan a project, challenge their own assumptions, or produce a flawless, well-structured plan through collaborative back-and-forth. Use it when the user says things like "help me plan", "let's think through this", "brainstorm with me", "I have an idea for", "help me design", "let's break this down", "be my devil's advocate", or any time they invite structured, rigorous co-thinking — even if they don't use those exact words. Prioritize this skill over generic conversation when the user has a complex idea that deserves architectural-level scrutiny. The skill produces complete, well-reasoned plans through iterative alignment — not quick answers.
Plugin manifests1
{
"name": "heuer-planning",
"version": "0.1.0",
"description": "Standalone Heuer planning skill: structured analytic techniques for rigorous co-planning and assumption pressure-testing.",
"author": {
"name": "VeigaPunk"
},
"skills": "./skills/",
"interface": {
"displayName": "Heuer Planning",
"shortDescription": "Structured Heuer-style planning and devil's-advocate brainstorming",
"longDescription": "Standalone skill implementing Richard J. Heuer Jr.–inspired structured analytic techniques (ACH, key assumptions check, devil's advocacy, pre-mortem, indicators) for rigorous collaborative planning. Not wired into other plugins — install and invoke on demand.",
"developerName": "VeigaPunk",
"category": "Developer",
"capabilities": [
"Structured Planning",
"Assumption Testing",
"Analysis of Competing Hypotheses",
"Devil's Advocacy"
],
"defaultPrompt": [
"Help me plan this with heuer-planning rigor.",
"Be my devil's advocate on this design.",
"Pressure-test the assumptions in this idea."
]
},
"homepage": "https://github.com/VeigaPunk/myskills/tree/main/heuer-planning",
"repository": "https://github.com/VeigaPunk/myskills",
"license": "MIT"
}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.
[heuer-planning on Agent Plugins Marketplace](https://pluginsmp.com/plugins/heuer-planning)