Orchestrate the UI team: coordinates ux-designer, ui-programmer, and art-director to design, implement, and polish a user interface feature from wireframe to final.
This is the Codex-adapted version of the original workflow. Use only .codex/ runtime assets when following it.
Arguments: [UI feature description]
When this skill is invoked, orchestrate the UI team through a structured pipeline.
Decision Points: At each phase transition, use request_user_input to present
the user with the subagent's proposals as selectable options. apply_patch the agent's
full analysis in conversation, then capture the decision with concise labels.
The user must approve before moving to the next phase.
Use the spawn_agent tool to spawn each team member as a subagent:
subagent_type: ux-designer — User flows, wireframes, accessibility, input handlingsubagent_type: ui-programmer — UI framework, screens, widgets, data bindingsubagent_type: art-director — Visual style, layout polish, art bible consistencyAlways provide full context in each agent's prompt (feature requirements, existing UI patterns, platform targets). Launch independent agents in parallel where the pipeline allows it (e.g., Phase 4 review agents can run simultaneously).
Delegate to ux-designer:
Delegate to art-director:
Delegate to ui-programmer:
Delegate in parallel:
A summary report covering: UX spec status, visual design status, implementation status, accessibility compliance, input method support, and any outstanding issues.