Get Started
In this section
Back to reference

12. Template System

Scan: Graduated template sets (starter/standard/full), template_{type}.md naming, template index recommendation.

Decisions: D11

12.1 Graduated Template Sets

Templates live in how/templates/. Projects grow their template sets:

Starter set (every aDNA instance MUST include):

TemplatePurpose
template_session.mdSession file with SITREP and next-session prompt sections
template_mission.mdMission with objectives, acceptance criteria, objective list
template_context.mdContext library file with topic structure and token estimate

Standard set (SHOULD include for active multi-agent projects):

TemplatePurpose
template_coordination.mdCross-agent coordination note
template_backlog.mdBacklog idea with priority, effort, status
template_adr.mdArchitecture Decision Record

Full set (MAY include per project domain):

Additional templates for domain-specific content types (customer, partner, model, dataset, etc.).

12.2 Template Conventions

Templates MUST follow the naming pattern template_{type}.md.

Templates MUST include frontmatter with all required base fields (§7.2) plus type-specific fields pre-populated.

A template index (e.g., template_library.md in how/templates/) is RECOMMENDED for projects with 5 or more templates.