ワンクリックで
advisor-intake
Emotional intake and CBT-guided self-reflection for users expressing stress, anxiety, or career confusion.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Emotional intake and CBT-guided self-reflection for users expressing stress, anxiety, or career confusion.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Parse and persist job postings into structured job cards with LLM-extracted features. Scoring uses features; ranking uses /compare-jobs.
Summarize and archive substantive advisor sessions into structured archive files.
Extract, classify, and persist stable long-term memory from substantive sessions.
| name | advisor-intake |
| description | Emotional intake and CBT-guided self-reflection for users expressing stress, anxiety, or career confusion. |
| triggers | User expresses stress, anxiety, career confusion, emotional distress, or requests emotional support. |
User expresses any of: stress, anxiety, career confusion, emotional distress, burnout, relationship strain, health worries, financial pressure, or directly requests emotional support / someone to talk to.
Safety check — Assess for self-harm, suicidal ideation, or acute crisis signals. If detected, immediately activate crisis protocol per safety.md constraints. Do not proceed with intake.
Emotional calibration — Ask the user to rate their current emotional intensity on a 1-10 scale. If they decline, infer from language cues and note it as observed (not self-reported).
Stress source identification — Identify primary and secondary stress domains:
CBT mainline — Guide a cognitive behavioral self-reflection cycle:
Generate review checkpoint — Summarize:
Save intake note — Write structured output to advisor_data/archives/{YYYY-MM-DD}/intake_{session_id}.md.
Save to advisor_data/archives/{date}/intake_{session_id}.md:
# 情绪摄入记录 {session_id}
**日期:** {date}
**情绪强度:** {1-10} ({self-reported | observed})
**压力源:** {primary} / {secondary}
## 认知行为记录
- **诱发事件:** {event}
- **自动思维:** {automatic thought}
- **支持证据:** {for}
- **反对证据:** {against}
- **认知重构:** {reframe}
## 当前状态总结
{summary}
## 行动项
- {action items}
## 待跟进
- {open questions}