plot-deliver

Automate Plot workflow delivery with plan verification and branch status updates.

2|3|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/plot-pm/plot --skill plot-deliver-plot-pm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plot-deliver
Source: https://github.com/plot-pm/plot/tree/main/skills/plot-deliver
Command: npx skills add https://github.com/plot-pm/plot --skill plot-deliver-plot-pm

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires git, gh, and includes scripts (resource) components.

What problem does it solve?

This Skill automates the delivery phase of the Plot workflow, verifying implementation completeness and updating plan status.

Core Features & Use Cases

  • Plan Verification: Checks if all implementation PRs are merged and ensures the plan's completeness.
  • Plan Delivery: Moves the plan from the 'active' to the 'delivered' index and updates the Phase field.
  • Branch Status Update: Updates the status of branches in a project board if configured.
  • Release Note Check: For feature and bug plans, checks for release note entries.
  • Documentation: Provides a detailed guide on the Plot workflow and the Skill's functionality.

Quick Start

Deliver a plan by using the command: /plot-deliver <plan-slug>

Frequently Asked Questions about plot-deliver

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

FAQPage Schema
How do I automate plan delivery and update branch status in git workflow?

Automating plan delivery verifies implementation completeness by checking merged PRs, moves plans to the delivered index, and synchronizes branch status using gh CLI. It requires git and gh CLI to perform forge operations and update project boards.

What is the Plot workflow delivery phase and when do I need it?

The Plot workflow delivery phase is the process of verifying implementation completeness and updating plan status after development. You need it when all implementation PRs are merged and ready to be formally delivered and indexed.

How to verify implementation completeness before delivering a release plan?

To verify implementation completeness before delivering a release plan, the workflow checks if all associated implementation PRs are merged. For feature and bug plans, it also checks for required release note entries to ensure documentation completeness.

Do I need gh CLI to synchronize project board branch status?

Yes, you need gh CLI to synchronize project board branch status during plan delivery. The Skill utilizes gh CLI for forge operations to update branch status if a project board is configured in your workflow.

Can I use this plan delivery automation with Claude Code and Cursor?

Yes, this plan delivery automation is designed for use with Claude Code and Cursor. It integrates with these environments to automate the delivery phase, including symlink updates and phase field modifications.

Why does plan delivery fail when implementation PRs are not merged?

Plan delivery fails when implementation PRs are not merged because the workflow verifies plan completeness as a prerequisite. It ensures all code changes are integrated before moving the plan from active to delivered status.