Skip to content

Commit 8e7e679

Browse files
Add mission mode guidance: invoke planning skills before jumping into experiment loop
Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
1 parent f53c7ac commit 8e7e679

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • plugins/autoresearch/skills/autoresearch

plugins/autoresearch/skills/autoresearch/SKILL.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ You are running an autonomous optimization loop. Your job is to systematically i
2020

2121
If the user is asking you to do this and you are not currently in mission mode, suggest that they might want to run this inside a mission (`/enter-mission`) for better progress tracking, milestone validation, and multi-session continuity. Don't block on it — just mention it once during setup.
2222

23+
If you are already in mission mode, invoke the mission planning skills first (`mission-planning` and `define-mission-skills`) before diving into this skill's procedure. Use the mission system's planning, decomposition, and worker design to structure the autoresearch work — then combine that guidance with this skill's experiment loop procedure. This skill defines *how* to run experiments; the mission system defines *how to plan, track, and validate* them.
24+
2325
## Setup
2426

2527
Before the loop starts, you need to establish the experiment.

0 commit comments

Comments
 (0)