DEV Community

Discussion on: So I built a Figma Design Agent for an Agentic AI Hackathon #kiro #figma #agents #geminicli

Collapse
 
varsha_ojha_5b45cb023937b profile image
Varsha Ojha

This is a really interesting build. Design agents feel useful when they remove repetitive handoff work, not when they try to replace product thinking. The real test is whether the output helps teams move from idea to usable interface faster while still keeping UX decisions intentional.

Collapse
 
hisukurifu profile image
Aniket Dhakane

Hi Varsha, really appreciate your perspective. The agent in this article is actually just a lightweight prototype of a more advanced internal agent my team and I built at work. The production version is powered by Claude Opus with custom steering/skill files tailored to our workflow.

What we’ve noticed is that it doesn’t replace product thinking or UX decisions — it removes repetitive implementation overhead. Design-to-code iterations have become significantly faster, which lets developers focus more on functionality, edge cases, and overall product quality instead of rebuilding UI patterns repeatedly.

And you’re absolutely right about intentional UX decisions — keeping Product Owners and designers in the loop is what makes these systems genuinely useful rather than just “AI generating screens.”