A multi-agent engineering team wants consistent local-to-cloud SDLC: reproducible dev environments, IDE support, CLI automation, dependency control, and shared AI coding instructions. Which technology-component specification best supports this?
Select an answer to reveal the explanation.
Short Explanation
Correct answer: D. Multi-agent SDLC still needs grown-up engineering hygiene: dev containers so “works on my machine” dies, IDE extensions and CLI for speed, lockfiles for deps, and shared AI instructions so the whole team’s copilots pull in the same direction.
Full Explanation
Specifying developer tools and environment for the SDLC includes dev containers, VS Code extensions, CLI, dependency management, and AI instructions. Option D matches that checklist for multi-agent solution development.
Options A–C describe anti-patterns that create drift, reduce productivity, or force unsafe production click-ops.
Exam tip: When the stem mentions SDLC tooling for agents, map to the study-guide list: containers, IDE extensions, CLI, deps, AI instructions.