一键导入
advise
Solve problems using knowledge base insights - extracts search terms, runs parallel KB queries, synthesizes advice grounded in your own frameworks
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Solve problems using knowledge base insights - extracts search terms, runs parallel KB queries, synthesizes advice grounded in your own frameworks
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Autonomous AI crystallization - synthesizes converged thinking topics into ai-inferred notes in a dedicated folder. Never touches the human-curated permanent knowledge base and never changes a topic's status, so manual crystallization stays available to the user.
Analyze knowledge base structure and update the knowledge-base-analysis.md report
Discover non-obvious cross-domain connections through random sampling and pattern analysis
Run a full coherence sweep across the Brain Dependency Graph - computes staleness, lifecycle transitions, structural health, and generates a report
Compute lifecycle scores for all insight and framework notes - detect which notes are crystallizing or becoming generative
Create long-form articles from knowledge base insights. Use when writing articles, blog posts, Substack content, or synthesizing knowledge into publishable content. Includes tone of voice, structure templates, and knowledge base integration.
| name | advise |
| description | Solve problems using knowledge base insights - extracts search terms, runs parallel KB queries, synthesizes advice grounded in your own frameworks |
| argument-hint | <describe your problem or question in natural language> |
| allowed-tools | ["Bash","Read"] |
| user-invocable | true |
Help solve problems by grounding advice in your accumulated knowledge and frameworks.
Turn natural language problems into KB-grounded advice. Fast path: no subagents, no changelogs, no multi-layer expansion.
$ARGUMENTS
From the problem description, identify 3-4 keyword clusters that would match relevant KB content:
Example:
decision making tradeoffs, explore exploit, focus prioritization, opportunity costRun 3-4 searches in parallel (single message, multiple Bash calls):
resources/local-brain-search/run_search.sh "search term 1" --limit 3 --json
resources/local-brain-search/run_search.sh "search term 2" --limit 3 --json
resources/local-brain-search/run_search.sh "search term 3" --limit 3 --json
From the search results, read 2-3 of the most relevant note files in parallel:
# Use Read tool on the top-scoring, most relevant files
For any top result that looks like a framework or key insight, check its BDG context:
resources/brain-graph/run_brain_graph.sh inspect "Top Result Name" --json
This reveals: lifecycle phase (is it generative?), staleness (is it still fresh?), and typed edges (what does it drive?). Prioritize generative frameworks over reflective notes. Warn if citing a stale note.
Combine the retrieved insights to address the original problem:
## [Problem summary - one line]
**Relevant frameworks from your KB:**
- [[Note 1]] - [how it applies]
- [[Note 2]] - [how it applies]
- [[Note 3]] - [how it applies]
**My take (grounded in your insights):**
[2-4 paragraphs synthesizing advice, citing notes, applying frameworks to the specific problem]
**Key tradeoffs to consider:**
- [Tradeoff 1]
- [Tradeoff 2]
**Bottom line:** [One clear recommendation or framing]