Platform Documentation Template
Status: Template · Copy to PLATFORMS/PL-xxx-name.md
markdown
# PL-XXX — Platform Name
**Status:** Draft | Review | Canonical
**Owner:** Platform team
**Repository:** `org/repo-name`
**Version:** x.y.z
**Last updated:** YYYY-MM-DD
---
## Purpose
One paragraph: why this platform exists.
## Responsibilities
What this platform OWNS (execution, contracts, registries).
What this platform does NOT own (cite other PL-xxx).
## Architecture
```mermaid
flowchart LR
A[Consumer] --> B[Platform Contract]
B --> C[Internal Services]Link: technical architecture
Contracts
| Contract | Purpose |
|---|---|
*PlatformContract | Primary surface |
Full index: REFERENCE/contracts-index.md
DTOs
Primary DTO families and where defined (packages/contracts).
Services
| Service | Layer | Notes |
|---|
Registries
| Registry | Owner |
Integration points
Products and platforms that consume this platform.
Examples
Minimal consumer integration example (cite-only code path).
Known limitations
Honest gaps — no marketing language.
Version history
| Version | Date | Notes |
|---|
Related
Breadcrumbs
Home → Platforms → PL-XXX