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>
33 lines
878 B
Markdown
33 lines
878 B
Markdown
---
|
|
title: "" # Display name (e.g., "Gestalt - Project Briefing")
|
|
description: "" # One-line summary for context filtering (e.g., "Systems design agent context: v0.2 pivot, generator-first, relevant decisions")
|
|
type: briefing # architecture | design | briefing | workshop | test-plan | test-report | audit
|
|
status: active # active | draft | archived | superseded
|
|
agent: "" # Agent name this briefing is for
|
|
updated: YYYY-MM-DD
|
|
---
|
|
|
|
# {Agent} - Project Briefing
|
|
|
|
## Current Project State
|
|
|
|
{High-level project status and direction.}
|
|
|
|
---
|
|
|
|
## Key Changes for Your Role
|
|
|
|
{What's changed since the last briefing that affects this agent's work.}
|
|
|
|
---
|
|
|
|
## Relevant Decisions
|
|
|
|
{Bulleted list of D-records this agent needs to know about.}
|
|
|
|
---
|
|
|
|
## Current Sprint Tasks
|
|
|
|
{What this agent should focus on now.}
|