Saltar a contenido

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 new --name "framework-extensibility" --objective "Enable pluggable domains"

rai mission list

List all missions — active, paused, and completed.

rai mission list
rai mission list --format json

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 switch framework-extensibility

rai mission deactivate

Deactivate the current mission without closing it. The mission remains resumable.

rai mission deactivate

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 accomplish "Enable pluggable domains"

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 attach E4835
rai mission attach RAISE-1234

rai mission close

Close the active mission. Records a completion summary and deactivates the mission.

Flag Short Description
--summary -s Completion summary
rai mission close --summary "All extensibility objectives met"

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 abandon --reason "Strategy pivoted — work absorbed into new mission"

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 show
rai mission show framework-extensibility

rai mission scratch

Open the mission scratchpad — a free-form notes area for the current mission.

rai mission scratch

rai mission refresh

Refresh mission context from the backlog adapter — re-reads linked epic and story states and updates the mission's progress snapshot.

rai mission refresh

See also: rai session, rai worktree, rai signal