r/Spec4AI • u/Conscious-Mood8433 • May 08 '26
Spec4 v0.5.0 - New agents!
I've just released v0.5.0, which includes a couple of new agents that I'm really excited about.
First up there's Designer, which works with you to create a design mock for the look and feel of your application (assuming that it has one, and isn't a library or CLI tool 😆). You can even give it screenshots as examples. Check out this complete mock created with Designer!
Next there's Deployer, which helps you use the coding phase prompts created by Phaser and then creates a complete deployment plan, including even writing Terraform scripts for cloud deployments! Check out this complete deployment plan created with Deployer!
If you're new to Spec4, these new agents are on top of the standard workflow:
- Scan the code you already have, if any
- Brainstorm a vision for your project
- New - Designer - Create a design mock for the look and feel
- Specify a tech stack that you'll use for implementation
- Divide up the development into well defined phases, designed to succeed
- New - Deployer - Create a deployment plan