iiRecord
Agentic AI Atlas · tech-stack-evaluation
lib-process:software-architecture--tech-stack-evaluationa5c.ai
II.
LibraryProcess JSON

lib-process:software-architecture--tech-stack-evaluation

Structured · live

tech-stack-evaluation json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · generated-library/processes.yamlCluster · generated-library
Record JSON
{
  "id": "lib-process:software-architecture--tech-stack-evaluation",
  "_kind": "LibraryProcess",
  "_file": "generated-library/processes.yaml",
  "_cluster": "generated-library",
  "attributes": {
    "displayName": "tech-stack-evaluation",
    "description": "Technology Stack Evaluation - Structured process for evaluating and selecting technologies\n(frameworks, libraries, platforms, databases) with proof of concepts, scoring matrices, and risk assessment\nto make informed technology decisions.",
    "libraryPath": "library/specializations/software-architecture/tech-stack-evaluation.js",
    "specialization": "software-architecture",
    "references": [
      "- Technology Radar by ThoughtWorks: https://www.thoughtworks.com/radar\n- Architecture Decision Records: https://adr.github.io/\n- The Twelve-Factor App: https://12factor.net/\n- Cloud Native Computing Foundation Landscape: https://landscape.cncf.io/"
    ],
    "example": "const result = await orchestrate('specializations/software-architecture/tech-stack-evaluation', {\n  projectName: 'E-Commerce Platform',\n  requirements: {\n    functional: ['Real-time inventory', 'Payment processing', 'Search functionality'],\n    nonFunctional: { performance: '< 200ms response', scalability: '10K concurrent users', security: 'PCI DSS' }\n  },\n  constraints: { budget: '$100K', timeline: '6 months', teamSkills: ['JavaScript', 'Python'] },\n  technologyCategory: 'Backend Framework',\n  candidateList: ['Node.js/Express', 'Python/Django', 'Java/Spring Boot']\n});",
    "usesAgents": [
      "tech-stack-evaluator"
    ]
  },
  "outgoingEdges": [
    {
      "from": "lib-process:software-architecture--tech-stack-evaluation",
      "to": "skill-area:backend-api-design",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:software-architecture--tech-stack-evaluation",
      "to": "topic:architecture-decisions",
      "kind": "lib_covers_topic",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:software-architecture--tech-stack-evaluation",
      "to": "topic:design-patterns",
      "kind": "lib_covers_topic",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:software-architecture--tech-stack-evaluation",
      "to": "domain:software-engineering",
      "kind": "lib_applies_to_domain",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:software-architecture--tech-stack-evaluation",
      "to": "role:architect",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:software-architecture--tech-stack-evaluation",
      "to": "role:tech-lead",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:software-architecture--tech-stack-evaluation",
      "to": "workflow:architecture-decision-record",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:software-architecture--tech-stack-evaluation",
      "to": "specialization:software-architecture",
      "kind": "lib_belongs_to_specialization",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:software-architecture--tech-stack-evaluation",
      "to": "lib-agent:software-architecture--tech-stack-evaluator",
      "kind": "uses_agent",
      "attributes": {
        "weight": 0.8
      }
    }
  ],
  "incomingEdges": []
}