# Work Item Template
# See gov/schema/SCHEMA.md for full specification
[]
= 1
= "WI-YYYY-MM-DD-NNN"
= "Work Item Title"
= "queue"
# created = "YYYY-MM-DD" # Auto-set on creation
# started = "YYYY-MM-DD" # Auto-set when moved to active
# completed = "YYYY-MM-DD" # Auto-set when moved to done/cancelled
# refs = ["RFC-0001"] # Optional cross-references
[]
= """
Describe the work to be done.
What is the goal? What are the acceptance criteria?
"""
= ""
# Add acceptance criteria as needed:
# [[content.acceptance_criteria]]
# text = "Criterion description"
# status = "pending" # pending | done | cancelled
# category = "added" # added | changed | deprecated | removed | fixed | security | chore (chore items excluded from changelog)
#
# CLI supports prefix parsing per ADR-0012/ADR-0013:
# govctl add WI-xxx acceptance_criteria "fix: memory leak"
# → creates criterion with text="memory leak", category="fixed"