plot-idea

Create a plan branch, plan file, and draft pull request in Plot.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the creation of a new plan for review, generating an idea branch, a plan file, and a draft pull request (PR) in Plot, streamlining the initial planning phase.

Core Features & Use Cases

  • Automated Plan Creation: Automatically generates a plan from input arguments, creating an idea branch, plan file, and draft PR.
  • Branch Creation: Creates a new branch in the Plot repository for the new plan.
  • Plan File Creation: Writes a plan file using a template, with options for different plan types like features, bugs, docs, or infra.
  • Draft PR Creation: Opens a draft PR associated with the plan, allowing further refinement.
  • Integration with Plot Workflow: Designed to be part of the Plot workflow, enhancing the initial stages of planning.

Quick Start

Create a new plan with /plot-idea my-first-plan: Initial plan to integrate new feature X.

Frequently Asked Questions about plot-idea

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

FAQPage Schema
How do I automate software development plan creation and draft pull request generation?

Automating software development plan creation generates a new idea branch, writes a plan file using a template, and opens a draft pull request for review. This streamlines the initial planning phase by handling repository interactions and pull request operations automatically.

What is the best way to start a new feature or bug plan in my repository?

Starting a new plan involves triggering an automated command with your plan title and description. The tool then creates a dedicated idea branch, generates a structured plan file for features, bugs, docs, or infra, and initializes a draft pull request.

Do I need git and GitHub CLI installed to create plan files and draft PRs?

Yes, you need git and GitHub CLI installed to create plan files and draft PRs. Git handles the local repository interaction for branch creation and file writes, while GitHub CLI manages the remote pull request operations.

Can I create different types of software development plans like infra or docs?

Yes, you can create different types of software development plans including features, bugs, docs, or infra. The plan file creation uses a template that supports these distinct plan types to fit various project requirements.

How does draft pull request creation work for new planning branches?

Draft pull request creation works by opening a PR associated with the newly created idea branch and plan file. This allows further refinement and review within the Plot workflow before the plan is finalized.