Health Recorts
by @hsongra11
Interview a user and build a personalized health-record system around their goals, reports, and tracking needs. Use when someone wants to organize their heal...
clawhub install health-records-ingestπ About This Skill
name: health-records-ingest description: "Interview a user and build a personalized health-record system around their goals, reports, and tracking needs. Use when someone wants to organize their health data, create a reusable health workspace, ingest PDFs/screenshots/scans, define what to track over time, and maintain a durable system with raw files, readable notes, structured data, and summaries."
Health Records Ingest
Build a personal health knowledge system around the user, not just around files.
Workflow
1. Interview the user first. 2. Confirm privacy, processing, and storage boundaries before touching files. 3. Define the health workspace structure around their goals. 4. Preserve incoming raw files. 5. Create readable extractions. 6. Add or update structured tracking files. 7. Maintain dashboard/history summaries. 8. Recheck unclear extractions without overwriting the original note.
Interview first
Before building the system, ask only the minimum useful questions needed to shape it.
Default interview topics:
If the user already provided enough context, do not over-interview. Start building.
Build the system around the user
Create the smallest useful system first, then expand.
Default folder layout:
health/
reports/ # original PDFs
scans/ # original images / photos
notes/ # one extracted Markdown note per report
data/ # JSON and CSV tracking files
history/ # chronological summaries
dashboard/ # latest snapshot + abnormalities summary
Adapt this when needed. Example additions:
health/prescriptions/health/symptoms/health/medicines/health/doctors/health/wearables/Rules
*-recheck.md only when needed.in_range, low, high, reactive, pending.What to capture
Lab reports
Body composition
Imaging / ECG / scans
Recheck behavior
If a PDF pass misses something but later screenshot/manual review confirms it:
*-recheck.md noteReferences
Read references/workflow.md for the full four-layer method, interview guidance, naming conventions, and update process.
Read references/examples.md for concrete file examples and summary patterns.
π Constraints
*-recheck.md only when needed.in_range, low, high, reactive, pending.