en un clic
discovery-redesign-validation
Validate major UX or fullstack redesign work in go-cafe. Use when redesigning routes, discovery flows, backend contracts, or when the user asks to self validate before calling the task complete.
Menu
Validate major UX or fullstack redesign work in go-cafe. Use when redesigning routes, discovery flows, backend contracts, or when the user asks to self validate before calling the task complete.
| name | discovery-redesign-validation |
| description | Validate major UX or fullstack redesign work in go-cafe. Use when redesigning routes, discovery flows, backend contracts, or when the user asks to self validate before calling the task complete. |
Use this skill when changes affect product structure, frontend UX, backend contracts, or cross-stack behavior in go-cafe.
Never mark the task complete until all applicable checks pass or a blocker is explicitly surfaced to the user.
cd frontend && npm run lint and cd frontend && npm run buildcd backend && go test ./internal/cafelisting ./internal/rating ./internal/server ./internal/usergo test packages, and run integration coverage if local DB/env is availableREADME.md before finishing.Use this checklist for the current redesign architecture:
/ communicates discovery-first intent and links cleanly into the rest of the product/map loads discovery results, filtering works, and a cafe can be opened from the map/list/cafes/[id] shows place context and the save action behaves correctly/my-places supports add, status update, and delete flows/reviews supports create and delete review flows for visited cafes/auth supports login/register and session persistencefrontend/app/api/backend/[...path]/route.jsfrontend/lib/api organized by domain rather than returning to one giant client filevisit_status as the user-facing saved/visited state unless the task explicitly changes the modelOnly report completion once: