demo-bot bf31dd49b2
Some checks failed
validation / verify (push) Failing after 18s
decomposer: record implementation detail for 2 step(s)
2026-09-01 19:55:54 +00:00

gcp_solution_architecture_agent

A four-phase Google Cloud solution-architecture workflow:

  1. Discover requirements without selecting products.
  2. Select products and produce architecture artifacts.
  3. Validate Terraform and architecture artifacts without provisioning.
  4. Package and verify the guide.

The repository also includes the verification and publication contracts for manifest steps 47. See solution-architecture-guide.md.

Commands

python -m pytest
terraform -chdir=terraform fmt -check -recursive
terraform -chdir=terraform init -backend=false
terraform -chdir=terraform validate
python scripts/validate_artifacts.py

The Terraform checks are intentionally plan-oriented and do not apply resources. A real plan requires Google credentials and a project ID.

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%