nevan-sonic/department-of-incidents — reverse-engineered prompt

Reverse engineered prompt

Build me a working demo called T.A.C.T., a real time incident response app for production outages. I want a web control center at localhost:3000 with a polished glass style where I can trigger fake incidents, see severity triage, inspect logs, review the suggested fix, approve it with a crypto style signature flow, and watch merge or rollback actions happen in a secure enclave simulator.

The app should act like an automated SRE assistant. When an alert comes in, it should open a secure session, read logs, use Groq with Llama 3.3 to diagnose the issue, draft a patch or config fix, ask the on call engineer for approval, then merge the fix and keep an immutable audit trail of every step. If the post merge check fails, it should request approval again and revert the change.

Please wire up the backend APIs, the orchestration flow, the simulated secure ledger and approvals, and the dashboard experience end to end. Use the README as the source of truth, and look up current docs online if you need to.

Want more depth? Deep Reverse