Agent Plugins Marketplace
← All plugins

marketing-plan-workbook-agent

v0.2.0

LFX Marketing OS Marketing Plan Workbook Agent — generates a pre-filled, question-driven marketing plan workbook (.pptx, Google Slides-ready) for a Linux Foundation project/foundation, modeled on the PyTorch 2026 integrated plan. Pulls the LF master foundation tracker, past marketing plans from Google Drive, and LFX metrics; drafts every section with a DRAFT badge and ends each part with YOUR INPUT question slides for the ED/Project Leader to answer before a planning interview. Accepts the foundation's completed Quarterly Marketing Review workbook (qtrly-marketing-review-agent) as an input when available and surfaces its Executive Summary at the top of the plan workbook for the ED presentation. The completed workbook feeds the final marketing plan generation step.

Claude Code1 Skill

By Paul Hinz, The Linux Foundation2 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 marketing-plan-workbook-agent 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 marketing-plan-workbook-agent@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/paulhinz/LF-Marketing-OS

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/marketing-plan-workbook-agent/.

Plugin files

plugins/marketing-plan-workbook-agent/
├── .claude-plugin/plugin.json
└── skills/create-marketing-plan-workbook/SKILL.md

Included Skills1

create-marketing-plan-workbookskills/create-marketing-plan-workbook/SKILL.md

Generates a pre-filled marketing plan workbook (.pptx) for a Linux Foundation project/foundation, modeled on the PyTorch 2026 integrated plan, for the foundation leader to review before a planning interview. Trigger on "create a marketing plan workbook for [foundation]", "build the [foundation] workbook", "run the workbook agent", "prepare the planning workbook for my call with [leader]", or similar requests to prepare a common-marketing-plan discovery document for an LF foundation leader. This is the LFX Marketing OS "Marketing Plan Workbook Agent" (Plan-type agent); its completed workbook is the input to the final marketing plan generation step. Accepts a completed Quarterly Marketing Review workbook (create-quarterly-marketing-review-workbook) as an input when available, surfacing its Executive Summary at the top of the output.

Plugin manifests1

plugins/marketing-plan-workbook-agent/.claude-plugin/plugin.json
{
  "name": "marketing-plan-workbook-agent",
  "version": "0.2.0",
  "description": "LFX Marketing OS Marketing Plan Workbook Agent — generates a pre-filled, question-driven marketing plan workbook (.pptx, Google Slides-ready) for a Linux Foundation project/foundation, modeled on the PyTorch 2026 integrated plan. Pulls the LF master foundation tracker, past marketing plans from Google Drive, and LFX metrics; drafts every section with a DRAFT badge and ends each part with YOUR INPUT question slides for the ED/Project Leader to answer before a planning interview. Accepts the foundation's completed Quarterly Marketing Review workbook (qtrly-marketing-review-agent) as an input when available and surfaces its Executive Summary at the top of the plan workbook for the ED presentation. The completed workbook feeds the final marketing plan generation step.",
  "author": {
    "name": "Paul Hinz, The Linux Foundation"
  },
  "keywords": [
    "lfx-marketing-os",
    "marketing-plan",
    "workbook",
    "planning",
    "discovery",
    "linux-foundation"
  ]
}

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

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