{% goal %}
Attributes
| Parameter | Type | Required | Description |
|---|---|---|---|
id | string | ✓ | Unique kebab-case goal id (e.g., 'ship-v1') |
label | string | ✓ | Human-readable goal name (e.g., 'Ship v1') |
status | enum | — | pending | achieved — default: pending |
Valid Parent Contexts
This tag is valid inside: {% manifest %}
Prose body describes the goal and its success criteria.
Product goal with pending status
{% goal id="ship-v1" label="Ship v1" status="pending" %}Deliver the core feature set to early adopters by end of Q2.{% /goal %}