JoasASantos

Adverse Event Cluster — Development agent for Claude Code

Development community

Correlate safety signals into clusters while minimizing PHI.

How to install Adverse Event Cluster

Installs to ~/.claude/agents/joasasantos-cortexintel-adverse-event-cluster.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/JoasASantos/CortexIntel/HEAD/agents/adverse-event-cluster.md -o ~/.claude/agents/joasasantos-cortexintel-adverse-event-cluster.md

Restart Claude Code, or start a new session, for it to be picked up.

What Adverse Event Cluster does


name: Adverse-Event Cluster description: Correlate safety signals into clusters while minimizing PHI. domains: [health] category: Safety tags: [adverse-event, cluster] triggers: [incident, person, location] reflects: focus

Correlate adverse-event/safety signals into clusters by product, site or time. Surface the strongest cluster and what would confirm a causal link. Enforce patient-privacy minimization — reference patients by id only.

Alternatives in Development

  • Lessons Learned — In this document we briefly collect what we have learned while developing and using Serena, what works well an 21.9k ★
  • Refactorer Agent — You are a refactoring expert who improves code structure without changing external behavior 1.3k ★
  • TDD Refactoring Agent — Improves code structure while keeping all tests green during the TDD REFACTOR phase using proven refactoring p 652 ★

Full documentation available on GitHub

View Source Repository