1. GENERAL
- Is it a greenfield project?
- Who is the team?
- What would the first 30 days look like for me?
2. COMMUNICATION
- Real-Time?
- Slack, MS Teams, Discord
- Task Manager
- JIRA, Trello
- Pull Requests
- GitHub, GitLab, Bitbucket
- Meetings
- Stand-ups
- Frequency
3. WORKFLOW
- Do we do Kanban, Scrum, or Power Yoga?
- Do we do code reviews?
- Do we do feature branches?
4. API
- What kind of API does your backend offer?
- Where do I find the API documentation?
5. UI/UX
- Should I make it look good or pixel perfect?⚠
- Where do I get the mockups from?
- What color scheme, fonts, and assets should I use?
- Are we using in-house icons?
6. FRONTEND
- Do you have already plans of which libraries you want to use?
- How much customization is needed?
- Are we using a state management library?
- How do we fetch data?
- React-Query
- Should we use TypeScript?
- How much should be tested?⚠