Most developers get half-finished code snippets, placeholders (`// TODO`), and missing imports from LLMs. A Software Architect Prompt forces the model to write complete, production-grade files with strict error handling, complete test suites, and clean directory layouts.
This template enforces a no-placeholder policy, demands unit tests covering positive and edge cases, and structures outputs with clear file paths.