plane
Team behavior observatory for Plane workspaces
Plane is a team behavior observatory — synthesizes 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.
Installation
Open Claude Code and run this command:
/plugin install plane@claude-code-plugins-plus
Use --global to install for all projects, or --project for current project only.
What It Does
> Plane is a team behavior observatory. Most Plane integrations wrap the API for ticket entry; this one synthesizes the data Plane already has into observations about how a team actually behaves under pressure — cycle velocity vs. plan, ownership churn on stuck tickets, reviewer gate strength, stated-vs-actual priority drift, and cross-project workload concentration.
Skills (1)
Plane is a team behavior observatory — synthesize Plane API data into observations about how teams actually behave under pressure, not just ticket state.
How It Works
The orchestrator skill (skills/plane/SKILL.md) routes user intent to one of two agents:
plane-expert— answers "how do I query X in Plane" without firing live API callsplane-analyst— orchestrates the compound commands, callingmcpplane*tools in the documented sequence and synthesizing the result
Both agents read from the references in skills/plane/references/ as their ground truth — noi.md is the design anchor; api-surface.md is the documented endpoint subset; compound-commands.md is the per-command playbook.