showrunner
v1.5.0A four-policy workflow for product direction, implementation, security, and architecture synthesis.
By ShowRunnerLicense: MIT2 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 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 showrunner for Codex and Claude Code
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add showrunner@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/emilvaintrub/ShowRunnerClone 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
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/showrunner/SKILL.md
Included Skills1
Conduct software work from the owner's idea to release through the ShowRunner lifecycle: every stage in order, with Forge for product direction, Arc for implementation, Sentry for security, and Bible for architecture synthesis. Use for any build, change, fix, security, release, or status request in a ShowRunner project.
Plugin manifests2
{
"name": "showrunner",
"version": "1.5.0",
"description": "A four-policy workflow for product direction, implementation, security, and architecture synthesis.",
"author": {
"name": "ShowRunner"
},
"license": "MIT",
"keywords": [
"workflow",
"skills",
"software-delivery",
"security",
"architecture"
],
"skills": "./skills",
"interface": {
"displayName": "ShowRunner",
"shortDescription": "Forge the direction, Arc the build, Sentry the risk, Bible the system.",
"longDescription": "ShowRunner is a project-neutral workflow skill for moving software work from idea to verified implementation with explicit decision gates, security review, browser evidence, penetration-test governance, and architecture synthesis.",
"developerName": "ShowRunner",
"category": "Productivity",
"capabilities": [
"Interactive",
"Write"
],
"defaultPrompt": [
"Initialize ShowRunner for this repository.",
"Plan the next implementation arc.",
"Run a Sentry sweep for this project."
],
"brandColor": "#5B6CFF"
}
}{
"name": "showrunner",
"description": "Project-neutral workflow package for AI-assisted software delivery: Forge, Arc, Sentry, and Bible.",
"author": {
"name": "ShowRunner contributors"
},
"version": "1.5.0",
"license": "MIT",
"keywords": [
"workflow",
"ai-agents",
"software-delivery",
"security",
"architecture"
]
}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.
[showrunner on Agent Plugins Marketplace](https://pluginsmp.com/plugins/showrunner)