| name | sb-open-loops |
| description | Review all open loops (TODO / OPENLOOP markers) in the vault and help resolve them. |
| disable-model-invocation | true |
| allowed-tools | Bash(.venv/bin/sb open-loops *) Bash(.venv/bin/sb open-loops-fix *) |
Open Loops Review
Current open loops
.venv/bin/sb open-loops 2>/dev/null | head -100
Your task
- Triage — group the loops above by domain (travel, platform, meetings, personal, etc.)
- Surface the highest priority — identify loops that are blocking or overdue
- Propose resolutions for the top 5:
- Can it be closed right now (just delete the marker)?
- Does it need a decision (offer
/sb-decision-extract)?
- Does it need a meeting action follow-up?
- Should it be delegated?
- Ask the user which loops to resolve, then run:
.venv/bin/sb open-loops-fix --pick <N,N,...>
Or to resolve all at once:
.venv/bin/sb open-loops-fix --all
Use --dry-run first if uncertain about the resolution approach.