一键导入
sb-decision-extract
Extract decisions from a markdown file and help record them in the SecondBrain decision catalog with proper namespace keys.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Extract decisions from a markdown file and help record them in the SecondBrain decision catalog with proper namespace keys.
用 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".
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.
Review all open loops (TODO / OPENLOOP markers) in the vault and help resolve them.
| name | sb-decision-extract |
| description | Extract decisions from a markdown file and help record them in the SecondBrain decision catalog with proper namespace keys. |
| context | fork |
| agent | Explore |
| allowed-tools | Read Bash(.venv/bin/sb decision-extract *) Bash(.venv/bin/sb decisions *) |
| argument-hint | <file-or-text> |
Extract and catalog decisions from the given file or text.
$ARGUMENTS
Read the source — if $ARGUMENTS is a file path, read it. Otherwise treat the argument
as inline text.
Run extraction:
.venv/bin/sb decision-extract "$ARGUMENTS" 2>/dev/null
For each extracted decision:
a.b.c format using these registered namespaces:
travel.*, support.*, mkt.*, platform.*, kernel.*, meeting.*If confirmed, emit to catalog:
.venv/bin/sb decisions emit "<key>" "<title>"
platform.auth.provider, meeting.q2.offsite