managing-informed-consent-research

Structures research consent documentation with required elements and vulnerable population protections. Use when creating research consents, managing consent processes, or documenting informed consent.

11 stars

Best use case

managing-informed-consent-research is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Structures research consent documentation with required elements and vulnerable population protections. Use when creating research consents, managing consent processes, or documenting informed consent.

Teams using managing-informed-consent-research 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/managing-informed-consent-research/SKILL.md --create-dirs "https://raw.githubusercontent.com/CaseMark/skills/main/skills/med/managing-informed-consent-research/SKILL.md"

Manual Installation

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

How managing-informed-consent-research Compares

Feature / Agentmanaging-informed-consent-researchStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Structures research consent documentation with required elements and vulnerable population protections. Use when creating research consents, managing consent processes, or documenting informed consent.

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

# Managing Informed Consent in Research

## Why This Skill Exists

Informed consent is the ethical and legal cornerstone of human-subjects research. Deficiencies in the consent process are the most common finding in FDA inspections (FDA Form 483) and the leading cause of IRB audit findings. Beyond regulatory compliance, consent failures undermine participant autonomy and can invalidate study data. This skill provides a structured framework for building, executing, and monitoring consent processes that satisfy the Common Rule (45 CFR 46.116-117), FDA regulations (21 CFR 50.20-50.27), and ICH-GCP E6(R2) Section 4.8.

---

## Checkpoint A — Intake and Scoping

### Required Intake Questions
1. What is the study type (interventional, observational, registry, biobank)?
2. What regulatory framework applies (Common Rule only, FDA-regulated, both)?
3. Does the study involve any vulnerable populations (children, prisoners, pregnant women, cognitively impaired, economically/educationally disadvantaged)?
4. Is the consent process in-person, remote, or electronic (eConsent)?
5. What languages are required based on the study population?
6. Are there any therapeutic misconception risks (e.g., Phase I oncology, placebo-controlled trials for serious conditions)?
7. Is re-consent anticipated (long-duration studies, protocol amendments, new safety information)?
8. Will the study collect genetic/genomic data requiring specific consent elements?
9. Is a Certificate of Confidentiality in place?
10. Are there any state-specific consent requirements beyond federal regulations?

### Required Source Documents
- IRB-approved protocol (current version)
- IRB-stamped consent form template (or central IRB-approved version)
- Assent forms (if applicable, by age group)
- HIPAA authorization form
- Study-specific consent training materials
- Delegation of Authority Log (to identify who may obtain consent)
- Site-specific consent SOPs
- Translation and back-translation certificates (for non-English forms)

---

## Step 1 — Verify Consent Document Completeness

Audit the current consent form against the regulatory checklist:

### 45 CFR 46.116(b) — Eight Basic Elements
1. Research statement with purpose, duration, and procedures
2. Reasonably foreseeable risks or discomforts
3. Reasonably expected benefits (to participant and others)
4. Appropriate alternative procedures or treatments
5. Confidentiality protections with extent of confidentiality
6. Compensation and medical treatment for injury (for more-than-minimal-risk studies)
7. Contacts for questions (research, rights, injury)
8. Voluntary participation statement with right to withdraw

### 45 CFR 46.116(c) — Six Additional Elements (when applicable)
1. Unforeseeable risks
2. Investigator-initiated termination
3. Additional costs to participant
4. Consequences and procedures for withdrawal
5. Significant new findings disclosure
6. Approximate number of participants

### 2018 Common Rule Additions (45 CFR 46.116(d))
- Biospecimens: whether identifiers might be removed and specimens used for future research
- Clinically relevant research results: whether results will be returned to participants
- Commercial use: whether biospecimens may be used for commercial profit
- Whole-genome sequencing: whether this may be performed

---

## Step 2 — Design the Consent Process

The consent document is only one component; the process determines whether consent is truly informed:

1. **Setting**: Private area free from coercion — not the exam room immediately before a procedure, not in front of family members who might pressure participation
2. **Personnel**: Only IRB-authorized and Delegation Log-listed staff may obtain consent; they must have documented GCP training
3. **Timing**: Provide sufficient time for consideration — at minimum, overnight for complex studies; no same-day consent for surgical studies unless medically justified
4. **Comprehension assessment**: Implement teach-back method — ask participants to explain key elements in their own words (study purpose, risks, voluntary nature, right to withdraw)
5. **Witness requirements**: Required for short-form consent (21 CFR 50.27); recommended when participant's reading ability is uncertain
6. **LAR consent**: For participants who lack capacity, identify and document the legally authorized representative per applicable state law (not all states define LAR the same way)
7. **Ongoing consent**: Consent is not a one-time event — inform participants of new risks, protocol changes, and significant findings throughout the study

---

## Step 3 — Implement Special Population Protections

### Children (45 CFR 46 Subpart D / 21 CFR 50 Subpart D)
- Determine risk category (46.404/46.405/46.406/46.407) to determine assent and permission requirements
- Obtain assent from children capable of providing it (typically age 7+); document dissent of younger children
- Obtain permission from one parent (minimal risk) or both parents (greater than minimal risk with no direct benefit)
- Prepare age-appropriate assent forms (7-12 years: simplified language with pictures; 13-17 years: adolescent-appropriate)

### Prisoners (45 CFR 46 Subpart C)
- Confirm study falls within one of four permissible categories
- Ensure IRB has a prisoner representative
- Verify no parole-board implications for participation

### Pregnant Women (45 CFR 46 Subpart B)
- Preclinical data must not suggest risk
- Consent from both mother and father (when father is reasonably available and study involves risk to fetus)
- No inducements for pregnancy termination

### Cognitively Impaired Adults
- Define capacity-assessment method (formal tool such as MacCAT-CR, or clinical assessment)
- Identify legally authorized representative per state statute
- Implement ongoing capacity monitoring for progressive conditions

---

## Step 4 — Manage Non-English Consent

For participants whose primary language is not English:

1. **Full translation**: Translate entire consent into participant's language; require independent back-translation and reconciliation
2. **Short-form process** (21 CFR 50.27(b)(2)): Short form in participant's language stating required elements were presented orally; long form in English signed by witness and interpreter; provide translated summary
3. **Interpreter qualifications**: Certified medical interpreter or bilingual study staff with documented language competency — never use family members for translation
4. **Documentation**: File original-language consent, back-translation certificate, and interpreter credentials in the regulatory binder

---

## Step 5 — Implement eConsent (When Applicable)

For electronic consent platforms:

1. Confirm 21 CFR Part 11 compliance for electronic signatures (audit trail, access controls, signature attribution)
2. Ensure participant can access, download, and print the full consent at any time
3. Include multimedia elements (videos, diagrams) that supplement but do not replace required text elements
4. Build in comprehension quizzes at key sections (risks, procedures, voluntary participation)
5. Maintain paper consent capability as backup for participants who cannot use digital platforms
6. Document the eConsent platform validation and version control

---

## Step 6 — Monitor and Re-Consent

Establish ongoing consent monitoring:

1. **Re-consent triggers**: Protocol amendments affecting risk/benefit, new safety information (IND Safety Reports), change in study procedures, significant new findings in the field
2. **Documentation**: New consent version must be signed by all currently enrolled participants; document attempts to reach participants and track completion
3. **Audit trail**: Maintain a consent-tracking log with dates of initial consent, re-consent events, and consent-withdrawal dates
4. **Quality monitoring**: Periodic review of consent forms for completeness (signature, date, correct version, all pages initialed if required by site SOP)

---

## Checkpoint B — Consent Process Review

1. [ ] Consent form contains all 8 basic + applicable additional elements
2. [ ] 2018 Common Rule provisions (biospecimens, commercial use, genomic data) are addressed
3. [ ] Consent process SOP is documented and training is complete for all authorized personnel
4. [ ] Teach-back or comprehension-assessment method is defined
5. [ ] Special-population protections match the actual enrolled population
6. [ ] Non-English consent pathway (full translation or short form) is IRB-approved
7. [ ] eConsent platform (if used) meets 21 CFR Part 11 requirements
8. [ ] Re-consent triggers and procedures are documented
9. [ ] Consent tracking log template is ready for use
10. [ ] Delegation of Authority Log reflects current consent-authorized personnel

---

## Quality Audit

- [ ] No exculpatory language present in any consent version
- [ ] Reading level is at or below 8th grade (verified by readability formula)
- [ ] IRB-approval stamp and version date appear on every page
- [ ] All consent copies are filed: one to participant, one to medical record (if applicable), one to regulatory binder
- [ ] Witness signature present where required (short-form, illiterate participants)
- [ ] Time between consent and first study procedure is documented and reasonable
- [ ] LAR relationship to participant is documented where LAR consent is used
- [ ] Consent withdrawal procedures maintain data rights per consent language
- [ ] All [VERIFY] flags have been resolved or escalated

---

## Guidelines

1. Consent is a process, not just a form — the document memorializes an informed discussion
2. Never rush consent to meet enrollment timelines; document adequate consideration time
3. Avoid therapeutic misconception language — do not describe Phase I studies as "treatment"
4. Distinguish clearly between standard-of-care procedures and research-only procedures
5. State explicitly what happens to data and specimens upon withdrawal
6. For genetic studies, address incidental findings and return-of-results policy
7. Maintain a consent deviation log; report deviations to the IRB per institutional policy
8. For studies involving deception (behavioral research), plan debriefing procedures per 45 CFR 46.116(c)(2) and (d)
9. Mark any ambiguous LAR-authority determination with [VERIFY] for legal-counsel review
10. This skill produces consent management frameworks — final consent forms require IRB approval before use

Related Skills

writing-grant-applications-research

11
from CaseMark/skills

Structures NIH/foundation grant applications with specific aims, significance, and innovation sections. Use when writing research grants, preparing NIH applications, or structuring grant proposals.

managing-wound-care

11
from CaseMark/skills

Guides wound assessment, classification, and treatment selection with documentation requirements. Use when managing surgical wounds, classifying wound types, or selecting wound care protocols.

managing-wound-assessment-nursing

11
from CaseMark/skills

Structures wound assessment with measurement, staging, and treatment plan documentation. Use when assessing wounds, staging pressure injuries, or documenting wound care.

managing-workplace-safety-healthcare

11
from CaseMark/skills

Tracks OSHA healthcare requirements including bloodborne pathogen, TB, and violence prevention programs. Use when managing OSHA compliance, implementing safety programs, or documenting exposure incidents.

managing-workers-compensation-rehabilitation

11
from CaseMark/skills

Structures workers comp rehab documentation with functional capacity evaluation and return-to-work planning. Use when managing work injury rehab, performing FCEs, or documenting return-to-work status.

managing-vestibular-rehabilitation

11
from CaseMark/skills

Structures vestibular assessment with positional testing and customized exercise programs. Use when evaluating vestibular disorders, performing Dix-Hallpike testing, or designing vestibular exercise programs.

managing-venous-thromboembolism-prophylaxis

11
from CaseMark/skills

Applies VTE risk assessment (Padua, Caprini) with appropriate prophylaxis selection. Use when assessing VTE risk, selecting prophylaxis regimens, or documenting DVT prevention.

managing-valvular-heart-disease

11
from CaseMark/skills

Guides valve disease severity assessment with intervention criteria and surveillance schedules. Use when evaluating valve disease, assessing surgical/interventional timing, or monitoring valve function.

managing-vaccine-schedules

11
from CaseMark/skills

Applies CDC immunization schedules with catch-up protocols and contraindication screening. Use when managing vaccinations, creating catch-up schedules, or documenting immunization decisions.

managing-vaccination-campaigns

11
from CaseMark/skills

Plans mass vaccination campaigns with logistics, cold chain management, and adverse event monitoring. Use when planning vaccination drives, managing immunization logistics, or monitoring VAERS.

managing-traumatic-brain-injury-rehabilitation

11
from CaseMark/skills

Structures TBI rehab with Rancho Los Amigos scoring and cognitive rehabilitation protocols. Use when managing TBI rehab, tracking Rancho levels, or implementing cognitive therapy.

managing-trauma-assessments

11
from CaseMark/skills

Conducts structured primary and secondary trauma surveys following ATLS methodology. Use when assessing trauma patients, documenting trauma workups, or coordinating trauma team activations.