fda-consultant-specialist

Guides FDA 510(k), De Novo, and PMA submissions with QSR, HIPAA, and cybersecurity compliance checks.

1|Updated Jul 13, 2026
One-click install
npx skills add https://github.com/HalseyYang/Skills-HY --skill fda-consultant-specialist-halseyyang
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fda-consultant-specialist
Source: https://github.com/HalseyYang/Skills-HY/tree/main/fda-consultant-specialist
Command: npx skills add https://github.com/HalseyYang/Skills-HY --skill fda-consultant-specialist-halseyyang

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve? Medical device teams struggle to choose the right FDA regulatory pathway, assemble compliant submissions, and maintain QSR, HIPAA, and cybersecurity obligations without dedicated regulatory consultants. ## Core Features & Use Cases - Pathway Selection & Submission Guidance: Decision frameworks comparing 510(k) Traditional/Special/Abbreviated, De Novo, and PMA with timelines, costs, and required sections per 21 CFR 807.87. - Compliance Frameworks: Detailed QSR (21 CFR 820) design controls and CAPA workflows, HIPAA Security Rule safeguard checklists, and FDA premarket/postmarket cybersecurity requirements including SBOM and threat modeling. - Tracking Scripts: Python utilities to track submission milestones and timelines, assess QSR compliance, and run HIPAA risk assessments against project documentation. - Use Case: A startup preparing a 510(k) for a connected diagnostic device uses the skill to identify a predicate, verify submission readiness, and generate the cybersecurity documentation checklist required by the 2023 premarket guidance. ## Quick Start Ask the assistant to evaluate which FDA pathway fits my device and check my project folder for missing 510(k) submission documents.

Frequently Asked Questions about fda-consultant-specialist

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I choose between 510(k), De Novo, and PMA pathways?

Choose 510(k) when a legally marketed predicate device exists and your device is substantially equivalent. Use De Novo for novel low-to-moderate risk devices without a predicate, and PMA for high-risk Class III devices. The skill provides a decision framework with timelines and costs for each pathway.

What documents are required for a 510(k) submission?

A 510(k) requires Form 3514, device description, Indications for Use (Form 3881), substantial equivalence comparison, performance testing data, labeling, and a 510(k) summary per 21 CFR 807.87. The included tracker script checks your project folder for these required documents and reports readiness percentage.

Does HIPAA apply to my medical device?

HIPAA applies when your device creates, stores, transmits, or accesses Protected Health Information, such as connected devices transmitting patient data or SaMD storing patient records. Standalone diagnostics without data transmission are generally exempt. The skill includes a full Security Rule safeguards framework.

What cybersecurity documentation does FDA require for connected devices?

FDA requires a threat model, security risk assessment, security architecture description, SBOM in CycloneDX or SPDX format, security testing results, and a vulnerability management plan. Tier 1 devices with network connectivity and potential patient harm need comprehensive penetration testing documentation.

How do I track FDA submission review timelines?

Run the fda_submission_tracker.py script against your project directory with a submission type flag. It calculates elapsed review days, projected decision dates based on FDA goals (90 days for 510(k), 150 for De Novo, 180 for PMA), and flags AI hold periods.

What are common reasons FDA refuses to accept a 510(k)?

Common RTA issues include missing user fee payment, incomplete Form 3514, no identified predicate device, and inadequate substantial equivalence comparisons. The skill's reference guide lists prevention steps for each deficiency to avoid acceptance review rejection.