plot-idea

Create an idea branch, plan file, and draft PR for planning workflows.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Creates a repeatable, isolated planning workflow by automatically creating an idea branch, a planning document, and a draft PR to capture intent before implementation.

Core Features & Use Cases

  • Create a dedicated idea branch (idea/<slug>) to isolate early planning.
  • Generate a plan file from a template in docs/plans/ and link it to a live PR.
  • Open a draft PR to solicit feedback while the plan is being refined.

Quick Start

Run /plot-idea <slug>: <title> to initiate a new planning cycle and draft a PR.

Frequently Asked Questions about plot-idea

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

FAQPage Schema
How do I start planning a new git workflow idea with a draft pull request?

To start planning a new git workflow idea with a draft pull request, you run a command with a slug and title to generate an isolated idea branch, a plan file, and a draft PR for initial review.

What is the best way to isolate early project planning before implementation?

The best way to isolate early project planning is to create a dedicated idea branch and generate a planning document linked to a live draft PR, capturing intent before implementation begins.

Can I create a planning document and draft PR at the same time?

Yes, you can create a planning document and draft PR simultaneously by initiating a planning cycle that automatically generates a plan file from a template in docs/plans/ and opens a draft PR.

Do I need a specific branch naming convention to kick off a planning workflow?

You need a slug and title to kick off a planning workflow, which automatically creates a dedicated idea branch using the idea/<slug> naming convention to isolate early planning.

How does the draft PR mechanism work for refining a project plan?

The draft PR mechanism works by opening a live pull request linked to a generated plan file, allowing teams to solicit and integrate feedback while the planning document is still being refined.

When should I not use a draft PR for idea planning?

You should not use a draft PR for idea planning if your project workflow lacks a Plot stage or if your team does not rely on pull requests to capture intent and review early planning documents before implementation.