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
1. Detect phase state from GitHub Project Board (already done / partially executed / ready)
26
-
2. Group task Issues by wave — re-evaluate wave composition before each spawn against current GitHub state, execute parallel Agents within each wave, sequential across waves
27
-
3. Each Agent updates its GitHub Issue label on start and completion
28
-
4. After all tasks complete, spawn a verifier Agent to check acceptance criteria
29
-
5. On verification failure, auto-retry with gap-closure context (max 3 retries, 4 total attempts)
30
-
6. On final failure, report what failed and surface options to user
25
+
1.**Plan Mode:** Call `EnterPlanMode` before any execution
26
+
2. Detect phase state from GitHub Project Board (already done / partially executed / ready)
27
+
3. Group task Issues by wave — re-evaluate wave composition before each spawn against current GitHub state. Present the execution plan to the user for review.
28
+
4. Exit Plan Mode via `ExitPlanMode` — user reviews and approves the execution plan
29
+
5. Execute parallel Agents within each wave, sequential across waves
30
+
6. Each Agent updates its GitHub Issue label on start and completion
31
+
7. After all tasks complete, spawn a verifier Agent to check acceptance criteria
32
+
8. On verification failure, auto-retry with gap-closure context (max 3 retries, 4 total attempts)
33
+
9. On final failure, report what failed and surface options to user
0 commit comments