Tracker
Roadmap search
Versions, deliverables, workstreams, tasks, and pages
Domain, Area, Feature, and Article frontmatter templates
featureStandard
src/content/docs/platform-spec/community/spec-maintenance/domain-area-feature-article-frontmatter-template/index.mdx
Use these templates when creating new platform-spec nodes. They match current CI validators and trudoc Zod contracts.
Domain template
---
title: <Domain title>
description: <Domain summary>
specLevel: domain
owner:
name: <Owner name>
email: <owner@example.com>
submitter:
name: <Submitter name>
email: <submitter@example.com>
relatedTopics: []
---
Area template
---
title: <Area title>
description: <Area summary>
specLevel: area
owner:
name: <Owner name>
email: <owner@example.com>
submitter:
name: <Submitter name>
email: <submitter@example.com>
relatedTopics: []
---
Feature hub template
---
title: <Feature title>
description: <Feature summary>
specLevel: feature
status: Standard
owner:
name: <Owner name>
email: <owner@example.com>
submitter:
name: <Submitter name>
email: <submitter@example.com>
relatedTopics: []
---
Article template
---
title: <Article title>
description: <Article summary>
specLevel: article
status: Standard
owner:
name: <Owner name>
email: <owner@example.com>
submitter:
name: <Submitter name>
email: <submitter@example.com>
relatedTopics: []
---
Validation notes
statusis required forfeatureandarticle.statusis not allowed ondomainorarea.ownerandsubmittermust include non-emptynameand validemail.- Use
layout.jsonfor every domain/area/feature hub directory.
Decisions
No open decisions. Closed maintenance ADR under adr/ — D-COMM-META-0001 (reader ADRs tab).