kickoff-deck

Generate standardized Project+ kickoff decks from JSON or STDIN input.

Updated Apr 19, 2026
One-click install
npx skills add https://github.com/kenmulford/PMSkills --skill kickoff-deck
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kickoff-deck
Source: https://github.com/kenmulford/PMSkills/tree/main/skills/kickoff-deck
Command: npx skills add https://github.com/kenmulford/PMSkills --skill kickoff-deck

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python-pptx, and includes scripts (resource) components.

What problem does it solve?

Automate the creation of standardized Project+ kickoff decks for new projects, ensuring clarity, consistency, and no fabrication of metrics, dates, or commitments.

Core Features & Use Cases

  • Generate a Project+ kickoff deck (.pptx) with title, vision, objectives, scope, team, milestones, risks, ways of working, and asks.
  • Enforce kickoff structure and guardrails to avoid invented content; use TBD placeholders when information is missing.
  • Works from plain-language input using YAML frontmatter metadata to guide the render.

Quick Start

Describe your project situation in plain language and run the script to render a formatted kickoff deck.

Frequently Asked Questions about kickoff-deck

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a standardized kickoff deck in PPTX from a plain-language project description?

You can generate a standardized kickoff deck by passing a plain-language project description via JSON or STDIN to a Python script, which renders a formatted PPTX file with structured project sections.

Can I automate project kickoff deck creation without having all the project details finalized?

Yes, the kickoff deck generation enforces guardrails to avoid fabricating missing metrics or dates, inserting TBD placeholders instead so the generated PPTX remains accurate and pending details are clearly marked.

Do I need python-pptx to create PPTX kickoff decks from templates?

Yes, python-pptx is a required dependency for the create_kickoff.py script to parse project input and render the standardized kickoff deck structure into a valid PPTX file.

What sections are included in an automated project management kickoff deck?

An automated kickoff deck includes title, vision, objectives, scope, team, milestones, risks, ways of working, and asks, ensuring comprehensive project management coverage directly from your input data.

What is the best way to ensure consistency across multiple project kickoff presentations?

The best way to ensure kickoff presentation consistency is to use a standardized generation script with defined guardrails, applying the same structure and TBD placeholders across all projects without fabricating data.