plane-workflow

plane-workflow is a skill for Claude Code, Codex from amirhosseinkz/plane-workflow-mcp. It costs 52 tokens per session (1,432 once invoked), scanned A, original, MIT.

A workflow guide for managing Plane, a project-management system for software tasks and issues.

In plain words
What is it for?
Use it to create, update, review, label, standardize, and organize Plane tasks, issues, modules, and backlogs.
Why use it?
It helps turn informal requests into organized work items and keeps task details consistent with the project's workflow rules.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to create, update, review, label, standardize, and organize Plane tasks, issues, modules, and backlogs.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/amirhosseinkz/plane-workflow-mcp/plane-workflow
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add amirhosseinkz/plane-workflow-mcp --skill plane-workflow
Clone the repo
git clone --depth 1 https://github.com/amirhosseinkz/plane-workflow-mcp

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for plane-workflow

README.md
[![agentmods](https://agentmods.dev/badge/skills/amirhosseinkz/plane-workflow-mcp/plane-workflow/github.svg)](https://agentmods.dev/skills/amirhosseinkz/plane-workflow-mcp/plane-workflow)
Your own site
<a href="https://agentmods.dev/skills/amirhosseinkz/plane-workflow-mcp/plane-workflow"><img src="https://agentmods.dev/badge/skills/amirhosseinkz/plane-workflow-mcp/plane-workflow/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for plane-workflow

Your own site · 80×15
<a href="https://agentmods.dev/skills/amirhosseinkz/plane-workflow-mcp/plane-workflow"><img src="https://agentmods.dev/badge/skills/amirhosseinkz/plane-workflow-mcp/plane-workflow.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 52 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,432 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00052 $0.01432
Opus 5 $0.00026 $0.00716
Sonnet 5 $0.00010 $0.00286
Haiku 4.5 $0.00005 $0.00143

Measured 6d ago against content hash de7775d8cb4b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

plane-workflow scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/plane-workflow/skills/plane-workflow/SKILL.md · 75 lines

How it starts

The opening of the file, as written. The whole thing — 75 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Plane Workflow

Use the plane-workflow MCP tools as the primary path for Plane work. The tools resolve the active local Plane connection and apply a generic workflow with optional project-specific profiles.

Start Safely

  1. For a first-time connection, call get_plane_workflow_setup_status. If it returns needs_setup, tell the user to run plane-workflow setup; do not ask them to paste an API key into the chat or a client config file.
  2. Call get_active_plane_context before work-item changes. If the workspace or project is wrong, use list_configured_plane_workspaces and activate_plane_workspace, then list_plane_projects and activate_plane_project.
  3. For an existing connection or unexpected failure, call diagnose_plane_connection with the project ID. Do not guess which Plane capabilities are enabled.
  4. Call get_project_workflow_context before writing. Use get_workflow_options for state, cycle, assignee, and Plane estimate-point IDs.
  5. Use get_project_workflow_profile to inspect local project rules. Use validate_workflow_profile and save_project_workflow_profile to preview and explicitly save a project override.

Understand Existing Work

  1. Use get_project_briefing for a bounded overview of active work and overdue, stale, unassigned, unestimated, or unscheduled items.
  2. Use list_work_items for explicit filters. Assignee, module, and cycle filters match any supplied ID; label filters require all supplied IDs. Use offset and max_results when has_more is true.
  3. Use find_work_items for a title, UUID, or project reference lookup rather than as a project listing tool.
  4. Use get_work_item_relations before discussing dependency direction. blocking means the source blocks the target; blocked_by means the target blocks the source.
  5. Use add_work_item_relation as a preview first. Relation targets must belong to the selected project. Set confirm=true only after reviewing the source, targets, and direction.

Reports

Read the full file on GitHub · 75 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago Changed · +25 lines · -4 tokens per session de7775d8cb4b
  2. 10d ago First seen · 50 lines · 56 tokens per session scan A 7937df6b7572

Subscribe to this mod's changes

plane-workflow is a skill published in the GitHub repository amirhosseinkz/plane-workflow-mcp (4 stars, last pushed yesterday), licensed MIT. It adds 52 tokens to every session and 1,432 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories