Domain, Area, Feature, and Article frontmatter templates
Use these templates when creating new platform-spec nodes. They match current CI validators and trudoc Zod contracts.
Domain template
Section titled “Domain template”---title: <Domain title>description: <Domain summary>specLevel: domainowner: name: <Owner name> email: <owner@example.com>submitter: name: <Submitter name> email: <submitter@example.com>relatedTopics: []---Area template
Section titled “Area template”---title: <Area title>description: <Area summary>specLevel: areaowner: name: <Owner name> email: <owner@example.com>submitter: name: <Submitter name> email: <submitter@example.com>relatedTopics: []---Feature hub template
Section titled “Feature hub template”---title: <Feature title>description: <Feature summary>specLevel: featurestatus: Standardowner: name: <Owner name> email: <owner@example.com>submitter: name: <Submitter name> email: <submitter@example.com>relatedTopics: []---Article template
Section titled “Article template”---title: <Article title>description: <Article summary>specLevel: articlestatus: Standardowner: name: <Owner name> email: <owner@example.com>submitter: name: <Submitter name> email: <submitter@example.com>relatedTopics: []---Validation notes
Section titled “Validation notes”statusis required forfeatureandarticle.statusis not allowed ondomainorarea.ownerandsubmittermust include non-emptynameand validemail.- Use
layout.jsonfor every domain/area/feature hub directory.
Decisions
Section titled “Decisions”No open decisions. Closed maintenance ADR under adr/ — D-COMM-META-0001 (reader ADRs tab).