Cursor
Configure Cursor to use ROLES.md in your project.
Using rules
Add to your .cursor/rules file:
Read ROLES.md and follow the specified role for this task.Using mentions
Reference the file directly in your prompts:
@ROLES.md Use the Implementer role for this task.Automatic detection
Add logic to your rules for automatic role selection:
Read ROLES.md. Apply roles based on the task:
- For code changes: Implementer role
- For PR reviews: Reviewer role
- For design discussions: Architect role