Skip to content
Script

soma focus

core by meetsoma v1.0.0
focusbootmapscontextworkflow
Tiercore
Version1.0.0
Authormeetsoma
Languagebash
Requiresbash 4+, grep, sed
SourceGitHub ↗
soma install script soma-focus

Run in a Soma session to add to your project.

curl -sO https://raw.githubusercontent.com/meetsoma/community/main/scripts/soma-focus.md

Download and copy to .soma/scripts/soma-focus.md — or view on GitHub ↗

Details

soma-focus

TL;DR

soma-focus.sh — session priming. Run before starting soma to focus the next session on a specific topic. It traces the keyword through your .soma/ workspace, scores relevance, and generates heat overrides so the right muscles, protocols, and MAPs load automatically. Use dry-run to preview without committing. Use clear between tasks.

Sets a keyword focus for the next Soma boot. When you run soma after focusing, the system prompt is primed with relevant MAPs, plans, and AMPS content matching your keyword.

Commands

  • <keyword> — Set focus for next boot.
  • show — Show current focus state.
  • clear — Remove focus.
  • dry-run <keyword> — Preview what would load without setting focus.

Usage

# Focus next session on release work
soma-focus.sh release

# Preview what "testing" would load
soma-focus.sh dry-run testing

# Check current focus
soma-focus.sh show

# Clear focus between tasks
soma-focus.sh clear

Install

soma hub install script soma-focus
View source on GitHub →