2026-09-01 20:00:05 +00:00

gcp_solution_architecture_agent

A four-phase Google Cloud solution-architecture workflow packaged as one reviewable repository.

Workflow

  1. Discover requirements without choosing products (docs/requirements.md).
  2. Design the Google Cloud architecture and Terraform (docs/architecture.md, architecture.mmd, terraform/).
  3. Validate artifacts without provisioning (scripts/validate.sh, tests/).
  4. Package the approved result (solution-architecture-guide.md).

The repository is derived from the workflow_agent template and is intentionally safe to run without a cloud deployment. The Terraform plan requires credentials and a project only when a user chooses to run it.

Commands

terraform -chdir=terraform fmt -check -recursive
terraform -chdir=terraform init -backend=false
terraform -chdir=terraform validate
python3 -m unittest discover -s tests -v
bash scripts/validate.sh

terraform plan is optional and must be run with an explicitly supplied project and credentials; CI only performs static validation.

Description
Generated deliverable: gcp_solution_architecture_agent
Readme 342 KiB
Languages
Python 86.5%
Mermaid 10.7%
HCL 1.6%
Dockerfile 0.8%
Shell 0.4%