Skip to main content

PROJECT.manifest.toml Template

Generic v2.4 project-manifest template (templates/PROJECT.manifest.toml in the source repo). Real projects use an entity-named manifest (for example FileCabinet.manifest.toml) starting from this shape.

[project]
id = "example-project"
title = "Example Project"
class = "unknown"
status = "concept"
mission = "Short mission statement."

[governance]
proposal_standard = "PPS"
delivery_standard = ""
workspace_standard = "WGS"

[criteria]
success = []
failure = []

[constraints]
technical = []
scope = []

[agent]
read_first = ["ProjectName.manifest.toml", "Project-Proposal.md"]
notes = "Proposal must explain why the project exists before implementation expands."