rai mission
Manage RaiSE missions — bounded work containers that group epics and stories under a shared strategic objective. An active mission scopes session context, signal routing, and memory retrieval to the relevant work.
rai mission new¶
Create a new mission with a name and objective.
| Flag | Short | Description |
|---|---|---|
--name |
-n |
Mission name (required) |
--objective |
-o |
One-line objective statement |
rai mission list¶
List all missions — active, paused, and completed.
rai mission switch¶
Switch the active mission. Session context, graph queries, and signal routing will scope to the selected mission.
| Argument | Description |
|---|---|
MISSION_ID |
Mission ID or name to activate (required) |
rai mission deactivate¶
Deactivate the current mission without closing it. The mission remains resumable.
rai mission accomplish¶
Mark an objective within the current mission as accomplished.
| Argument | Description |
|---|---|
OBJECTIVE |
Objective text or ID to mark done (required) |
rai mission attach¶
Attach an epic or story to the current mission, linking it to the mission's objective tree.
| Argument | Description |
|---|---|
WORK_ID |
Epic or story ID to attach (e.g., E4835, RAISE-1234) (required) |
rai mission close¶
Close the active mission. Records a completion summary and deactivates the mission.
| Flag | Short | Description |
|---|---|---|
--summary |
-s |
Completion summary |
rai mission abandon¶
Abandon the active mission without completing it. Records a reason for the abandonment.
| Flag | Short | Description |
|---|---|---|
--reason |
-r |
Reason for abandonment |
rai mission show¶
Show details for the active mission or a specific mission by ID.
| Argument | Description |
|---|---|
MISSION_ID |
Mission ID or name (optional — defaults to active mission) |
rai mission scratch¶
Open the mission scratchpad — a free-form notes area for the current mission.
rai mission refresh¶
Refresh mission context from the backlog adapter — re-reads linked epic and story states and updates the mission's progress snapshot.
See also: rai session, rai worktree, rai signal