Let's create a DesignTask for creating UI/UX designs for a given feature. We'll use gemini (via gemini-cli) to implement this. This would require multi-modal support since designs would typically involve images and mocks.
We'll use ready-for-design on issues to indicate design ready-ness. It'll use similar semantics to planning agent including the use of in-progress label, monitoring for any user comments and removing the ready-for-design when ready-for-planning is added.
Let's create a DesignTask for creating UI/UX designs for a given feature. We'll use gemini (via gemini-cli) to implement this. This would require multi-modal support since designs would typically involve images and mocks.
We'll use ready-for-design on issues to indicate design ready-ness. It'll use similar semantics to planning agent including the use of
in-progresslabel, monitoring for any user comments and removing the ready-for-design when ready-for-planning is added.