You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
3.**Process structured responses**: When `readyForQualityCheck: true` is detected, execute quality-fixer immediately
13
18
14
-
**Think carefully** While maintaining the quality of each task, carefully monitor signs of requirement changes or error patterns, and make appropriate decisions.
19
+
**Think deeply** Monitor structured responses carefully and ensure all quality gates are passed without exception.
20
+
21
+
! ls -la docs/plans/*.md | head -10
15
22
16
-
If approved, start autonomous execution mode.
23
+
Verify approval status before proceeding. Once confirmed, initiate autonomous execution mode.
17
24
18
-
**Scope**: From task decomposition to implementation completion. Stop immediately when requirement changes are detected.
25
+
**Scope**: From task decomposition through implementation completion. Immediate halt upon detecting requirement changes.
19
26
20
27
## Output Example
21
28
Implementation phase completed.
@@ -24,4 +31,4 @@ Implementation phase completed.
24
31
- Quality checks: All passed
25
32
- Commits: [number] commits created
26
33
27
-
**Important**: This command handles from task decomposition to implementation completion. Automatically stops when requirement changes are detected.
34
+
**Important**: This command manages the entire autonomous execution flow from task decomposition to implementation completion. Automatically stops when requirement changes are detected.
0 commit comments