원클릭으로
auto-discovery
Discover non-obvious cross-domain connections through random sampling and pattern analysis
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Discover non-obvious cross-domain connections through random sampling and pattern analysis
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
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.
Generate explanatory diagrams and infographics that visually communicate concepts. Iterates autonomously until images are logically correct, text is clean, and the concept explanation is clear. Uses Nano Banana (Gemini 2.5 Flash Image).
| name | auto-discovery |
| description | Discover non-obvious cross-domain connections through random sampling and pattern analysis |
| automation | autonomous |
| schedule | 0 20 * * 0 |
| allowed-tools | Read, Write, Grep, Glob, Bash |
Autonomous cross-domain connection hunter. Samples notes from different thematic clusters and finds meaningful relationships that semantic similarity alone would miss.
Find non-obvious, cross-domain connections - notes with low semantic similarity (0.50-0.70) but high conceptual strength. These are the hidden patterns in the knowledge base.
| Source | Location | Read | Write | Description |
|---|---|---|---|---|
| Permanent Notes | Brain/02-Permanent/ | ✓ | Sampling source | |
| AI Extracted Notes | Brain/AI Extracted Notes/ | ✓ | Sampling source | |
| Document Insights | Brain/Document Insights/ | ✓ | Sampling source | |
| Local Brain Search | resources/local-brain-search/ | ✓ | Similarity scores, connections | |
| Session Changelogs | Brain/05-Meta/Changelogs/ | ✓ | Dated discovery log | |
| Master Changelog | Brain/CHANGELOG.md | ✓ | ✓ | Summary entry |
/refresh-index)date '+%Y-%m-%d'
Use for changelog filename.
Sample from 3-5 diverse domains using Local Brain Search:
# --no-track: autonomous weekly loop; its cross-domain samples must NOT train q-values (scope-primitive learning hygiene).
# BRAIN_READ_SCOPE=<wide>: cross-domain (non-core) sampling is this skill's PURPOSE, so it must read past
# the core fingerprint. Set it wide rather than letting it fail closed to core once enforcement is on.
# Only the learn axis is closed (--no-track); the read axis is deliberately wide.
BRAIN_READ_SCOPE=core,Books,document-insights,meta,inbox,output resources/local-brain-search/run_search.sh "dopamine" --limit 5 --no-track --json
BRAIN_READ_SCOPE=core,Books,document-insights,meta,inbox,output resources/local-brain-search/run_search.sh "uncertainty" --limit 5 --no-track --json
BRAIN_READ_SCOPE=core,Books,document-insights,meta,inbox,output resources/local-brain-search/run_search.sh "identity" --limit 5 --no-track --json
Pick seed notes from different clusters.
For each seed note (same wide read-scope - the seeds and their neighbors live across domains):
BRAIN_READ_SCOPE=core,Books,document-insights,meta,inbox,output resources/local-brain-search/run_connections.sh "Note Name" --json
Identify notes with similarity 0.50-0.70 from DIFFERENT domains.
For each cross-domain pair:
Rate conceptual strength (1-5 stars).
Target: Low semantic similarity + high conceptual strength = valuable discovery.
For each strong connection:
## CROSS-DOMAIN CONNECTION
**Node A**: [[Note X]] (Domain: Neuroscience)
**Node B**: [[Note Y]] (Domain: Economics)
**Semantic Similarity**: 0.63 (actual from search)
**Conceptual Strength**: ⭐⭐⭐⭐⭐
**The Link**: [2-3 sentences explaining WHY they connect]
**Shared Pattern**: [The underlying principle]
**Synthesis Opportunity**: [Potential new note title]
Write to Brain/05-Meta/Changelogs/CHANGELOG - Auto-Discovery Session YYYY-MM-DD.md:
## Auto-Discovery Session: YYYY-MM-DD
### Session Parameters
- Notes sampled: [N] from [X] clusters
- Domains analyzed: [list]
### Discoveries Made
**Strong Connections**: [N]
1. [[A]] ↔ [[B]] - [pattern]
**Meta-Patterns**: [N]
**Consilience Zones**: [N]
### Session Statistics
- Total notes analyzed: [N]
- Non-obvious connections (similarity < 0.70): [N]
Add brief summary to Brain/CHANGELOG.md:
## YYYY-MM-DD - Auto-Discovery Session
See: [[CHANGELOG - Auto-Discovery Session YYYY-MM-DD]]
- [N] connections discovered
- [N] meta-patterns identified
GOOD discoveries:
SKIP:
| Error | Recovery |
|---|---|
| Search returns empty | Try different seed terms |
| All high similarity | Note in changelog, try broader clusters |
| Index outdated | Run /refresh-index first |
Brain/05-Meta/Changelogs/