What problem does it solve?
Code review for completed tasks (BE, FE, or TECH).
Use when: review code, code review, check implementation, verify task,
approve development, or the user says "/nacl-tl-review UC### --be" or "/nacl-tl-review UC### --fe".
Flags: --be for backend review, --fe for frontend review, no flag for TECH tasks.
Core Features & Use Cases
- Identify review mode from the command and select the appropriate checklist (BE, FE, or TECH).
- Run the stub verification gate before proceeding with quality checks.
- Read task files from .tl/tasks/UC###/ and read development results to verify acceptance criteria and TDD compliance.
- Apply the relevant review checklist, produce a review artifact, and update tracking status.
- Ensure a constructive, actionable feedback loop and clear next steps.
Quick Start
Start a review by invoking /nacl-tl-review UC### with --be for backend reviews, --fe for frontend, or no flag for TECH, then proceed with the stub gate and artifact creation.