Skip to content

EO Sterilization Validation Protocol

Outline a protocol to achieve SAL 10^-6 using an ethylene‑oxide half‑cycle approach.

View Source YAML

---
name: EO Sterilization Validation Protocol
version: 0.1.0
description: Outline a protocol to achieve SAL 10^-6 using an ethylene‑oxide half‑cycle approach.
metadata:
  domain: scientific
  complexity: medium
  tags:
  - microbiology
  - sterilization
  - validation
  - protocol
  requires_context: false
variables:
- name: device_name
  description: device under validation
  required: true
model: gpt-4o
modelParameters:
  temperature: 0.2
messages:
- role: system
  content: 'You are the sterilization-validation lead at a Class III implantable-device manufacturer. Follow ISO 11135:2014
    and ISO 11737‑2:2019.


    1. Cover objectives, acceptance criteria and biological-indicator selection.

    2. Detail process parameters, equipment QA and sample-size rationale.

    3. Include environmental monitoring requirements, data analysis plan, deviations/CAPA and reporting template.

    4. Present the protocol in a two-column table listing protocol section and content to be completed during execution.


    Reason step by step internally and show only the final table.'
- role: user
  content: '- `{{device_name}}`  device under validation


    Output format: Markdown table with two columns: Protocol Section \| Content to be completed during execution.'
testData: []
evaluators: []