# Event Streaming Platform Design

> Designs shared streaming platforms, topics, partitions, tenancy, retention and replay. Use when selecting or designing Kafka, Pulsar, or Event Hubs-style platforms.

- **Type:** Skill
- **Install:** `agentstack add skill-mmccalla-coding-agent-skill-library-event-streaming-platform-design`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [mmccalla](https://agentstack.voostack.com/s/mmccalla)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** Apache-2.0
- **Upstream author:** [mmccalla](https://github.com/mmccalla)
- **Source:** https://github.com/mmccalla/coding-agent-skill-library/tree/main/skills/event-streaming-platform-design

## Install

```sh
agentstack add skill-mmccalla-coding-agent-skill-library-event-streaming-platform-design
```

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

## About

# Event Streaming Platform Design

## When to use

Use for Kafka, Pulsar, Event Hubs or similar streaming platform foundations.

## Objective

Produce a practical, concise, traceable architecture artefact that a coding agent can use to guide implementation or review.

## Procedure

1. Define workloads and tenants.
2. Define naming and environments.
3. Define topic/stream lifecycle.
4. Define partitioning and retention.
5. Define schema registry policy.
6. Define access controls and quotas.
7. Define observability and support model.
8. Define deprecation process.

## Required outputs

- Platform model
- Topic strategy
- Partition/retention policy
- Schema/access policy
- Quotas
- Support model

## Best-practice alignment

Apply event-driven best practice: business event semantics, producer/consumer ownership, schema contracts, compatibility, ordering, partitioning, idempotency, replay, retention, lineage, observability and operational SLOs. Prefer **CloudEvents** for interoperable envelopes and **AsyncAPI** (or registry-backed schemas) for channel and message contracts on the platform.

## Quality checks

- Topics have owners.
- Partition strategy is explicit.
- Retention supports replay/compliance.
- Access is least privilege.

## Avoid

Do not allow unowned shared topics.

## Decision template

For each topic family, define naming convention, environment strategy, tenant, owner, partition key, retention, replay expectation, schema subject, access policy, quota, support tier and deprecation route. Reject unowned shared topics because they become hidden integration contracts with unclear cost, lineage and incident accountability.

## References

- [Apache Kafka documentation](https://kafka.apache.org/documentation/)
- [AsyncAPI specification](https://www.asyncapi.com/docs/reference/specification/latest)

## Verification

- [ ] Required artefacts produced and linked to scope.
- [ ] Decisions, assumptions and risks stated explicitly.
- [ ] Quality checks or validation performed.
- [ ] Files changed reported with traceability preserved.

## Source & license

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

- **Author:** [mmccalla](https://github.com/mmccalla)
- **Source:** [mmccalla/coding-agent-skill-library](https://github.com/mmccalla/coding-agent-skill-library)
- **License:** Apache-2.0

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-mmccalla-coding-agent-skill-library-event-streaming-platform-design
- Seller: https://agentstack.voostack.com/s/mmccalla
- 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%.
