soma plans
planslifecycleauditworkflowhygiene
soma install script soma-plans Run in a Soma session to add to your project.
curl -sO https://raw.githubusercontent.com/meetsoma/community/main/scripts/soma-plans.md Download and copy to .soma/scripts/soma-plans.md — or view on GitHub ↗
Details
soma-plans
TL;DR
soma-plans.sh — plan hygiene. Plans rot. This tool helps you catch it. Use status to check your active plan count (≤12 recommended). Use stale to find plans nobody's touched in a week. Use overlap to catch duplicate efforts. Run on exhale to verify plan state. When you're about to create a new plan — check here first.
Manages the plan lifecycle — lists active plans, checks for stale or completed plans, and helps with archival. Works with the plan-hygiene protocol.
Commands
status— Active plan count + budget check (≤12 recommended).scan— List all plans with status, line count, last updated.stale [--days N]— Find plans not updated in N days (default: 7).overlap— Detect plans with overlapping topics.archive <plan>— Archive a completed plan.
Usage
# Quick health check
soma-plans.sh status
# Find plans going stale
soma-plans.sh stale
# Before creating a new plan — check for overlap
soma-plans.sh overlap
Install
soma hub install script soma-plans