YasithMP/InfraPilot ? reverse-engineered prompt
Reverse engineered prompt
Build me a Python command line app called InfraPilot that acts like an AI assistant for infrastructure as code.
I want a terminal chat experience that feels like Claude Code or Codex CLI, with a full screen text UI for chatting, plus a one off command mode for quick requests. It should help me design Terraform, OpenTofu, Pulumi, and Bicep setups for AWS, Azure, and Google Cloud, and give practical guidance on stacks, versions, state, secrets, naming, and deployment workflows. It should also be able to copy ready made templates into a target folder, but only when I explicitly tell it where to write, and it should skip files that already exist.
Please include support for generating draw.io architecture diagrams and for checking compliance gaps against things like SOC 2, HIPAA, PCI DSS, and FedRAMP. Keep everything in one local project with no separate servers to run. If you need current docs or API details, look them up online.
Are you gonna build this?
make sure you review the code using coderabbit