원클릭으로
compute-lifecycle
Compute lifecycle scores for all insight and framework notes - detect which notes are crystallizing or becoming generative
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Compute lifecycle scores for all insight and framework notes - detect which notes are crystallizing or becoming generative
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
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 | compute-lifecycle |
| description | Compute lifecycle scores for all insight and framework notes - detect which notes are crystallizing or becoming generative |
| allowed-tools | ["Bash","Read"] |
| user-invocable | true |
| automation | gated |
Computes lifecycle scores (0.0 reflective -> 1.0 generative) for all insight and framework notes based on behavioral signals: citation frequency, generative ratio, cross-domain reach, and temporal acceleration.
| Source | Location | Read | Write | Description |
|---|---|---|---|---|
| Enrichments | resources/brain-graph/data/graph_enrichments.json | ✓ | ✓ | Updated lifecycle scores |
| LBS Graph | resources/local-brain-search/data/brain_graph.pkl | ✓ | NetworkX graph | |
| Brain files | Brain/**/*.md | ✓ | File mtimes for temporal signals |
cd $PROJECT_ROOT/resources/brain-graph
../local-brain-search/venv/bin/python cli.py lifecycle
For JSON output:
../local-brain-search/venv/bin/python cli.py lifecycle --json
Focus on notes that crossed phase boundaries:
For promotable notes, suggest:
| Score Range | Phase | Meaning |
|---|---|---|
| 0.0 - 0.3 | Reflective | Tracks sources, sources win on conflict |
| 0.3 - 0.6 | Crystallizing | Generating own connections, authority contested |
| 0.6 - 1.0 | Generative | Drives downstream notes, this note wins on conflict |