What problem does it solve? Building features that touch the database, API layer, and React UI simultaneously requires coordinating many conventions, tests, translations, and verification steps, which is error-prone when done ad hoc. ## Core Features & Use Cases - Test-Driven Implementation: Writes failing tests first for API routes, React components, and utilities, then implements the minimum code to make them pass. - Full-Stack Coverage: Handles Prisma schema changes, Next.js route handlers with Zod validation, shadcn/ui components with Tailwind, and next-intl translations in English and Indonesian. - Browser Verification: Uses the agent-browser skill to manually verify each user flow in both locales and on mobile viewports before committing. - Use Case: Implement an access-code login feature end to end, including the login page, POST /api/auth/login endpoint, session middleware, tests, translations, and browser-verified flows. ## Quick Start Use the fullstack-worker skill to implement the login feature described in mission.md with tests, translations, and browser verification.