Timelines Block

Implementation Plan

A practical action-plan block for owners, steps, and immediate next moves.

implementation-plan1 slidedense density

Plan

Next actions by owner

Translate the recommendation into the first execution steps.

01

Owner

02

Step

03

Date

Use Implementation Plan in your next deck — for free

STORYD writes a presentation around your topic and applies Implementation Plan across every slide. No template hunting, no copy-paste.

Build a deck with Implementation Plan →

Free, no card. Exports to PPTX.

OPF Config

blocks:implementation-plan
Open Presentation Format
{
  "$schema": "https://pptx.dev/schema/opf/v1",
  "version": "1.0",
  "meta": {
    "title": "Implementation Plan",
    "subtitle": "A practical action-plan block for owners, steps, and immediate next moves.",
    "purpose": "Convert a decision or recommendation into accountable next actions.",
    "narrative": {
      "id": "what-so-what-now-what"
    },
    "keyMessages": [
      "Owners are named.",
      "Actions are immediate.",
      "Timing is visible."
    ],
    "tone": "formal",
    "tags": [
      "content-block",
      "implementation-plan"
    ]
  },
  "design": {
    "colors": {
      "scheme": "slate-gray"
    },
    "fonts": {
      "scheme": "aptos"
    },
    "background": {
      "type": "solid",
      "color": "#ffffff"
    },
    "layoutPreferences": {
      "density": "dense",
      "alignment": "left",
      "animations": false,
      "slideNumbers": false
    }
  },
  "slides": [
    {
      "id": "implementation-plan",
      "layout": "bullet-list",
      "section": "Implementation Plan",
      "elements": [
        {
          "id": "implementation-plan-title",
          "type": "text",
          "slot": "title",
          "content": {
            "text": "Next actions by owner"
          },
          "style": {
            "fontSize": 34,
            "alignment": "left"
          }
        },
        {
          "id": "implementation-plan-subtitle",
          "type": "text",
          "slot": "subtitle",
          "content": {
            "text": "Immediate steps for the first execution cycle."
          },
          "style": {
            "fontSize": 16,
            "lineHeight": 1.3
          }
        },
        {
          "id": "implementation-plan-points",
          "type": "text",
          "slot": "body",
          "content": {
            "bullets": [
              "Owner A: finalize scope",
              "Owner B: confirm resourcing",
              "Owner C: launch pilot"
            ]
          },
          "style": {
            "fontSize": 15,
            "lineHeight": 1.25
          }
        }
      ],
      "notes": "A practical action-plan block for owners, steps, and immediate next moves."
    }
  ]
}
Open in OPF Playground

Preview this config live at pptx.dev/playground.

Use Case

Use when a decision needs to convert into accountable execution.

When to Use

For steering committees, project kickoffs, operating reviews, and planning decks.

When to Avoid

Avoid if dates and dependencies require a detailed project plan.

Block Structure

bullet-list

Next actions by owner

Immediate steps for the first execution cycle.

  • -Owner A: finalize scope
  • -Owner B: confirm resourcing
  • -Owner C: launch pilot

Best Practices

1

Use verbs at the start of each action.

2

Include only actions the team can start now.

3

Do not hide owners in speaker notes.

Playground deep link: config=blocks:implementation-plan