assalas/pcb-designer-ai-agent ? reverse-engineered prompt
Reverse engineered prompt
Build me an AI assisted PCB design tool that can take a plain English hardware idea and turn it into a manufacturable board plan.
I want it to walk through the full flow, first figure out the needed parts, then pull or infer footprint details, generate KiCad footprint files, create a basic schematic or netlist, and set things up for placement, routing, and Gerber export. Keep KiCad as the main target, and make the other EDA tools something that can be added later through adapters. It should be modular, easy to run from a simple command line, and let me swap in different AI providers.
The main thing I want working well right now is the footprint generator for common parts like resistors, capacitors, and SOIC packages, with a few tests so I can trust it. If some parts depend on current docs or tool behavior, look up the latest info online before you code it.
Are you gonna build this?
make sure you review the code using coderabbit