원클릭으로
get-perspective-on
Extract the user's perspective on a topic (called by a content agent or user)
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Extract the user's perspective on a topic (called by a content agent or user)
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 | get-perspective-on |
| description | Extract the user's perspective on a topic (called by a content agent or user) |
Extract the user's unique perspective on a topic from the knowledge base. Returns brief, focused insights (not full article). Can be called directly by user or via content agent in headless mode.
/get-perspective-on <topic or question>
/get-perspective-on AI agent adoption barriers
/get-perspective-on Why do companies resist AI?
/get-perspective-on How dopamine relates to social media
/get-perspective-on What's contrarian about my AI views?
Search Knowledge Base
Synthesize Perspective
Return Response
🧠 the user's Perspective: [Topic]
[1-3 paragraphs synthesizing unique insights from permanent notes]
Key insights:
- [Insight 1 from [[Note A]]]
- [Insight 2 from [[Note B]]]
- [Insight 3 connecting [[Note C]] and [[Note D]]]
Why this matters:
[Brief explanation of significance or application]
📝 Cited Notes:
- [[Note Title 1]]
- [[Note Title 2]]
- [[Note Title 3]]
When a content agent calls via headless mode:
cd $PROJECT_ROOT
claude -p "/get-perspective-on 'AI adoption barriers'" --output-format json
a content agent receives:
{
"result": "[Perspective text with citations]",
"total_cost_usd": 0.34
}
Good perspective: ✅ Cites 3-5 specific permanent notes ✅ Highlights contrarian or non-obvious angles ✅ Connects to broader themes ✅ Includes concrete examples ✅ Authentic your voice
Weak perspective (regenerate): ❌ Generic AI knowledge ❌ No specific note citations ❌ Surface-level analysis ❌ Lacks unique angles
| Source | Location | Read | Write | Description |
|---|---|---|---|---|
| Brain notes | Brain/**/*.md | X | Permanent notes for perspective synthesis | |
| AI Insights | Brain/AI Extracted Notes/ | X | AI-extracted unique perspectives | |
| Document Insights | Brain/Document Insights/ | X | Research-based insights | |
| Local Brain Search | resources/local-brain-search/ | X | Semantic search for relevance |