dncore/creo-design-agent ? reverse-engineered prompt
Reverse engineered prompt
Build me an AI design assistant for Creo that helps with sheet metal and injection molded parts.
I want to be able to chat in plain language, ask it to clarify requirements, suggest materials and processes, run basic DFM checks, generate analysis inputs for things like bend calculations, mold flow, strength, and thermal checks, and then drive Creo to create the 3D model and export files when the user approves writing changes.
Please make it work as both a normal HTTP service and an MCP tool server, with a simple offline demo that still runs without an API key or Creo installed. It should also have a knowledge base for engineering standards and company docs, and handle different LLM providers with fallback if one is unavailable.
If Creo is present, connect through a separate Java bridge, and if not, the rest of the system should still work clearly and gracefully. Keep secrets in environment variables, log important actions, and make the whole thing easy to run, test, and demo locally.
Are you gonna build this?
make sure you review the code using coderabbit