Prompt Schema
---
name: prompt-schema
type: convention
version: "1.0"
language: en
status: stable
tags: [schema, front-matter, conventions]
---
# Prompt Schema - Agent Prompt Framework V1
This document defines the shared YAML front matter schema and the
type-specific content schemas for all files in this framework.
---
## Shared Front Matter (all file types)
Every file in this framework - regardless of type - must include
the following YAML front matter block at the top.
| Field | Type | Required | Description |
| ---------- | ------ | -------- | -------------------------------------------------------------------------- |
| `name` | string | ✅ | Unique identifier of the file (kebab-case) |
| `type` | string | ✅ | One of: `persona`, `mode`, `output-template`, `shared-block`, `convention` |
| `version` | string | ✅ | Semantic version string, e.g. `"1.0"` |
| `language` | string | ✅ | ISO 639-1 code, e.g. `en`, `hu` |
| `status` | string | ✅ | One of: `draft`, `stable`, `deprecated` |
| `tags` | list | optional | Free-form keywords for filtering/searching |
**Example:**when to use it
Community prompt sourced from the open-source GitHub repo bwgabor/agent-prompt-framework (no explicit license). A "Prompt Schema" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.
tags
productivitycommunitydeveloper
source
bwgabor/agent-prompt-framework · no explicit license
more in Productivity
Productivity✓ tested
Summarize a doc into decisions & actions
chief of staff who extracts what to DO, not just what was said
Productivity✓ tested
Draft a reply to a hard email
calm, direct communicator who de-escalates without caving
Productivity✓ tested
Turn a brain-dump into a weekly plan
planning coach who protects your focus, not just your calendar