What problem does it solve?
This skill ensures UI/UX design tasks are executed through Gemini CLI, enabling deterministic delivery by reading long context from local documents and writing results directly back into the project files.
Core Features & Use Cases
- Hard requirement: All UI/UX tasks must be executed via Gemini CLI to avoid drift from AI-only generation.
- Context-aware execution: Reads long context from local documents and project files to guide design and implementation.
- Direct write-back: Writes design outputs and code changes directly into the project repository, ensuring traceability.
- Model selection guidance: Provides explicit model choice with a fallback strategy to handle CLI version constraints.
- Use case: When a product requirement document and design spec are available locally, Gemini CLI-driven tasks produce UI components and corresponding code changes.
Quick Start
Provide a design task file and let Gemini CLI execute UI/UX tasks, writing results directly into the project.