Each prompt on this page introduces the AI as an AGIA — Artificial General Intelligence Architect. Architecture and security decisions first. Infrastructure chosen deliberately. GCP and Firebase setup walked through command by command. You execute at once or stage by stage. The AI is your co-architect throughout.
There is a gap between "here is some code" and "here is a production system." Most AI sessions produce the former. AGIA prompts are designed to produce the latter — by establishing the right frame before a single line of code is discussed.
When you paste an AGIA prompt into Claude, ChatGPT, or Grok, the AI does not jump to code. It asks structured intake questions — your product, your users, your scale, your constraints, your budget. It produces a threat model. It recommends infrastructure with trade-off reasoning. It gives you exact CLI commands for GCP and Firebase setup. Then it builds, incrementally, with each piece reviewed before the next begins.
| Prompt | Infra decision | CLI setup | Threat model | Auth design | Status |
|---|---|---|---|---|---|
| SaaS Platform | Firebase vs GCP vs Hybrid | Full gcloud + Firebase CLI | Yes — OWASP applied | RBAC + Firestore rules | Live |
| Client Portal | Firebase-first | Full Firebase CLI | Yes — multi-role | Client + Staff + Admin | Soon |
| Security Audit | Existing infra review | DNS + WAF commands | Yes — full threat model | Auth gap analysis | Soon |
| GEO Audit | CDN + robots config | GSC + sitemap CLI | No | No | Soon |
| Business Automation | GCP Cloud Functions | Full gcloud CLI | Yes — data flow | Service accounts + IAM | Soon |