From clone to first agent review. No dependencies, no build step.
SaMD-os is a structured working environment for teams building software medical devices. It sits upstream of your eQMS: a draft layer where you author regulatory documents and get AI pre-review feedback.
It doesn't replace your eQMS. Documents only become controlled when you export them after human review.
No npm. No pip. No Docker. Clone and open in Claude Code.
Open CLAUDE.md and fill in:
Each folder maps to a regulatory function. Each has its own
CLAUDE.md that loads context on demand.
Use the SaMD PRD skill to generate a regulatory-ready product requirements document with intended use, clinical requirements, design inputs, risk sections, and EHR integration.
Compare your output against examples/samd-prd-example.md.
All SaMD skills:
Run a reviewer on your draft. Each agent returns structured findings with severity, standards citations, and a verdict.
| Agent | Focus | Example Finding | Verdict |
|---|---|---|---|
| Regulatory | IFU, traceability | Intended use too broad | NEEDS REVISION |
| Safety | Risk controls, AFAP | No AFAP justification | ACCEPTABLE |
| QA | CAPA, audits | Missing decision records | ACCEPTABLE |
| Cybersecurity | SBOM, 524B | 47 entries no versions | CONCERN |
| Clinical | Algorithms, alarms | Threshold not cited | ACCEPTABLE |
You've completed the core loop: draft → review → fix → export.
Recommended first week:
Reverse-engineering skills:
Further reading:
| File | What you'll find |
|---|---|
examples/ |
Full reference artifacts (design controls XLSX, risk analysis XLSX, FHIR bundle JSON, SaMD PRD). Use these to benchmark your own outputs. |
docs/adoption-guide.md |
How to roll out to your team: who runs what, where it fits alongside your eQMS, cost breakdown ($5–$15/month typical), and a readiness checklist. |
docs/responsible-use.md |
What agents can and can't do, known limitations (frozen standards knowledge, no institutional memory, citation accuracy), and validation evidence. |
docs/auditor-briefing.md |
How to explain AI-assisted drafting to auditors. Covers the draft/controlled boundary, human accountability, and what to include in your QMS documentation. |