Detailed Design Review Report
Background & Applicable Scenarios
After the development team produces concrete detailed design documents based on the architecture design, someone needs to verify: does this detailed design follow the overall architecture constraints? Does it cover all user story requirements? This skill helps the SA perform architecture consistency review to prevent development from going off track.
Input & Output
What you need to provide: Architecture Design Specification + Scenario-level detailed design documents + Corresponding user stories.
What you will get: Detailed Design Review Report covering two review dimensions: Architecture Consistency (whether the detailed design complies with the overall architecture's layering, module, interface constraints) and Requirement Completeness (whether all acceptance criteria from user stories are covered). Three-state conclusion: PASS / NEEDS_REVISION / REJECT, with improvement suggestions.
Process Description
The Agent reviews the detailed design from two dimensions: Architecture Consistency (compliance with overall architecture layering, module, and interface constraints) and Requirement Completeness (coverage of all user story acceptance criteria). Three-state conclusion: PASS / NEEDS_REVISION / REJECT, with specific improvement suggestions.