원클릭으로
sb-open-loops
Review all open loops (TODO / OPENLOOP markers) in the vault and help resolve them.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Review all open loops (TODO / OPENLOOP markers) in the vault and help resolve them.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Process a meeting transcript to extract action items (with owners and due dates), risks, follow-up questions, and a concise summary. Optionally record decisions and ingest the output into the vault.
Search and synthesize knowledge from SecondBrain vault. Use when the user asks about their projects, past decisions, meetings, people, goals, or anything that might be in their personal knowledge base. Triggers on questions like "what do I know about X", "find notes on Y", "what did we decide about Z", "remind me about", "what's the status of".
Answer data and analytics questions using SecondBrain DataAgent — SQL execution, workflow runs, and LLM synthesis over the knowledge database. Use for questions about metrics, counts, trends, comparisons, or anything that sounds like "how many", "show me the data", "analyse", "what are the trends in".
Extract decisions from a markdown file and help record them in the SecondBrain decision catalog with proper namespace keys.
Answer a research question using closed-corpus grounded reasoning with evidence chains and citations. Use for deep research questions that need traceable evidence, cross-document synthesis, or when the user asks to "research", "investigate", or "dig into" something thoroughly.
Ingest a file or directory into SecondBrain vault — parse, chunk, embed, and index it for future retrieval. Use when the user wants to add content to their knowledge base.
| 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 *) |
.venv/bin/sb open-loops 2>/dev/null | head -100
/sb-decision-extract)?.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.