- Step 1: Codebase Reconnaissance & Root Cause Analysis
- Identified
anomalies.tspayload structure assumptions. - Verified
AnomalyAlertPanel.tsxcaller expectations.
- Identified
- Step 2: SDD Planning & Blueprinting
- Created
spec.md - Created
plan.md - Created
task.md
- Created
- Step 3: TDD Implementation & Debugging
- Write
frontend/src/services/api/endpoints/anomalies.test.ts(Red Phase) - Update
frontend/src/services/api/endpoints/anomalies.ts(Green Phase) - Refactor code for zero bloat (Refactor Phase)
- Run test suite on Hostinger VPS Docker Linux (
node:20-alpine)
- Write
- Step 4: Quality Review & Commit Preparation
- Run dual review (Standards & Spec Adherence)
- Generate
walkthrough.md - Create 1 Single Clean Commit with DCO Sign-off
- Push branch
agent/namdamdoi68-oss/issue-585tonamdamdoi68-oss/navin-frontend - Stop and await Boss command before opening PR