project-lifecycle

Installation
SKILL.md

Managing Tickets in Plane

Plane Configuration

Connection: Plane MCP server or direct Plane REST API at https://plane.delo.sh

Plane REST API Endpoints:

  • GET /api/v1/workspaces/{workspace}/projects/{project}/issues/ - List issues
  • POST /api/v1/workspaces/{workspace}/projects/{project}/issues/ - Create issue
  • PATCH /api/v1/workspaces/{workspace}/projects/{project}/issues/{id}/ - Update issue
  • GET /api/v1/workspaces/{workspace}/projects/{project}/states/ - List states/statuses
  • GET /api/v1/workspaces/{workspace}/projects/{project}/labels/ - List labels

Authentication: X-Api-Key header with value from workspace-specific env var (e.g., PLANE_API_KEY)

Event side effect of Plane writes

Installs
1
Repository
delorenj/skills
GitHub Stars
15
First Seen
Sep 4, 2026
project-lifecycle — delorenj/skills