What problem does it solve?
Organizes browser-based developer review gates after runner completes all phase commits and before merge decisions. It collects per-card feedback and routes non-approved changes back into the runner's worktree for rework, Q&A, or out-of-scope records.
Core Features & Use Cases
- Provides a browser-based UI that walks Overview → per-commit cards → Final preview, capturing per-card status (approved / needs-change / question / out-of-scope) and an optional
dispatch_agent for rework.
- Maintains artifacts under plans/{task_slug}/dev-review/ (review-data.json, feedback.json, review-history.json) to support multi-round review cycles and auditability.
- Re-generates deterministic review data using a helper script and serves a local static UI, preserving previously approved cards when rounds continue and enabling iterative feedback loops.
Quick Start
Open the dev-review UI served locally and complete the review, then reply with '리뷰 완료' to proceed.