miro-code-spec
Extract Miro Specs
Extract specification content from a Miro board or item and save to .miro/specs/ so it can be referenced during planning and implementation without repeated API calls.
The user provides one URL: a board URL (extract all spec items) or an item URL with a moveToWidget / focusWidget parameter (extract that single item). Miro MCP must be available.
Workflow
1. Identify the URL from the user's request
- If the user provided a Miro URL, use it.
- If not, ask the user for one.
2. Parse URL to Determine Type
Extract board_id and optionally item_id:
- Board URL: contains only the board ID (e.g.
uXjVK123abc=) - Item URL: contains
moveToWidgetorfocusWidgetparameter with item ID
More from miroapp/miro-ai
miro-mcp
>-
235miro-platform
>-
82documentation-structure
Documentation architecture for this repository. Use when creating, updating, or reviewing README.md, CONTRIBUTING.md, or docs/ files. Covers separation of concerns, vendor documentation standards, cross-references, and validation.
78miro-code-review
Use when the user wants to create a visual code review on a Miro board from a pull/merge request (GitHub, GitLab, or any forge), local uncommitted changes, or a branch comparison — produces a file-changes table, summary/architecture/security docs, and architecture diagrams, then links them back from the PR/MR.
70miro-spec-guide
>-
49miro-diagram
Use when the user wants to create a diagram (flowchart, mindmap, UML class, UML sequence, entity-relationship) on a Miro board from a natural-language description or Mermaid/PlantUML notation.
16