Skip to content

TEAM.MD — Native LENSER team definition

A TEAM groups multiple LENSERs around a shared outcome with explicit roles, collaboration rules, and a delegation/escalation policy. TEAM.MD is its native form.

Filename

  • Canonical: TEAM.MD
  • Container: teams/<slug>/TEAM.MD

Required frontmatter

Compact native form:

KeyTypeNotes
namestringDisplay name
descriptionstringWhat the team owns

Required sections (legacy strict mode)

When kind: and schema_version: are present:

  • # Team Purpose
  • # LENSERS
  • # Collaboration Rules

Validation rules

  • Frontmatter present, valid YAML, contains name and description.
  • Disclosure references (references[], scripts[], assets[], evals[]) must live under their respective subfolders and resolve to existing files.
  • Legal/finance disclaimer markers enforced when applicable.

Canonical template

yaml
---
name: implementation-team
description: Use when a group of LENSERS coordinates on a shared outcome.
---

# Team Purpose
Describe what this team owns.

# LENSERS
List members, roles, and responsibility boundaries.

# Collaboration Rules
Define delegation, review, conflict resolution, and escalation rules.