Archetype: doc_task.org.mustache
Task page: Goal, Status, Acceptance, transient Plan, Notes, * PRs and * Review tables, Result. #+branch: / #+pr: drive compass pr matching. Org-mode document scaffold generated from the entity meta-model. The produced `.org` file is tangled into the site build and kept in the org-roam graph.
See the Template variable reference for the complete list of available variables and their semantics.
Template
The full template source. Edit here and re-tangle with
compass build --direct tangle_codegen_templates to regenerate
library/templates/doc_task.org.mustache.
{{! GENERATED FILE — tangled from projects/ores.codegen/library/templates/doc.org. Edit the org source. }}
:PROPERTIES:
:ID: {{id}}
:END:
#+title: {{title}}
#+description: {{description}}
#+type: task
#+level: s1
#+filetags: {{filetags}}
#+owner: {{owner}}
#+branch:
#+pr:
#+blocked_on:
#+blocked_since:
#+created: {{date}}
#+updated: {{date}}
#+environment:
#+todo: DISCOVERED BACKLOG STARTED BLOCKED | DONE ABANDONED
This page documents a [[id:31C868B9-306E-4282-BA8C-07E647021B34][task]] in the [[id:{{parent_id}}][{{parent_title}}]] story. It captures the goal, current status, acceptance, and any notes or results.
* Goal
{{goal}}
* Status
| Field | Value |
|--------------+----------------------------------------|
| State | {{state}} |
| Parent story | [[id:{{parent_id}}][{{parent_title}}]] |
| Now | Not yet started. |
| Waiting on | Nothing. |
| Next | Begin implementation. |
| Last touched | {{date}} |
* Acceptance
{{#acceptance}}
- {{.}}
{{/acceptance}}
{{^has_acceptance}}
-
{{/has_acceptance}}
* Plan
(Implementation strategy. Written when work starts; key decisions
are distilled into the parent story's =* Decisions= at close, but the
plan itself stays — it is the historical record of what we did.)
* Notes
* PRs
| PR | Title |
|----+-------|
| | |
* Review
| # | Comment summary | File | Decision | Notes |
|---+-----------------+------+----------+-------|
| | | | | |
* Result
See also
- Parent facet: Documentation templates
- Template variable reference