# Rct Ethics Registration

> Handle ethical requirements, IRB approval, trial registration, and pre-analysis plans for RCTs. Use when user mentions: research ethics, IRB, informed consent, trial registration, pre-analysis plan, PAP, data security, vulnerable populations, research transparency.

- **Type:** Skill
- **Install:** `agentstack add skill-sshtomar-claude-code-skills-social-science-rct-ethics-registration`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [sshtomar](https://agentstack.voostack.com/s/sshtomar)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [sshtomar](https://github.com/sshtomar)
- **Source:** https://github.com/sshtomar/claude-code-skills-social-science/tree/main/skills/rct-ethics-registration

## Install

```sh
agentstack add skill-sshtomar-claude-code-skills-social-science-rct-ethics-registration
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

Ethical research with human subjects requires IRB approval, informed consent, data security, and transparency through trial registration and pre-analysis plans. The Belmont Report establishes three core principles: respect for persons (autonomy, consent), beneficence (maximize benefits, minimize harms), and justice (fair distribution of burdens and benefits). Violations risk participant harm, legal liability, and inability to publish.

Ethics and transparency are prerequisites, not afterthoughts.

  IRB Approval Before Any Contact With Participants
  Obtain Institutional Review Board approval BEFORE recruiting, consenting, or enrolling any participants
  IRB review ensures participant protections, informed consent procedures, and risk minimization. Federal regulations (45 CFR 46) require approval before human subjects research
  Research misconduct, legal liability, inability to publish, harm to participants, institutional sanctions

  Register Trial Before Data Collection
  Register trial on AEA RCT Registry, ClinicalTrials.gov, or equivalent BEFORE beginning intervention or data collection
  Pre-registration prevents publication bias, specification searching, and selective reporting. Required by many journals and funders (CONSORT guidelines)
  Journals may reject, results perceived as cherry-picked, inability to make credible causal claims

  File Pre-Analysis Plan Before Seeing Outcome Data
  Document hypotheses, specifications, and analysis plan BEFORE accessing outcome data
  PAPs prevent p-hacking, HARKing (hypothesizing after results known), and data mining. Critical for credibility revolution
  Results dismissed as data-mined, loss of scientific credibility, failed publication

  Informed Consent With All Required Elements
  Obtain voluntary, written informed consent covering: purpose, procedures, risks, benefits, compensation, confidentiality, right to withdraw
  Respect for persons requires informed, voluntary participation. Incomplete consent violates ethical principles and federal regulations
  IRB violations, research misconduct findings, legal liability, inability to use data

  Data Security and Confidentiality Protections
  Implement encryption, de-identification, secure storage, and limited access for all participant data
  Participants trust researchers with sensitive information. Breaches violate confidentiality, harm participants, and create legal liability
  Data breaches, participant harm, IRB sanctions, legal penalties, loss of trust

  IRB classifies study as minimal risk or greater than minimal risk
  Submit IRB protocol, document all procedures and potential harms, compare to everyday life risks
  More stringent review required, additional safeguards needed, possible rejection

  Participants can freely choose whether to enroll without coercion or undue influence
  Ensure compensation not coercive, no power relationships (employer/employee), clear opt-out
  Consent invalid, research cannot proceed ethically

  Genuine uncertainty about whether treatment is beneficial (ethical randomization requirement)
  Can you justify withholding treatment from control group? Is there scientific uncertainty?
  Unethical to randomize if treatment clearly beneficial; use phase-in or observational design

When preparing ethics and registration:
1. Draft research protocol with theory of change and procedures
2. Conduct power analysis to justify sample size
3. Prepare IRB protocol (purpose, procedures, risks, benefits, consent)
4. Submit to IRB 2-3 months before planned start
5. Register trial immediately after IRB approval
6. File pre-analysis plan before data collection begins
7. Implement data security protocols
8. Monitor for adverse events throughout study
9. Submit amendments if protocol changes
10. Report final results to registry and participants

```python
@app.cell
def ethics_compliance_checklist():
    # Comprehensive ethics and registration checklist
    # Use before launching any RCT to ensure compliance

    checklist = {
        "Pre-Study (Before Participant Contact)": [
            "[ ] IRB protocol drafted",
            "[ ] Informed consent forms prepared",
            "[ ] Data security plan documented",
            "[ ] IRB approval obtained",
            "[ ] Trial registered (AEA/ClinicalTrials.gov)",
            "[ ] Pre-analysis plan filed",
            "[ ] Research team trained on ethics",
        ],
        "During Study": [
            "[ ] Informed consent obtained for all participants",
            "[ ] Adverse events monitored and reported",
            "[ ] Data encrypted and securely stored",
            "[ ] IRB amendments submitted for protocol changes",
            "[ ] Annual IRB renewal obtained",
            "[ ] Trial registry updated with progress",
        ],
        "Post-Study": [
            "[ ] Final IRB report submitted",
            "[ ] Trial registry updated with results",
            "[ ] Data de-identified before sharing",
            "[ ] Results shared with community",
            "[ ] Consent forms archived per retention policy",
            "[ ] PII destroyed per protocol timeline",
        ],
    }

    print("ETHICS & REGISTRATION COMPLIANCE CHECKLIST")
    print("=" * 60)

    for phase, items in checklist.items():
        print(f"\n{phase}")
        print("-" * 40)
        for item in items:
            print(f"  {item}")

    print("\nCritical deadlines:")
    print("- IRB submission: 2-3 months before start")
    print("- Trial registration: Before data collection")
    print("- PAP filing: Before accessing outcome data")
    print("- Annual renewal: Before approval expiration")

    return checklist,
```

Create informed consent form with all required elements

```python
@app.cell
def informed_consent_template():
    # Informed consent template meeting federal requirements
    # Must include all 8 basic elements per 45 CFR 46.116

    consent_text = """
    INFORMED CONSENT FOR RESEARCH PARTICIPATION

    Study Title: [Title]
    Principal Investigator: [Name, contact]

    1. PURPOSE
    You are invited to participate in research studying [purpose in plain language].
    We are enrolling approximately [N] participants.

    2. PROCEDURES
    If you agree, you will:
    - [Specific procedures]
    - [Time commitment]
    - [Number of visits/contacts]

    3. RISKS
    Possible risks include:
    - [List all risks, even if minimal]
    - [Be specific and complete]
    These risks are [minimal / greater than minimal].

    4. BENEFITS
    Possible benefits to you:
    - [Direct benefits, if any]
    - [Or state clearly if no direct benefit]

    Possible benefits to others:
    - [Broader societal benefit]

    5. COMPENSATION
    You will receive [specific compensation amount and timing].
    [If no compensation, state clearly]

    6. CONFIDENTIALITY
    Your information will be kept confidential:
    - Data will be de-identified (names removed)
    - Stored on encrypted, password-protected computers
    - Only research team will access identifiable data
    - Identifiers destroyed after [time period]

    7. VOLUNTARY PARTICIPATION
    Participation is completely voluntary. You may:
    - Refuse to participate
    - Skip any questions
    - Withdraw at any time without penalty

    Your decision will not affect [services, relationships, etc.].

    8. CONTACT INFORMATION
    Questions about study: [PI contact]
    Questions about rights: [IRB contact]

    CONSENT
    [ ] I have read this form
    [ ] My questions have been answered
    [ ] I voluntarily agree to participate

    _________________________  _________
    Participant Signature      Date

    _________________________  _________
    Researcher Signature       Date
    """

    print(consent_text)

    print("\nKey requirements:")
    print("- 8th grade reading level")
    print("- All 8 basic elements included")
    print("- Voluntary nature emphasized")
    print("- Specific risks and benefits")
    print("- Contact information provided")

    return consent_text,
```

Informed consent requires: (1) purpose, (2) procedures, (3) risks, (4) benefits, (5) alternatives, (6) confidentiality, (7) voluntary nature, (8) contacts. Written at 8th grade level. Emphasize voluntary participation and right to withdraw.

  Starting participant contact before IRB approval
  Research misconduct, legal liability, inability to use data, institutional sanctions
  IRB approval is prerequisite. Never recruit, consent, or collect data before approval

  Not registering trial or filing pre-analysis plan
  Journal rejection, results perceived as data-mined, loss of scientific credibility
  Register trial immediately after IRB approval, file PAP before accessing outcome data

  Inadequate informed consent (missing elements, coercive, not voluntary)
  IRB violations, invalid consent, ethical breach, unusable data
  Include all 8 required elements, ensure voluntary participation, use plain language

  Weak data security (unencrypted data, no de-identification, broad access)
  Data breaches, participant harm, IRB sanctions, legal penalties
  Encrypt all data, separate PII from analysis files, limit access, destroy PII per protocol

  Not reporting adverse events or protocol deviations
  IRB sanctions, continued participant harm, research misconduct findings
  Monitor for adverse events, report serious events within 24 hours, document all deviations

- **Exempt**: Minimal risk, no intervention, secondary data (still requires IRB determination)
- **Expedited**: Minimal risk, specific categories (surveys, interviews, some RCTs)
- **Full board**: Greater than minimal risk, vulnerable populations, deception

Timeline:
- Exempt/Expedited: 2-4 weeks
- Full board: 4-8 weeks (meets monthly typically)
- Always add 2-3 months buffer to timeline

Extra protections required for:
- Children (parental consent + child assent)
- Prisoners (special IRB composition, no coercion)
- Pregnant women (consider fetal risk)
- Cognitively impaired (capacity assessment, LAR if needed)
- Economically disadvantaged (ensure compensation not coercive)

For vulnerable populations, demonstrate why inclusion is necessary and how risks are minimized.

- Economics/social science: AEA RCT Registry (socialscienceregistry.org)
- Health/medical: ClinicalTrials.gov
- General: OSF Registries (osf.io)
- Politics: EGAP Registry (egap.org)

Minimum info: title, PIs, outcomes, sample size, timeline, hypotheses

Belmont Report (1979). Ethical Principles and Guidelines for the Protection of Human Subjects of Research. National Commission.
45 CFR 46 - Protection of Human Subjects (Common Rule). U.S. Department of Health and Human Services.
CONSORT Statement. Consolidated Standards of Reporting Trials. http://www.consort-statement.org/
Casey, K., Glennerster, R., & Miguel, E. (2012). Reshaping institutions: Evidence on aid impacts using a preanalysis plan. Quarterly Journal of Economics, 127(4), 1755-1812.
Christensen, G., & Miguel, E. (2018). Transparency, reproducibility, and the credibility of economics research. Journal of Economic Literature, 56(3), 920-980.

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [sshtomar](https://github.com/sshtomar)
- **Source:** [sshtomar/claude-code-skills-social-science](https://github.com/sshtomar/claude-code-skills-social-science)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-sshtomar-claude-code-skills-social-science-rct-ethics-registration
- Seller: https://agentstack.voostack.com/s/sshtomar
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
