Strictly follow all instructions stated in src/instructions/ when implementing features or tasks. Do not deviate from the instructions provided in that directory. ## MANDATORY: UI-First Workflow **For NEW FEATURES (not existing in UI):** 1. **STOP** - Do NOT implement database/services/server actions 2. **BUILD UI ONLY** - Create components with MOCK DATA 3. **ASK USER** - "Does this UI look correct? Can I proceed with full implementation?" 4. **WAIT** - User must explicitly say yes/approved/proceed 5. **ONLY THEN** - Implement full stack (database, services, actions) **VIOLATION = Creating any backend code before user approval** See `src/instructions/main-instructions.md` section "UI-First Development Workflow" for details. --- When working on fixing PR comments, make sure all occurences of the issue are addressed, not just the one mentioned in the comment. Review the entire PR for similar patterns and apply the fix consistently. Keep file in sync with .github/copilot-instructions.md and AGENTS.md instructions. If you update one, update the other ones.