بنقرة واحدة
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.