name: 'regulatory-drafter'
description: 'Automates the drafting of regulatory documents (e.g., FDA CTD sections) with citation management and audit trails.'
measurable_outcome: Execute skill workflow successfully with valid output within 15 minutes.
allowed-tools:
- read_file
- run_shell_command
Regulatory Drafter Skill
This skill assists regulatory affairs professionals by automatically generating sections of the Common Technical Document (CTD) from raw data and literature. It focuses on accuracy, traceability, and adherence to FDA/EMA guidelines.
1---2name: regulatory-drafter3description: <!--4---5<!--6# COPYRIGHT NOTICE7# This file is part of the "Universal Biomedical Skills" project.8# Copyright (c) 2026 MD BABU MIA, PhD <md.babu.mia@mssm.edu>9# All Rights Reserved.10#11# This code is proprietary and confidential.12# Unauthorized copying of this file, via any medium is strictly prohibited.13#14# Provenance: Authenticated by MD BABU MIA1516-->1718---19name: 'regulatory-drafter'20description: 'Automates the drafting of regulatory documents (e.g., FDA CTD sections) with citation management and audit trails.'21measurable_outcome: Execute skill workflow successfully with valid output within 15 minutes.22allowed-tools:23 - read_file24 - run_shell_command25---262728# Regulatory Drafter Skill2930This skill assists regulatory affairs professionals by automatically generating sections of the Common Technical Document (CTD) from raw data and literature. It focuses on accuracy, traceability, and adherence to FDA/EMA guidelines.3132## When to Use This Skill3334* **Drafting CTD Sections**: Automatically generate Module 2.4 (Nonclinical Overview) or Module 2.5 (Clinical Overview).35* **Citation Management**: When you need to synthesize multiple PDFs into a coherent narrative with inline citations.36* **Audit Trails**: When every claim must be traceable back to a source document.3738## Core Capabilities39401. **Document Synthesis**: Ingests clinical study reports (CSRs) and literature to write narrative text.412. **Citation Linking**: Inserts hyperlinks or references to the source material.423. **Style Compliance**: Adheres to eCTD formatting standards.4344## Workflow45461. **Ingest Data**: Point the agent to a folder of source PDFs/Data.472. **Draft**: Run the drafter with a specific section target (e.g., "Nonclinical Overview").483. **Review**: The agent outputs a Markdown/Word draft with annotations.4950## Example Usage5152**User**: "Draft the Nonclinical Overview based on the toxicology reports in ./data/tox."5354**Agent Action**:55```bash56python3 Skills/Anthropic_Health_Stack/regulatory_drafter.py --input "./data/tox" --section "2.4"57```585960<!-- AUTHOR_SIGNATURE: 9a7f3c2e-MD-BABU-MIA-2026-MSSM-SECURE -->
Run npx skillmds@latest add biotender-max/regulatory-drafter in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
<!-- It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
BioTender-max (@biotender-max) published this skill. Their other Agent Skills are listed on their SkillMD profile.