clinical-trial-protocol

Generate clinical trial protocols for medical devices or drugs through a modular, waypoint-based architecture with research-only and full protocol modes.

5 stars

Best use case

clinical-trial-protocol is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Generate clinical trial protocols for medical devices or drugs through a modular, waypoint-based architecture with research-only and full protocol modes.

Teams using clinical-trial-protocol should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/clinical-trial-protocol/SKILL.md --create-dirs "https://raw.githubusercontent.com/vamseeachanta/workspace-hub/main/.agents/skills/science/bio-research/clinical-trial-protocol/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/clinical-trial-protocol/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How clinical-trial-protocol Compares

Feature / Agentclinical-trial-protocolStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Generate clinical trial protocols for medical devices or drugs through a modular, waypoint-based architecture with research-only and full protocol modes.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Clinical Trial Protocol

## Overview

This skill generates clinical trial protocols for **medical devices or drugs** using a **modular, waypoint-based architecture**

## Prerequisites

### 1. clinical trials MCP Server (Required)

**Installation:**
- Install via drag-and-drop `.mcpb` file into Codex Desktop
- Or configure manually in Codex Desktop settings

**Available Tools:**
`search_clinical_trials` - Search by:

condition - Disease or condition (e.g., "pancreatic cancer")
intervention - Drug, device, or treatment (e.g., "pembrolizumab", "CAR-T")
sponsor - Sponsor or collaborator name (e.g., "Pfizer", "NIH")

*See sub-skills for full details.*
### 2. FDA Database Access (Built-in)

**Purpose:** FDA regulatory pathway research via explicit database URLs

**Sources:**
- Step 1: FDA device/drug databases (510(k), PMA, De Novo, Drugs@FDA, Orange Book, Purple Book)
- All sources use direct FDA database URLs - no generic web searches
### 3. Clinical Protocol Template

**Template Files:** Any `.md` files in the `assets/` directory

**Purpose:** Reference template for protocol structure and content guidance. The system automatically detects available templates and uses them dynamically.
### 4. Python Dependencies (Required for Step 2)

**Installation:**
```bash
pip install -r requirements.txt
```

**Dependencies:**
- scipy >= 1.11.0 (statistical calculations)
- numpy >= 1.24.0 (numerical operations)

**Purpose:** Accurate statistical sample size calculations for clinical protocols

## Sub-Skills

- [EXECUTION CONTROL - READ THIS FIRST](execution-control-read-this-first/SKILL.md)
- [What This Skill Does](what-this-skill-does/SKILL.md)
- [Waypoint-Based Design (+2)](waypoint-based-design/SKILL.md)
- [How to Use](how-to-use/SKILL.md)
- [Startup: Welcome and Mode Selection (+1)](startup-welcome-and-mode-selection/SKILL.md)
- [Intervention Overview](intervention-overview/SKILL.md)
- [Similar Clinical Trials](similar-clinical-trials/SKILL.md)
- [FDA Regulatory Pathway](fda-regulatory-pathway/SKILL.md)
- [FDA Guidance Documents](fda-guidance-documents/SKILL.md)
- [Study Design Recommendations](study-design-recommendations/SKILL.md)
- [Key Insights and Recommendations](key-insights-and-recommendations/SKILL.md)
- [Full Workflow Logic](full-workflow-logic/SKILL.md)
- [Waypoint File Formats (+2)](waypoint-file-formats/SKILL.md)
- [MCP Server Unavailable (+2)](mcp-server-unavailable/SKILL.md)
- [Disclaimers](disclaimers/SKILL.md)
- [Implementation Requirements](implementation-requirements/SKILL.md)

Related Skills

worker-discovery-protocol

5
from vamseeachanta/workspace-hub

Protocol for workers to capture and propagate discoveries back to the orchestrator and shared knowledge base. Phase 3 of orchestrator/worker context enforcement (#2020).

clinical-trial-protocol-what-this-skill-does

5
from vamseeachanta/workspace-hub

Sub-skill of clinical-trial-protocol: What This Skill Does.

clinical-trial-protocol-waypoint-file-formats

5
from vamseeachanta/workspace-hub

Sub-skill of clinical-trial-protocol: Waypoint File Formats (+2).

clinical-trial-protocol-waypoint-based-design

5
from vamseeachanta/workspace-hub

Sub-skill of clinical-trial-protocol: Waypoint-Based Design (+2).

clinical-trial-protocol-study-design-recommendations

5
from vamseeachanta/workspace-hub

Sub-skill of clinical-trial-protocol: Study Design Recommendations.

clinical-trial-protocol-startup-welcome-and-mode-selection

5
from vamseeachanta/workspace-hub

Sub-skill of clinical-trial-protocol: Startup: Welcome and Mode Selection (+1).

clinical-trial-protocol-similar-clinical-trials

5
from vamseeachanta/workspace-hub

Sub-skill of clinical-trial-protocol: Similar Clinical Trials.

clinical-trial-protocol-mcp-server-unavailable

5
from vamseeachanta/workspace-hub

Sub-skill of clinical-trial-protocol: MCP Server Unavailable (+2).

clinical-trial-protocol-key-insights-and-recommendations

5
from vamseeachanta/workspace-hub

Sub-skill of clinical-trial-protocol: Key Insights and Recommendations.

clinical-trial-protocol-intervention-overview

5
from vamseeachanta/workspace-hub

Sub-skill of clinical-trial-protocol: Intervention Overview.

clinical-trial-protocol-implementation-requirements

5
from vamseeachanta/workspace-hub

Sub-skill of clinical-trial-protocol: Implementation Requirements.

clinical-trial-protocol-how-to-use

5
from vamseeachanta/workspace-hub

Sub-skill of clinical-trial-protocol: How to Use.