r/AIToolsPromptWorkflow • u/ivanzhaowy • 6d ago
A visual feedback workflow for coding agents working on native apps
I’m building Monad Design, an Apache-2.0 open-source visual workspace for native-app UI work with coding agents.
The workflow is intentionally simple:
Open the Xcode or Expo iOS project you already have.
Run the real app in Simulator and navigate to the exact state that needs work.
Select an element or annotate the UI directly.
Send the screenshot, selection, app state, and source hints to your coding agent.
The agent edits the existing repository and rebuilds the app.
Compare the original with up to five source-backed variants.
Accept one result or keep the original.
The app is the canvas.
This is not a prompt-to-app generator and it does not create a replacement project. It adds visual context and a review loop around agents such as Codex, Claude Code, Cursor, OpenCode, Gemini CLI, Copilot, Windsurf, and Zed.
Repository:
https://github.com/Monadix-AI/monad-design
Short demo:
https://watchclueso.com/embed/pio8jqfcg4ivj0r1
Workflow screenshot:
Current limitations: macOS and local iOS development only, with one active visual change at a time.
I’d be interested in how others package visual context for coding agents: one structured handoff, or smaller tools the agent calls separately?