plot

Analyze Git state and suggest the next planning action.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Analyzes the current Git state and suggests the next action to take within a planning workflow. It is designed for teams using markdown-based plans on branches and PR-driven collaboration.

Core Features & Use Cases

  • Analyzes branch structure, open PRs, and plan statuses to surface the next recommended command (e.g., /plot-idea, /plot-deliver, /plot-release).
  • Guides multi-step planning workflows by coordinating idea and implementation branches, plan PRs, and delivered plans.
  • Supports project-agnostic configuration via a CLAUDE.md Plot Config block to tailor branch prefixes and plan locations.

Quick Start

Run the /plot command to see the next recommended action based on the current repository state.

Frequently Asked Questions about plot

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

FAQPage Schema
How do I figure out the next action in a git workflow with multiple open PRs and branches?

Git workflow planning analysis detects orphan branches, phase mismatches, and open pull requests from your current repository state, then outputs actionable next-step commands for incremental progress.

What is a git-native planning dispatcher and how does it guide incremental development?

A git-native planning dispatcher coordinates idea and implementation branches by analyzing markdown-based plans on branches and PR-driven collaboration, guiding multi-step workflows through recommended commands like idea, deliver, and release.

How do I configure branch prefixes and plan locations for a markdown-based planning workflow?

You configure branch prefixes and plan locations by adding a CLAUDE.md Plot Config block to your repository, allowing the planning dispatcher to remain project-agnostic while tailoring branch structure and plan file destinations.

Do I need GitHub CLI and jq installed to analyze git branch structure and pull requests?

Yes, you need GitHub CLI (gh), jq, and git installed as dependencies to analyze branch structure, parse open pull requests, and detect plan statuses within your repository state.

Why does my git branch have a phase mismatch when coordinating idea and implementation branches?

A git branch phase mismatch occurs when the current repository state does not align with the expected multi-step planning workflow, which the dispatcher detects by analyzing branch structure and plan statuses to recommend corrective actions.