miro-way-of-the-code-implement
Way of the Code — Implement
Read the Current Architecture and Future Architecture frames from a Miro board, diff the paired Mermaid diagrams, translate the deltas into code changes (when concrete enough), and open a PR whose description maps every delta to either a code change or a clear TODO. The PR description is the primary artifact — when deltas are ambiguous, the PR carries a structured implementation plan rather than guessed code.
The user provides the Miro board URL. The user should already have edited the Future Architecture frame; if they haven't, this skill will detect the empty delta and report it.
Workflow
1. Locate the two frames
Use board_list_items (or context_get for a fuller view) to find the two frames on the supplied board:
- A frame with title
Current Architecture - A frame with title
Future Architecture
If either is missing, stop and report in chat:
Could not find both 'Current Architecture' and 'Future Architecture' frames on the board — was it set up with miro-way-of-the-code-extract?