plane

Team behavior observatory for Plane workspaces

Forge-generated productivity v0.1.0 by Jeremy Longshore

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.

1 Skills
2 Agents
MIT License
Free Pricing

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 SKILL.md View full skill →

Plane is a team behavior observatory — synthesize Plane API data into observations about how teams actually behave under pressure, not just ticket state.

ReadBash(jq:*)Bash(date:*)AskUserQuestion

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 calls
  • plane-analyst — orchestrates the compound commands, calling mcpplane* 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.

Ready to use plane?