New template system for project documentation with standardized frontmatter (title, description, type, status, decision_refs). Templates for architecture, design, briefing, workshop, and test-plan document types. Enables context-aware loading alongside the existing wiki template system. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
36 lines
921 B
Markdown
36 lines
921 B
Markdown
---
|
|
title: "" # Display name (e.g., "Where's the Fun? Workshop")
|
|
description: "" # One-line summary for context filtering (e.g., "Multi-agent workshop on v0.2 direction: tycoon bookmark, generator-first, 24 decisions")
|
|
type: workshop # architecture | design | briefing | workshop | test-plan | test-report | audit
|
|
status: active # active | draft | archived | superseded
|
|
participants: [] # Agent names involved
|
|
rounds: 0 # Number of discussion rounds
|
|
decisions_produced: [] # D-records produced (e.g., [D-114, D-117])
|
|
created: YYYY-MM-DD
|
|
updated: YYYY-MM-DD
|
|
---
|
|
|
|
# {Title}
|
|
|
|
## Brief
|
|
|
|
{What question this workshop set out to answer.}
|
|
|
|
---
|
|
|
|
## Participants
|
|
|
|
{Who was involved and what role each played.}
|
|
|
|
---
|
|
|
|
## Outcomes
|
|
|
|
{Key decisions made, with D-record references.}
|
|
|
|
---
|
|
|
|
## Open Items
|
|
|
|
{Anything deferred or unresolved.}
|