81 / 81 · Module 20 — AI-Assisted Requirements, Development, and Testing · filtered: interview← prev⊞ all
20.8Requirements-gap agent
After every workshop, give AI:
meeting notes
current mappings
business rules
API specification
and ask:
Compare these artifacts.
Find:
1. contradictions
2. unanswered decisions
3. fields with no ownership rule
4. fields with undefined null semantics
5. entities without stable keys
6. lifecycle cases not covered
7. failure scenarios without expected behavior
8. requirements with no acceptance test
9. tests with no corresponding requirement
Do not resolve gaps yourself.
That's an excellent use of AI.