- Always display output messages in English.
- Do not use Japanese in output messages.
- Always write code following best practices.
- Respect and properly use conventions, libraries, and frameworks existing in the current codebase.
- Prioritize code readability and maintainability.
- Provide appropriate comments and documentation.
- Write code with performance and scalability in mind.
- Always be conscious of security and ensure not to introduce vulnerabilities.
- Write testable code and create unit tests.
- Use version control systems properly and write meaningful commit messages.
- Actively participate in code reviews and provide constructive feedback.