plot-approve

Merge approved Plot plan PRs and create implementation branches.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, plot-pr-state.sh, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the approval of Plot plans, merging approved PRs and creating implementation branches, saving time in the development workflow.

Core Features & Use Cases

  • Plan Approval Automation: Automates the process of merging approved Plot plan pull requests.
  • Branch Creation: Creates implementation branches for each plan item.
  • PR Creation: Generates draft pull requests for implementation work.
  • Use Case: Ideal for teams using Plot for project planning, allowing the automated setup of development tasks following plan approval.

Quick Start

Run /plot-approve <plan-slug> to approve the specified plan and create the necessary branches and PRs.

Frequently Asked Questions about plot-approve

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

FAQPage Schema
How do I automate git workflow branch creation after plan approval?

Automating git workflow branch creation after plan approval is handled by merging approved Plot plan pull requests and generating implementation branches. This Skill executes git operations to transition approved plans into active development branches.

What is pull request automation for Plot plans?

Pull request automation for Plot plans is the process of merging approved planning PRs and automatically creating draft pull requests for implementation work. It connects plan approval directly to development setup.

How to approve a Plot plan and create implementation branches?

To approve a Plot plan and create implementation branches, run /plot-approve with the plan slug. This merges the approved PR and sets up the necessary implementation branches and draft PRs.

Do I need GitHub integration to automate Plot plan approval?

Yes, you need GitHub integration and the gh CLI to automate Plot plan approval. The Skill requires git and GitHub access to perform pull request merges and branch creation operations.

What's the best way to set up development tasks following plan approval in git?

The best way to set up development tasks following plan approval in git is automating the merge of planning PRs and generating implementation branches. This ensures a consistent, automated transition from planning to coding.