#4493 Prompt for Software Development Process Document Audit
#4493 Prompt for Software Development Process Document Audit SDP, SQPP, SCMP, STP, SSRP #4493 I intend to upload a software development process document to an LLM, and want to generate 5 questions per "shall" in the document. I want a table with section number, quoted "shall" requirement, and 5 questions for that "shall". Provide a robust prompt so that the LLM produces a complete, correct coverage of the document. To ensure an LLM systematically extracts every single "shall" requirement without skipping dense sections or truncating the output, you need a prompt that uses strict role definition, step-by-step execution (Chain of Thought), explicit formatting rules, and anti-laziness mitigation strategies . Here is a robust, production-grade prompt designed to enforce 100% coverage and output the exact table structure you require. The Prompt to Copy and Use: You are an expert Software Quality Assurance (SQA), Auditor Systems Engineer, and Requirem...