skills/doctor/intake/SKILL.md
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.
npx skillsauth add jordangunn/skills doctor-intakeInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Convert the user's raw description into a clinically precise intake note.
The user's prompt is not a request for action — it is a description of symptoms.
Your job is to:
A completed Intake Note using the template at ../.resources/assets/INTAKE_NOTE.md.
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 handofftesting
Validate a task by setting epistemic_state to validated. Requires explicit validation info (who/why). Computes hash and updates last_reviewed_at.
tools
Compute and display derived status for a task. Runs deterministic status computation and outputs summary of staleness, hash integrity, and eligibility.
tools
Review a task by updating last_reviewed_at timestamp. Recomputes derived status and flags any hash mismatches without changing epistemic state.
testing
Navigate to the previous task in chronological order. Returns the task ID before the specified task based on created_at timestamp.