How do we maintain QMS compliance while adopting Agile methodologies in software development?
Our developers want to move to Scrum, but our Quality Assurance team is worried about how this fits with traditional "Design Controls." Can we still meet ISO 13485 or ISO 9001 standards if we don't have a massive upfront design document? How do you handle Sprint-based documentation for audits?
2024-11-05 in Quality Management by Jason Bennett
| 11578 Views
All answers to this question.
If we document everything in every sprint, doesn't that significantly slow down the developers' velocity? How do you balance the speed of Agile with the heavy burden of QA?
Answered 2024-01-10 by Kevin Walker
-
Kevin, it’s a shift in mindset. You aren't adding work; you are moving the work earlier in the cycle. By documenting as you go, you avoid the "Documentation Debt" that usually kills the schedule right before a product launch. We use "Automated Documentation" tools that pull data from our code commits and testing frameworks directly into our QMS reports. This keeps velocity high while ensuring that every line of code is backed by a verified requirement in real-time.
Commented 2024-01-22 by Mark Robinson
We treated our Quality Manual as a "Product Backlog" item. It helped the developers realize that compliance is a feature of the software, not just an external hurdle to jump over.
Answered 2024-03-01 by Brenda King
-
That is a great perspective, Brenda. When developers see compliance as a "non-functional requirement" like security or performance, they take much more ownership of the documentation process.
Commented 2024-03-05 by Jason Bennett
You absolutely can be Agile and compliant. The key is "Incremental Documentation." Instead of one giant document at the end, your Definition of Done (DoD) for every sprint must include the necessary technical documentation and testing records. Auditors actually prefer this because it shows continuous quality oversight rather than a rushed "paper-up" at the end of a project. For ISO 13485, you still need a Design History File (DHF), but it can be built piece-by-piece. Use your Jira stories to link directly to your requirements and test results to create an automated traceability matrix.
Answered 2024-12-15 by Sandra Lewis
Write a Comment
Your email address will not be published. Required fields are marked (*)

