protocol-drafting
SkillDocs & knowledgeDraft clinical trial protocol sections grounded in ICH guidelines and FDA regulations, starting from a grant document or study synopsis. Generates Objectives, Background & Rationale, Study Design, and assembles them into a cohesive protocol document. Use when asked to 'draft a clinical trial protocol', 'write protocol objectives from this grant', 'generate a study design section', 'create a protocol from my synopsis', 'draft IND protocol sections', or any request to produce ICH/FDA-compliant protocol text from research source documents.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the protocol-drafting skill
What this skill tells your AI
The instructions your AI receives, as published by amazon-quick/amazon-quick-official-catalog in skills/healthcare/protocol-drafting/SKILL.md and read by ahel’s review.
Overview
Drafts clinical trial protocol sections from a user-provided grant document or study synopsis. Produces four protocol sections in sequence (Objectives, Background & Rationale, Study Design, Assembly), each grounded in ICH guidelines and FDA regulations retrieved via MCP tools. Works interactively: presents each section for user review and approval before proceeding. Flags data gaps and inconsistencies rather than fabricating content. The final deliverable is an assembled protocol document ready for PI and IRB review.
Prerequisites
This skill requires two MCP servers connected to Amazon Quick as remotely hosted MCP servers before use:
- fda-ecfr - Retrieves 21 CFR regulatory text from the public FDA eCFR API. Source: https://github.com/aws-samples/amazon-bedrock-agents-healthcare-lifesciences/tree/main/mcp-servers/agentcore-gateway/fda-ecfr
- awslabs.bedrock-kb-retrieval-mcp-server - Queries ICH guideline content (E6, E8, E9) via an Amazon Bedrock Knowledge Base. Source: https://github.com/awslabs/mcp/tree/main/src/bedrock-kb-retrieval-mcp-server
Without these MCP servers, the skill cannot retrieve authoritative regulatory text and will not function.
<Definition - ICH E6(R2)> Good Clinical Practice: Integrated Addendum. The international ethical and scientific quality standard for designing, conducting, recording, and reporting trials involving human subjects. Section 6 specifies protocol content requirements. </Definition - ICH E6(R2)>
<Definition - ICH E8(R1)> General Considerations for Clinical Studies. Provides a framework for quality-by-design in clinical development, including study design rationale and protocol planning. </Definition - ICH E8(R1)>
<Definition - ICH E9> Statistical Principles for Clinical Trials. Covers randomization, blinding, sample size justification, control group selection, and analysis populations. </Definition - ICH E9>
<Definition - 21 CFR Part 312> FDA regulation governing Investigational New Drug Applications (IND). Section 312.23(a)(6) specifies required protocol content for IND submissions, including objectives, design, endpoints, and statistical methods. </Definition - 21 CFR Part 312>
<Definition - Protocol Section Set> The four deliverable sections this skill produces in sequence:
- Objectives (primary, secondary, exploratory, with endpoint mapping)
- Background & Rationale (disease overview, unmet need, agent summary, preclinical/clinical evidence, study rationale)
- Study Design (overall design, treatment arms, schema, randomization, sample size, duration)
- Assembly (title page, TOC, cross-references, consistency harmonization) </Definition - Protocol Section Set>
<Definition - Source Document> The user-provided grant document or study synopsis from which protocol content is extracted. May be PDF, DOCX, or plain text. Contains specific aims, endpoints, preliminary data, population, design parameters, and dosing information. </Definition - Source Document>
Workflow
<Workflow - Intake and Objectives description="Read the source document, extract study parameters, and draft the Objectives section." tools=[file_read, file_read_pdf, file_read_docx, awslabs.bedrock-kb-retrieval-mcp-server] triggers=["when the user provides a grant or synopsis", "draft protocol objectives", "start protocol drafting"]>
-
[Ask user] Request the source document (grant or study synopsis). Accept a file path or uploaded document.
-
[Agent] Read the source document using the appropriate tool (file_read_pdf for PDF, file_read_docx for DOCX, file_read for plain text). Extract:
- Specific aims
- Primary endpoint
- Secondary endpoints
- Exploratory endpoints (if any)
- Study phase
- Therapeutic area Print a summary of extracted parameters and confirm with the user.
-
[Ask user] Confirm extracted parameters are correct. If the user identifies errors or gaps, re-extract or ask for clarification.
-
[Agent] Query the ICH Guidelines MCP (awslabs.bedrock-kb-retrieval-mcp-server) for ICH E6(R2) Section 6 guidance on how protocol objectives should be stated, including the distinction between primary and secondary objectives.
-
[Agent] Draft the Objectives section with the following structure:
- Primary Objective (linked to the primary endpoint)
- Secondary Objectives (linked to each secondary endpoint)
- Exploratory Objectives (if any are implied by the grant aims) Each objective: clear, measurable, single-sentence statement following ICH conventions. Map each objective to its corresponding endpoint.
-
[Ask user] Present the Objectives section for review. Do not proceed until the user approves or requests changes. Iterate if needed.
</Workflow - Intake and Objectives>
<Workflow - Background and Rationale description="Draft the Background and Rationale section from the source document and regulatory guidance." tools=[file_read, file_read_pdf, file_read_docx, awslabs.bedrock-kb-retrieval-mcp-server, fda-ecfr] triggers=["when Objectives are approved", "draft background section", "write protocol rationale"]>
-
[Agent] Extract from the source document:
- Disease context and epidemiology
- Preliminary data (preclinical and clinical results)
- Unmet medical need
- Scientific rationale for the investigational agent
- Mechanism of action and selectivity profile
-
[Agent] Query FDA eCFR MCP (fda-ecfr) for 21 CFR Part 312.23(a)(6) requirements on nonclinical and clinical background information for an IND protocol.
-
[Agent] Query ICH Guidelines MCP (awslabs.bedrock-kb-retrieval-mcp-server) for:
- ICH E6(R2) Section 6 on protocol background section requirements
- ICH E8(R1) guidance on contextualizing the study within existing evidence
-
[Agent] Draft the Background & Rationale section with the following structure:
- Disease Overview (epidemiology, molecular subtype prevalence, current standard of care)
- Unmet Medical Need (limitations of existing therapies)
- Investigational Agent Summary (mechanism of action, selectivity profile)
- Relevant Nonclinical Findings (IC50 data, selectivity over wild-type, as available)
- Clinical Experience to Date (prior phase results, RP2D, preliminary efficacy/safety)
- Study Rationale (why this agent, this population, this design)
Tone: scientific, appropriate for IRB submission. Cite source document preliminary data where applicable. Flag any subsections where the source document lacks sufficient data.
-
[Ask user] Present the Background & Rationale section for review. Do not proceed until the user approves or requests changes. Iterate if needed.
</Workflow - Background and Rationale>
<Workflow - Study Design description="Draft the Study Design section including arms, randomization, sample size, and schema." tools=[file_read, file_read_pdf, file_read_docx, awslabs.bedrock-kb-retrieval-mcp-server, fda-ecfr] triggers=["when Background and Rationale is approved", "draft study design section", "write the design"]>
-
[Agent] Extract from the source document:
- Study design type (randomized, open-label, blinded, etc.)
- Randomization scheme and ratio
- Treatment arms and dosing regimens
- Sample size and power justification
- Study duration (enrollment, treatment, follow-up)
- Number of sites
- Target population
-
[Agent] Query ICH Guidelines MCP (awslabs.bedrock-kb-retrieval-mcp-server) for:
- ICH E8(R1) on general study design considerations
- ICH E9 on statistical design principles (randomization, blinding rationale, control group selection)
-
[Agent] Query FDA eCFR MCP (fda-ecfr) for 21 CFR Part 312.23(a)(6) requirements on protocol design elements for IND studies.
-
[Agent] Draft the Study Design section with the following structure:
- Overall Design (phase, randomization ratio, blinding/open-label justification, multicenter)
- Treatment Arms (experimental arm with dose/schedule, control arm with regimen)
- Study Schema (text-based visual flow: Screening → Randomization → Treatment → Follow-up)
- Randomization and Stratification (method, stratification factors if applicable)
- Sample Size Justification (statistical basis, power, expected effect size)
- Study Duration (enrollment period, treatment duration, follow-up period)
Flag any design parameters not specified in the source document. For sample size, if the source lacks statistical assumptions, note the gap and provide a placeholder framework the user's biostatistician can complete.
-
[Ask user] Present the Study Design section for review. Do not proceed until the user approves or requests changes. Iterate if needed.
</Workflow - Study Design>
<Workflow - Assembly description="Assemble all approved sections into a cohesive protocol document with title page, TOC, and cross-reference harmonization." tools=[file_write, open_in_session_tab, run_python] triggers=["when Study Design is approved", "assemble the protocol", "combine all sections"]>
-
[Agent] Collect the three approved sections (Objectives, Background & Rationale, Study Design) from the conversation history.
-
[Agent] Create the protocol document structure:
- Protocol Title Page (study title, PI name, funding source, protocol version, date)
- Table of Contents
- Section 1: Objectives (approved text)
- Section 2: Background & Rationale (approved text)
- Section 3: Study Design (approved text)
-
[Agent] Harmonize across sections:
- Verify consistent terminology (same terms for the same concepts throughout)
- Confirm cross-references align (endpoints in Objectives match those in Study Design)
- Ensure consistent formatting, tense, and numbering
- Do NOT alter scientific content. Only harmonize language and structure.
-
[Agent] Flag any inconsistencies found as inline reviewer comments (e.g., "[REVIEWER NOTE: Endpoint X appears in Objectives but is not addressed in Study Design. Please reconcile.]").
-
[Agent] Add the standing disclaimer: "This protocol was drafted with AI assistance and must be reviewed by qualified medical and regulatory professionals before submission to IRB or regulatory agencies."
-
[Agent] Write the assembled protocol to a Markdown file using file_write. Open it for the user with open_in_session_tab.
-
[Ask user] Present the assembled document for final review. Note any reviewer comments that require attention.
</Workflow - Assembly>
Signals
- GitHub stars
- 49
- Forks
- 2
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
protocol-drafting- Source
- github.com/amazon-quick/amazon-quick-official-catalog