miro-workflow

miro-workflow is a skill for Claude Code, Cursor from olgasafonova/miro-mcp-server. It costs 103 tokens per session (3,250 once invoked), scanned A, original, MIT.

A workflow guide for creating structured Miro whiteboards from natural-language requests. Miro is an online collaborative whiteboard used for planning and group ideation.

In plain words
What is it for?
Use it to create sprint boards, retrospectives, brainstorming boards, user story maps, and Kanban boards.
Why use it?
It turns requests such as sprint planning or brainstorming into organized board layouts with the needed sections and items.

Skill for Claude CodeCursor

Written for Claude Code and Cursor: allowed-tools in frontmatter, but also shipped in a Cursor plugin.

Part of the miro plugin — 2 skills, 2 hooks, 2 MCP servers shipped together

Good fit Use it to create sprint boards, retrospectives, brainstorming boards, user story maps, and Kanban boards.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/olgasafonova/miro-mcp-server/miro-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 olgasafonova/miro-mcp-server --skill miro-workflow
Clone the repo
git clone --depth 1 https://github.com/olgasafonova/miro-mcp-server

Made for: Claude Code, Cursor.

Or install miro, the plugin that ships this one along with the rest of its 2 skills, 2 hooks, 2 MCP servers.

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 miro-workflow

README.md
[![agentmods](https://agentmods.dev/badge/skills/olgasafonova/miro-mcp-server/miro-workflow/github.svg)](https://agentmods.dev/skills/olgasafonova/miro-mcp-server/miro-workflow)
Your own site
<a href="https://agentmods.dev/skills/olgasafonova/miro-mcp-server/miro-workflow"><img src="https://agentmods.dev/badge/skills/olgasafonova/miro-mcp-server/miro-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 miro-workflow

Your own site · 80×15
<a href="https://agentmods.dev/skills/olgasafonova/miro-mcp-server/miro-workflow"><img src="https://agentmods.dev/badge/skills/olgasafonova/miro-mcp-server/miro-workflow.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 103 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,250 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00103 $0.03250
Opus 5 $0.00051 $0.01625
Sonnet 5 $0.00021 $0.00650
Haiku 4.5 $0.00010 $0.00325

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

Security

Grade A, and why

miro-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 10d 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.

skills/miro-workflow/SKILL.md · 256 lines

How it starts

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

Miro Workflow Skill

Compose Miro boards from natural-language requests using the miro-mcp-server tools. The MCP exposes 91 atomic tools; this skill is the map.


Scope

If the request is a single-tool call ("create one sticky note"), a question about Miro the product, or read-only inspection ("what's on this board?"), exit and let Claude handle it directly. The skill's job is composition, not single-call wrapping. Routing happens via the description field, not this section.


The 5 workflows

Each workflow is a documented composition with default spatial values. Pick one based on intent:

Workflow Trigger Phrases Detail File
Sprint Board "sprint planning", "sprint board", "sprint kickoff" workflows/sprint_board.md
Retrospective "retro", "retrospective", "what went well" workflows/retrospective.md
Brainstorm "brainstorm", "ideation", "ideas around" workflows/brainstorm.md
Story Map "user story map", "story mapping", "user journey" workflows/story_map.md
Kanban "kanban", "task board", "workflow board" workflows/kanban.md

If the request doesn't match any of these, fall back to direct tool calls and ask the user what layout they want.

Optional: seed boards

Before falling back to from-scratch construction, check if the user has imported a Miroverse template into their account that matches the requested workflow. See seed-boards.md for the lookup pattern. Seed boards are an optional power-user path; they produce more polished output but require one-time setup. The from-scratch workflows below work without any setup.


Workflow selection guide

Goal: track sprint work?     → sprint_board (4 columns: Backlog, In Progress, Review, Done)
Goal: reflect on the team?   → retrospective (3 frames: Went Well, Could Improve, Action Items)
Goal: generate ideas?         → brainstorm (radial: central topic, 6 stickies in a ring)
Goal: map a product?         → story_map (header row + tasks + release swimlanes)
Goal: ongoing task flow?     → kanban (configurable column count)

Read the full file on GitHub · 256 lines

Files

What ships with it

8 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 10d ago First seen · 256 lines · 103 tokens per session scan A 72ee8ffa069b

Subscribe to this mod's changes

miro-workflow is a skill published in the GitHub repository olgasafonova/miro-mcp-server (26 stars, last pushed yesterday), licensed MIT. It adds 103 tokens to every session and 3,250 once invoked, about $0.0005 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-30.

Related

Other skills, from other repositories

productplan-workflows

Generates step-by-step workflows for managing ProductPlan roadmaps, OKRs, ideas, and launches via MCP server tools. Use when working with ProductPlan data, planning features, tracking objectives, or coordinating product launches.

olgasafonova/productplan-mcp-server · 49 tokens

productplan-pm

Generates comprehensive workflows for product managers to manage roadmaps, OKRs, ideas, and launches in ProductPlan. Use when doing day-to-day product management work, updating feature timelines, tracking objectives, or triaging customer feedback.

olgasafonova/productplan-mcp-server · 51 tokens

productplan-customer-facing

Generates customer-ready roadmap views and launch timelines from ProductPlan for Sales and Customer Success teams. Use when preparing for customer calls, sharing product direction, or answering "when will feature X ship?" questions.

olgasafonova/productplan-mcp-server · 47 tokens

onboard

Generates a contextual onboarding document for a new contributor or agent joining the project. Summarizes project state, architecture, conventions, and current priorities relevant to the specified role or area.

Donchitos/Claude-Code-Game-Studios · 40 tokens

hr-operations

A skill for designing remote-work and team-operation policies. It covers flexible work, asynchronous communication, collaboration tools, productivity tracking, and employee experience.

modu-ai/moai-cowork · 91 tokens

extension-upload

Package a script tool under /.config/agenvoy/tools/script/ into a tar.gz and publish to pkg.agenvoy.com registry. Keyword picker, dep/key detection, config-stored email (ask + lowercase + persist), ask version, email verification gate, multipart upload with downgrade/unique guards.

agenvoy/Agenvoy · 63 tokens