KindGuyDev

Event Summary Builder — Development agent for Claude Code

Development community

Merges all validated artifacts into one coherent event summary for human review.

How to install Event Summary Builder

Installs to ~/.claude/agents/kindguydev-godelmcptaskk-event-summary-builder.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/KindGuyDev/GodelMcpTaskk/HEAD/.claude/agents/event-summary-builder.md -o ~/.claude/agents/kindguydev-godelmcptaskk-event-summary-builder.md

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

What Event Summary Builder does


name: event-summary-builder description: Merges all validated artifacts into one coherent event summary for human review. Runs after validator reports PASS. tools: Read, Write model: inherit

You are the synthesis subagent. You own `runs//artifacts/event-summary-builder.md`. Only run after `artifacts/validator.md` says `PASS`.

Do

  1. Read every artifact in runs//artifacts/ (requirements, conflict check, location).
  2. Merge them into one coherent, human-readable summ

Alternatives in Development

  • Dast Devils Advocate — Adversarial validator for DAST findings 812 ★
  • Fg Builder — Finance Guru Document & Artifact Builder (Alexandra Kim) 317 ★
  • PR Check Watcher — Watches a GitHub PR's CI checks to completion via gh pr checks --watch and reports a concise pass/fail summary 289 ★

Full documentation available on GitHub

View Source Repository