81 / 81 · Module 20 — AI-Assisted Requirements, Development, and Testing · filtered: interview← prev⊞ all
20.13AI implementation skill
Then implementation agent gets:
approved requirements
mapping
architecture
contract
Rule:
Implement only CONFIRMED requirements.
Before changing code:
- identify BR IDs being implemented.
- identify tests that prove them.
After changing code:
- run targeted tests.
- run regression tests affected by changed dependencies.
- report any requirement ambiguity discovered while coding.
This makes coding requirements-driven.