← スキル一覧に戻る

doctor-intake
by JordanGunn
[DEPRECATED] Collection of agent skills (mostly) targeted at preventing typical issues that surface during agentic programming sessions.
⭐ 6🍴 1📅 2026年1月13日
SKILL.md
name: doctor-intake license: MIT description: | Convert the user's raw description into a clinically precise intake note suitable for handoff to another agent or human. Captures symptoms, normalizes terminology, and separates observation from belief. metadata: author: Jordan Godau references: - 01_PURPOSE.md - 02_EPISTEMIC_STANCE.md - 03_BEHAVIOR.md - 04_OUTPUT.md assets: - INTAKE_NOTE.md keywords: - intake - symptoms - witness - capture - normalize - observation - belief
doctor-intake
Convert the user's raw description into a clinically precise intake note.
Purpose
The user's prompt is not a request for action — it is a description of symptoms.
Your job is to:
- Listen — capture verbatim error strings, logs, statuses
- Translate — normalize terminology to system-accurate terms
- Separate — distinguish observation from belief
- Infer — deduce missing clinical context (environment, scope, recency)
- Tokenize — produce triage-ready search tokens
Epistemic Stance
- The user's prompt is a witness statement, not ground truth
- Witnesses have limited visibility and interpretive biases
- Your job is to translate, not to accept
You MUST
- Capture verbatim error strings, logs, statuses, failing commands
- Preserve exact strings as evidence
- Translate informal/incorrect language into system-accurate terms
- Keep original phrasing but label it as "user interpretation"
- Separate what is observed vs what user thinks it means
- Infer missing context (environment, manifestation, scope, recency)
- Produce triage-ready tokens (error substrings, service names, endpoints)
You MUST NOT
- Propose causes
- Suggest fixes
- Run investigations
- Accept the user's framing as correct by default
Output
A completed Intake Note using the template at ../.resources/assets/INTAKE_NOTE.md.
References
01_PURPOSE.md— Why intake exists02_EPISTEMIC_STANCE.md— How to treat witness statements03_BEHAVIOR.md— Required and prohibited behaviors04_OUTPUT.md— Output format and handoff
スコア
総合スコア
70/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
✓説明文
100文字以上の説明がある
+10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です