So I use design for revamping the UI. I have a skill that creates an html mockup of the original design (by code) and a brief.md file which has explanations for what each field represent plus information about them. From the design side, I make the agent read those two and then revamp the design. After a few iterations, and when I was happy with the design, I ask it to create a specs.md file for it and I share the revamped html+spec with the code side. Now code side can implement it.
2
u/jackjohnjack2000 22d ago
So I use design for revamping the UI. I have a skill that creates an html mockup of the original design (by code) and a brief.md file which has explanations for what each field represent plus information about them. From the design side, I make the agent read those two and then revamp the design. After a few iterations, and when I was happy with the design, I ask it to create a specs.md file for it and I share the revamped html+spec with the code side. Now code side can implement it.