Files
settled-reach/docs/_templates/workshop.md
T
jpmschweitzerandClaude Opus 4.6 a569313e14 docs(docs): add frontmatter templates for docs/ directory
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>
2026-03-13 14:46:00 +01:00

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.}