plugins
All plugins

plane

v0.3.0

Plane is a team behavior observatory — synthesize Plane API data into observations about how teams actually behave under pressure (cycle velocity vs. plan, ownership churn, reviewer gate strength, priority drift, cross-project load). Reads from the live mcp__plane MCP server.

Claude Code1 skill

by Jeremy LongshoreMIT2.6kupdated 2 hours ago

Source

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/productivity/plane/ inside the repository.

Layout

plugins/productivity/plane/
├── .claude-plugin/plugin.json
└── skills/plane/SKILL.md

Skills1

planeskills/plane/SKILL.md

Plane is a team behavior observatory — synthesize Plane API data into observations about how teams actually behave under pressure, not just ticket state. Five compound commands surface cycle velocity vs. plan, stale-ticket ownership churn, reviewer gate strength, stated-vs-actual priority drift, and cross-project workload concentration. Reads from the live mcp__plane MCP server when present; documentation-only otherwise. Use when investigating "why is this team's plan diverging from reality", auditing cycle health, finding orphan tickets, identifying review bottlenecks, or onboarding to a new project. Trigger with "/plane-cycle-velocity", "/plane-stale-tickets", "/plane-reviewer-gate-strength", "/plane-priority-drift", "/plane-cross-project-load", "audit Plane cycle", "team behavior plane", "how is my team behaving".

Manifests1

plugins/productivity/plane/.claude-plugin/plugin.json
{
  "name": "plane",
  "version": "0.3.0",
  "description": "Plane is a team behavior observatory — synthesize Plane API data into observations about how teams actually behave under pressure (cycle velocity vs. plan, ownership churn, reviewer gate strength, priority drift, cross-project load). Reads from the live mcp__plane MCP server.",
  "author": {
    "name": "Jeremy Longshore",
    "email": "jeremy@intentsolutions.io"
  },
  "repository": "https://github.com/jeremylongshore/claude-code-plugins-plus-skills",
  "homepage": "https://tonsofskills.com/plugins/plane",
  "license": "MIT",
  "keywords": [
    "plane",
    "project-management",
    "team-behavior",
    "observability",
    "productivity",
    "agent-skills",
    "forge-generated"
  ],
  "skills": "./skills",
  "generated": true,
  "author_type": "forge"
}