Markup Decompose

Plan and sequence a whole-screen markup problem by decomposing it into components first, then routing each phase to the loop that fits it — outline extraction from a reference, per-component construction, and the handoff where a converged component is frozen as a story baseline so later edits are checked per component instead of per page. Use when the task is a whole screen or feature rather than one component, when a reference/mock exists and you need to decide the component boundaries before writing markup, or when converged markup needs to become maintainable. Not a build loop itself — it routes to auto-markup / mock-markup / dynamic-markup / component-vrt and defines the handoff between construction and maintenance.

mizchi 456fc63 9.9 KB Updated

File contents

mizchi/vlmkit/tree/main/.claude/skills/markup-decompose commit 456fc63326

Frequently asked questions

npx skillmds@latest add mizchi/markup-decompose