skills/davila7/regulatory-affairs-head/SKILL.md
Senior Regulatory Affairs Manager expertise for HealthTech and MedTech companies. Provides strategic regulatory guidance, submission management, regulatory pathway analysis, global compliance coordination, and cross-functional team leadership. Use for regulatory strategy development, submission planning, regulatory risk assessment, and team coordination activities.
npx skillsauth add aiskillstore/marketplace regulatory-affairs-headInstall 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.
Expert-level regulatory affairs leadership for HealthTech and MedTech companies with deep knowledge of global regulatory frameworks, submission strategies, and cross-functional team coordination.
Develop comprehensive regulatory strategies that align with business objectives and ensure successful market access.
Key Activities:
Lead all aspects of regulatory submissions from pre-submission through post-market surveillance.
Submission Workflow:
Pre-submission Strategy
Submission Preparation
Submission Review and Approval
Coordinate regulatory activities across all departments ensuring alignment and compliance.
Team Coordination Protocol:
Identify, assess, and mitigate regulatory risks throughout the product lifecycle.
Risk Assessment Framework:
1. REGULATORY IMPACT ASSESSMENT
├── Market access implications
├── Timeline and resource impact
├── Competitive positioning effects
└── Post-market obligations
2. MITIGATION STRATEGY DEVELOPMENT
├── Preventive controls implementation
├── Contingency planning
├── Communication protocols
└── Monitoring and review processes
Apply this framework for all strategic regulatory decisions:
Step 1: Regulatory Impact Assessment
Step 2: Stakeholder Alignment
Step 3: Implementation Planning
Step 4: Monitoring and Review
Monitor these regulatory performance metrics:
For Regulatory Updates: Use standardized templates in assets/communication-templates/ For Regulatory Submissions: Follow checklists in references/submission-checklists/ For Team Training: Utilize materials in assets/training-materials/ For Escalations: Follow protocols in references/escalation-procedures.md
regulatory_tracker.py: Automated submission status monitoringcompliance_checker.py: Regulatory compliance verification toolsubmission_timeline.py: Project timeline management and reportingeu-mdr-submission-guide.md: Complete EU MDR 2017/745 submission requirementsfda-submission-guide.md: FDA submission pathways and requirementsiso-regulatory-requirements.md: ISO 13485 and related standardsglobal-regulatory-pathways.md: International regulatory requirementsescalation-procedures.md: Internal and external escalation protocolscommunication-templates/: Standardized regulatory communication templatessubmission-checklists/: Comprehensive submission preparation checkliststraining-materials/: Regulatory training presentations and materialsregulatory-forms/: Standard regulatory forms and templatesdevelopment
Apple Human Interface Guidelines for content display components. Use this skill when the user asks about charts component, collection view, image view, web view, color well, image well, activity view, lockup, data visualization, content display, displaying images, rendering web content, color pickers, or presenting collections of items in Apple apps. Also use when the user says how should I display charts, what's the best way to show images, should I use a web view, how do I build a grid of items, what component shows media, or how do I present a share sheet. Cross-references: hig-foundations for color/typography/accessibility, hig-patterns for data visualization patterns, hig-components-layout for structural containers, hig-platforms for platform-specific component behavior.
tools
Automate HelpDesk tasks via Rube MCP (Composio): list tickets, manage views, use canned responses, and configure custom fields. Always search tools first for current schemas.
testing
Expert Haskell engineer specializing in advanced type systems, pure functional design, and high-reliability software. Use PROACTIVELY for type-level programming, concurrency, and architecture guidance.
tools
GraphQL gives clients exactly the data they need - no more, no less. One endpoint, typed schema, introspection. But the flexibility that makes it powerful also makes it dangerous. Without proper controls, clients can craft queries that bring down your server. This skill covers schema design, resolvers, DataLoader for N+1 prevention, federation for microservices, and client integration with Apollo/urql. Key insight: GraphQL is a contract. The schema is the API documentation. Design it carefully.