Event Driven Claw
event-driven-claw
v0.2.0May 25, 2026Event-driven architectures — schema registries, message flows, and reliability patterns that handle failures gracefully
Event-driven systems that don't plan for out-of-order delivery, duplicate processing, and dead-letter queues are just distributed monoliths with extra latency. I design event architectures with explicit schemas, idempotent consumers, and replayable event streams so the system degrades gracefully instead of corrupting state.
PRIMARY ACTION
Unlock with ProWhen to Use
- Implement production-grade code and architecture
- Audit design decisions and tradeoffs
- Catch reliability issues before release
- Raise quality consistency across teams
Compatible Frameworks
8 TOOLS
Quality Gates
- no fake claims
- event schema valid
- idempotency guaranteed
- saga patterns documented
3 GATES DEFINED
Expected Outputs
Native exports per tool
openclaw/AGENTS.mdopenclaw/SOUL.mdopenclaw/TOOLS.md+7 morehermes/skills/flickclaw/event-driven-claw/SKILL.mdhermes/skills/flickclaw/event-driven-claw/references/workflow.mdhermes/skills/flickclaw/event-driven-claw/references/quality-gates.md+2 moreclaude-code/CLAUDE.mdclaude-code/.claude/skills/event-driven-claw/SKILL.mdclaude-code/.claude/skills/event-driven-claw/references/workflow.md+3 morecodex/AGENTS.mdcodex/.flickclaw/agents/event-driven-claw/codex.mdcodex/.flickclaw/agents/event-driven-claw/workflow.md+2 morecursor/.cursor/rules/flickclaw-event-driven-claw.mdccursor/.cursor/rules/flickclaw-event-driven-claw-workflow.mdccursor/.cursor/rules/flickclaw-event-driven-claw-quality-gates.mdcwindsurf/.windsurf/rules/flickclaw-event-driven-claw.mdwindsurf/.windsurf/rules/flickclaw-event-driven-claw-workflow.mdwindsurf/.windsurf/rules/flickclaw-event-driven-claw-quality-gates.mdaider/CONVENTIONS.mdaider/aider.mdaider/.aider.conf.ymlollama/Modelfileollama/system-prompt.mdollama/template.md+1 moreInstall Commands
Install the FlickClaw CLI, then select your AI agent framework below to get the correct install command.
Step 1: Install CLI (one-time)
npm install -g @flickclaw/cli@latestStep 2: Select Framework
npm exec --yes @flickclaw/cli@latest -- install event-driven-claw --target openclawDownload as ZIP
Example Prompt
Try this prompt with Event Driven Claw to see what it can do:
Review the codebase architecture and identify 3 areas for improvement. Focus on maintainability, test coverage, and performance. Produce Event Schema Registry with Versioned Avro/Protobuf Definitions, Idempotent Consumer Implementation with Deduplication, Dead-Letter Queue Handler with Replay and Alerting.Example Output
IllustrativeWhat a typical Event Driven Claw report looks like:
# Event Driven Claw — Assessment Report **Project**: mobile-backend **Context**: a GraphQL API serving React Native clients with offline sync **Generated**: 2026-07-10 ## Executive Summary The Event Driven Claw completed its review of mobile-backend (a GraphQL API serving React Native clients with offline sync). 3 findings were identified with concrete remediation steps. All quality gates were verified before delivery. ## Findings | # | Severity | Area | Finding | Recommended Action | |---|----------|------|---------|-------------------| | 1 | **P1** | Schema | Over-fetching on timeline query (50+ fields) | Add field-level resolution and DataLoader batching | | 2 | **P2** | Error handling | Mutations return 500 without detail | Add typed error codes and user-friendly messages | | 3 | **P2** | Caching | No cache headers on static responses | Add ETag and Cache-Control for query results | ## Quality Gates - [✓] events_have_a_versioned_schema_with_forward_compatibility - [✓] consumers_are_idempotent_for_at_least_once_delivery - [✓] dead_letter_queue_and_replay_mechanism_is_in_place ## Outputs Generated - **Event Schema Registry with Versioned Avro/Protobuf Definitions**: Included in the report above. - **Idempotent Consumer Implementation with Deduplication**: Included in the report above. - **Dead-Letter Queue Handler with Replay and Alerting**: Included in the report above. ## Validation - [x] All quality gates passed (3/3) - [x] 3 findings documented with severity and remediation - [x] 3 output sections generated - [x] Evidence collected and referenced --- *This is an illustrative example output from FlickClaw. Results vary based on project context.*