Shared-Context Pack
Structure of the shared-knowledge pack built by architect:implement-backlog
architect:implement-backlog builds this shared-knowledge pack first, before starting any implementation. Throughout implementation, every agent references this pack.
The following files are placed under reports/backlog/shared-context/.
| File | Contents | Generated from |
|---|---|---|
architecture-guardrails.md |
Package boundaries, transaction boundaries, prohibited technology choices, etc. | architecture.md, tech-stack-fitness.md |
coding-standards.md |
Naming conventions, exception-handling patterns, testing policy | Language/framework decisions |
ubiquitous-language.md |
Domain vocabulary glossary (original-language ↔ English) | ubiquitous-language.md (present in both product and architect artifacts) |
data-contracts.md |
Table definitions, aggregate boundaries, enum conversion rules | data-model.md |
nfr-budgets.md |
Quick-reference for NFR/SLA target values | nfr.md, sla.md |
decisions.md |
ADR-lite log of cross-cutting decisions (append-only) | Accumulated during implementation |
review-knowledge.md |
Distilled catalog of lessons learned during review (append-only, written by review-issue) |
Repeated review rounds |
The diagram below shows which shared-context files are produced from each source document.