What problem does it solve?
Reviews a work-package design.md for implementation readiness — checking that the design is implementable, APIs are fully specified, error handling covers all failure modes, and the test strategy is defined. Amends the document and appends a verdict. Use when the user mentions "review the design for {epic}", "is the WP design ready", or "check the design before the sprint". Do NOT use to review product strategy — use review-product. Do NOT use to review code — use review-code.
Core Features & Use Cases
- Gate between Discovery and Delivery: validates that a WP design can be implemented with clear APIs, acceptance criteria, and test strategy.
- Documentation amender: amends design.md with gaps and clarifications and appends a verdict.
- Guidance for engineers: provides a concrete, non-siloed review path to avoid sprint-blockers.
Quick Start
Provide an end-to-end review by loading design.md, solution.md, and backlog.md, then produce an amended design.md with the verdict.