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.
npx skills add amirhosseinkz/plane-workflow-mcp --skill plane-workflowgit clone --depth 1 https://github.com/amirhosseinkz/plane-workflow-mcpWrote 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.
[](https://agentmods.dev/skills/amirhosseinkz/plane-workflow-mcp/plane-workflow)<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.
<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>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.
| Model | Per session | Once 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 |
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.
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
- For a first-time connection, call
get_plane_workflow_setup_status. If it returnsneeds_setup, tell the user to runplane-workflow setup; do not ask them to paste an API key into the chat or a client config file. - Call
get_active_plane_contextbefore work-item changes. If the workspace or project is wrong, uselist_configured_plane_workspacesandactivate_plane_workspace, thenlist_plane_projectsandactivate_plane_project. - For an existing connection or unexpected failure, call
diagnose_plane_connectionwith the project ID. Do not guess which Plane capabilities are enabled. - Call
get_project_workflow_contextbefore writing. Useget_workflow_optionsfor state, cycle, assignee, and Plane estimate-point IDs. - Use
get_project_workflow_profileto inspect local project rules. Usevalidate_workflow_profileandsave_project_workflow_profileto preview and explicitly save a project override.
Understand Existing Work
- Use
get_project_briefingfor a bounded overview of active work and overdue, stale, unassigned, unestimated, or unscheduled items. - Use
list_work_itemsfor explicit filters. Assignee, module, and cycle filters match any supplied ID; label filters require all supplied IDs. Useoffsetandmax_resultswhenhas_moreis true. - Use
find_work_itemsfor a title, UUID, or project reference lookup rather than as a project listing tool. - Use
get_work_item_relationsbefore discussing dependency direction.blockingmeans the source blocks the target;blocked_bymeans the target blocks the source. - Use
add_work_item_relationas a preview first. Relation targets must belong to the selected project. Setconfirm=trueonly after reviewing the source, targets, and direction.
Reports
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.
- 6d ago Changed · +25 lines · -4 tokens per session de7775d8cb4b
- 10d ago First seen · 50 lines · 56 tokens per session scan A 7937df6b7572
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.
Other skills, from other repositories
change-management
Create and transition ServiceNow change requests (normal/standard/emergency), change tasks, affected CIs, approval routing, CAB scheduling, and conflict detection across maintenance windows.
hr-service-delivery
Build ServiceNow HR Service Delivery — snhrcorecase from Employee Center or HR catalog, snhrlelifecycleevent onboarding/offboarding with templated activities, and HR document generation.
incident-management
Manage ServiceNow incidents — creation with impact/urgency priority calc, auto-assignment by category, reassignment tracking, major incident declaration with bridge calls, time-based escalation, MTTR metrics.
problem-management
Manage ServiceNow problems — create from linked incidents, proactive pattern detection, RCA with 5-Whys, knownerror workarounds (KEDB), KEDB search by CI/category/keywords, and permanent-fix linkage to changes.
approval-workflows
Configure ServiceNow approval rules and sysapprovalapprover records — manager/group/script approvers, multi-level routing, delegation via sysuserdelegate, and parent-record state rollup.
field-service
Build ServiceNow Field Service Management — wmorder work orders, wmtask tasks, wmresource technicians with skills/territories, dispatch/auto-assignment, mobile status updates, and time entries.