Generate WireMD wireframe from design exploration. Outputs markdown for wiremd CLI.
Generate low-fidelity wireframes using WireMD syntax for rapid prototyping. Use this when you need to quickly visualize UI layouts before detailed design work.
/plugin marketplace add saadshahd/moo.md/plugin install design@moo.mdGenerate low-fidelity wireframe using WireMD syntax.
[[ :logo: Store | Products | Cart :cart: | [Sign In] ]]{.nav}
::: hero
# Our Products
Find what you're looking for
[Search_______________] [Filter]{.secondary}
:::
## Products {.grid-3}
### Widget A <small>SKU-001</small>
$29.99 `in stock`
- [x] Available
[Add to Cart]{.primary}
### Widget B <small>SKU-002</small>
$49.99 `out of stock`
- [ ] Unavailable
[Notify Me]
### Widget C <small>SKU-003</small>
$19.99 `in stock`
- [x] Available
[Add to Cart]{.primary}
::: success-state
Showing 3 of 42 products
:::
::: footer
[[ Privacy | Terms | Help ]]
:::
Generate low-fidelity wireframe markdown that renders correctly with WireMD CLI v0.1.5.
::: containers::: opening::: closingerror-state, success-state, warning-state, empty-state, loading-state## Title {.grid-N} → ### Itemstatus--- horizontal rulesIf the design requires patterns not in WireMD, use inline HTML or simplify the wireframe.
$ARGUMENTS
Context from current design workflow or explicit screen/flow request.
which wiremd. If not found, ask to install with npm install -g wiremd@0.1.5wireframes/<screen-name>.md# Preview with sketch style (specify port)
wiremd wireframes/<name>.md --style sketch --serve 3200
# Generate HTML
wiremd wireframes/<name>.md --style sketch -o wireframes/<name>.html
# Export for React
wiremd wireframes/<name>.md --format react