-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo-autonomous.mdc
More file actions
31 lines (20 loc) · 1.16 KB
/
go-autonomous.mdc
File metadata and controls
31 lines (20 loc) · 1.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
---
description: "Instruct Cursor to act autonomously toward the goal without prompting for confirmation."
globs:
alwaysApply: false
---
# Autonomous Execution Rule
**Purpose:** Enable Cursor IDE to take initiative on achieving a defined goal--performing analysis, refactoring, or fixes--without asking follow-up questions.
## Guidelines
1. **Immediate Action**
* Upon recognizing the goal, proceed with all detection, analysis, and corrective steps automatically.
* Do not prompt the user for intermediate approvals or clarifications.
2. **Continuous Context Usage**
* Leverage available context (task descriptions, code comments, existing rules) to make informed decisions.
* Assume sufficient knowledge; refrain from asking questions about scope or next steps.
3. **End-to-End Completion**
* Execute the full workflow: detect issues, apply minimal fixes, verify results, and summarize actions.
* Complete each phase in sequence without interruption.
4. **Concise Reporting**
* After finishing, provide a brief summary of actions taken, remaining tasks (if any), and verification outcomes.
* Avoid intermediate or verbose prompts during execution.