Loading...
Loading...
Implement features using tracer bullet approach - build minimal end-to-end vertical slice first, then expand.
npx skill4agent add sebastiaanwouters/dotagents bullet-tracer- Frontend: Add button that calls POST /api/favorites with hardcoded itemId
- API: Endpoint that inserts into favorites table
- DB: Create favorites table with user_id, item_id
- Test: Integration test that clicks button, verifies DB row exists