ost

Installation
SKILL.md

OST

Run a full Opportunity Solution Tree workflow from a single skill, backed by a lightweight graph database and CLI.

Entry Flow (Minimize File Loading)

Goal: Start a session, pick a workspace, and select or create an outcome.

  1. Ensure DB exists
  • If .agr/ost.db is missing, initialize it:
    • uv run python scripts/ost.py init --path .agr/ost.db
  1. Select workspace
  • List workspaces:
    • uv run python scripts/ost.py workspace list
  • If needed, create one:
    • uv run python scripts/ost.py workspace create \"<name>\"
Installs
13
GitHub Stars
416
First Seen
Feb 3, 2026
ost — kasperjunge/agent-resources