II.
LibraryProcess JSON
Structured · livelib-process:software-architecture--iac-review
iac-review json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:software-architecture--iac-review",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "iac-review",
"description": "Infrastructure as Code Review - Comprehensive IaC validation ensuring best practices,\nsecurity compliance, cost optimization, maintainability, and operational excellence across Terraform,\nCloudFormation, Pulumi, Ansible, and other IaC tools.",
"libraryPath": "library/specializations/software-architecture/iac-review.js",
"specialization": "software-architecture",
"references": [
"- Terraform Best Practices: https://www.terraform-best-practices.com/\n- AWS Well-Architected Framework: https://aws.amazon.com/architecture/well-architected/\n- Azure Architecture Framework: https://learn.microsoft.com/en-us/azure/architecture/framework/\n- Google Cloud Architecture Framework: https://cloud.google.com/architecture/framework\n- Infrastructure as Code Patterns: https://infrastructure-as-code.com/patterns/\n- NIST Cybersecurity Framework: https://www.nist.gov/cyberframework"
],
"example": "const result = await orchestrate('specializations/software-architecture/iac-review', {\n projectName: 'Production Infrastructure',\n iacTool: 'terraform',\n iacPath: './infrastructure',\n cloudProvider: 'aws',\n reviewScope: 'comprehensive',\n constraints: {\n budget: 10000,\n securityCompliance: 'SOC2',\n highAvailability: true\n }\n});",
"usesAgents": [
"iac-specialist",
"security-architect",
"compliance-specialist",
"finops-specialist",
"technical-writer"
]
},
"outgoingEdges": [
{
"from": "lib-process:software-architecture--iac-review",
"to": "skill-area:terraform-infrastructure",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:software-architecture--iac-review",
"to": "skill-area:configuration-management",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:software-architecture--iac-review",
"to": "topic:infrastructure-as-code",
"kind": "lib_covers_topic",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:software-architecture--iac-review",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:software-architecture--iac-review",
"to": "role:architect",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:software-architecture--iac-review",
"to": "role:platform-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:software-architecture--iac-review",
"to": "workflow:change-management",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:software-architecture--iac-review",
"to": "specialization:software-architecture",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:software-architecture--iac-review",
"to": "lib-agent:software-architecture--iac-specialist",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
},
{
"from": "lib-process:software-architecture--iac-review",
"to": "lib-agent:software-architecture--security-architect",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
},
{
"from": "lib-process:software-architecture--iac-review",
"to": "lib-agent:software-architecture--technical-writer",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
}
],
"incomingEdges": []
}