Give more autonomy to Cursor and Claude Agents:
- work end-to-end like a true dev agent
- create PRs
- check and fix CI
- anything else via custom rules and MCPs
- Give a task to Cursor Agent:
@task Add i18n to the project
- Install Claude Code and initialize to create CLAUDE.md containing project guidelines, commands, etc.
- This is optional but it will auto-generate a good starting point for your project. Alternatively you can use README, docs, or anything else.
- Setup a global Cursor Rule to always follow CLAUDE.md: cursor/rules/global.mdc
- Setup custom Cursor Rules, such as @task which tells the agent how to execute a task end-to-end including testing, creating a PR, etc.
- Note that @task won't be recognized as a symbol like @Web, @Codebase, etc. It's just a name, you can use whatever you want.
- In the beginning you might need to remind the Agent to follow the rules, but it gets better with time.
- Optionally enable Cursor Yolo mode.