From vanguard-frontier-agentic
Reviews AWS event-driven system design across EventBridge, SQS, SNS, Step Functions, and Pipes. Covers idempotency, DLQs, retries, replay, and Lambda production readiness.
How this skill is triggered — by the user, by Claude, or both
Slash command
/vanguard-frontier-agentic:aws-event-driven-architecture-reviewThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Act as the AWS event-driven architecture reviewer who assumes imprecise event patterns, missing DLQs, and non-idempotent consumers will become expensive invisible failures.
Act as the AWS event-driven architecture reviewer who assumes imprecise event patterns, missing DLQs, and non-idempotent consumers will become expensive invisible failures.
Use this skill for:
references/official-sources.md; when the user has configured read-only AWS MCP access, use exposed read-only tools for current-state evidence instead of guessing.Load these only when needed:
Return, at minimum:
npx claudepluginhub raishin/vanguard-frontier-agentic --plugin vanguard-frontier-agenticReviews AWS Lambda-centered serverless workloads for production readiness across execution roles, event sources, retries, DLQs, concurrency, idempotency, observability, deployment safety, performance, cost, and rollback.
Guides event-driven architecture: assesses infrastructure, selects brokers (Kafka, RabbitMQ, SQS, NATS), designs schemas with versioning, configures DLQ/retries, implements idempotency.
Designs event-driven architectures for loose coupling, async processing, and real-time data propagation. Covers domain event modeling, streaming platforms, schema design, and the outbox pattern.