Advanced Workflows
This page covers the user-facing features that are powerful, real, and worth using, but not part of the first-day path for most people.
Detailed pages:
- Task Modes
- Mission Panel
- Team Runs
- Worktrees
- Autopilot
- Memory
- Notepads And Skills
- Sharing
- Updates And Uninstall
Missions
The Mission panel lives inside Work.
Use it to create a named goal with milestones and then run it over time.
Core commands:
/mission/mission create/mission start/mission pause/mission resume
/mission create expects:
/mission create Title :: Goal :: Milestone | Milestone | MilestoneIf you omit milestones, Grok Code falls back to:
PlanImplementVerify
Important limit:
- mission features only become useful when the runtime store is attached and the session is persisted
Team Runs
Use:
/teamor:
/team <worker-count> <task>What it is for:
- coordinated sub-agent work inside the product
- splitting a larger task into specialist lanes
What to expect:
- the workflow asks how many workers to use, then asks for the task
- team state is saved in the runtime store
- the CLI
grok teams ...commands let you inspect or delete persisted teams later
Use /teams-config when you want team defaults or member overrides.
Autopilot
Use:
/autopilotWhat it does:
- starts or inspects a persisted background run
- keeps its own runtime state
- can stage patches, evidence packs, and checkpoints
Important caveats:
- autopilot is not “set and forget”
- it can pause for approval
- it can stop because a separate worktree is unavailable
- it can wait for permission to use the current workspace
Treat it as a supervised background workflow, not as a magic unattended mode.
Worktrees
Use:
/worktree/worktree create/worktree list/worktree merge/worktree remove
What Grok Code does:
- creates worktrees under
.grok/worktrees/ - creates branches named
worktree- - ignores those worktrees in Git by updating
.gitignore
Important limit:
- worktrees only apply inside a git repository
Memory
Use:
/memory/memory toggle/memory clear/memory
What it shows:
- whether auto-memory is on
- topic count
- memory packs
- import tree and diagnostics
What to expect:
- memory is mostly an inspector until you have actual saved topics or imported packs
- clearing memory removes project memory for the current workspace
Notepads
Use:
/notepadNotepads live under:
.grok/notepads/<plan-name>/Each notepad keeps:
learnings.mddecisions.mdissues.md
Learned Skills
Use:
/learn/learngrok skills
What to expect:
/learnlists current workspace skills/learncreates a template file under.grok/skills/- the created file is only a template until you edit it
Sharing
Use:
/shareTwo possible outcomes:
- cloud upload when
CF_ACCOUNT_IDandCF_API_TOKENare present - local Markdown file saved in the project directory when cloud sharing is not configured
This is a user-facing behavior, not a separate infrastructure workflow you need to learn.
Features That Exist But Should Not Be Your First Move
/voice: currently unavailable in the xAI-only build/reload: useful when extension resources look stale/subagent-config: only useful if you care about per-role model overrides/plan: helpful if you actively use plan mode and saved plans
These are real features, but most users do not need them on day one.