Skip to content

Commit 63df8b3

Browse files
authored
Merge pull request #13 from Factory-AI/fix/mission-mode-guidance
Add mission mode guidance: invoke planning skills before experiment loop
2 parents f53c7ac + 8e7e679 commit 63df8b3

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)