Back to TemplatesSign up to import
Technology Stack Assessment
AssessmentAssess your technology portfolio — lifecycle stages, radar status, and replacement candidates.
Generates ~15–40 technologies
Which LLM should I use?
Any current frontier model from Anthropic, OpenAI or Google produces reliable JSON for these templates. The choice is not critical — use whichever you already have access to.
How it works
- 1Fill in optional details below and click Build Prompt.
- 2Copy the generated prompt and paste it into ChatGPT, Claude, Gemini, or any LLM.
- 3Copy the JSON result from the LLM response.
- 4Go to the import page and paste the JSON to import the data into Atlas.
Customise your prompt
Example LLM output
The LLM will return JSON in this format. Paste it into the import page.
{
"technologies": [
{
"name": "Java 17",
"vendor": "Oracle / OpenJDK",
"category": "language",
"lifecycleStage": "active",
"radarStatus": "adopt",
"description": "Primary backend language for enterprise services and microservices."
},
{
"name": "Oracle Database 12c",
"vendor": "Oracle",
"category": "database",
"lifecycleStage": "contained",
"radarStatus": "hold",
"description": "Legacy relational database used by core ERP systems.",
"replacementCandidate": "PostgreSQL 16"
},
{
"name": "Amazon EKS",
"vendor": "Amazon Web Services",
"category": "cloud",
"lifecycleStage": "active",
"radarStatus": "adopt",
"description": "Managed Kubernetes service for container orchestration in production."
}
]
}Import into Atlas
Paste the JSON from your LLM into Atlas to populate your portfolio in seconds. Free account required.