What problem does it solve? Downstream AI agents fail or produce inconsistent results when given vague instructions. This Skill produces precisely-specified meta-prompts and execution briefs in YAML so downstream agents can execute specialized tasks independently with clear quality guardrails. ## Core Features & Use Cases - Structured Brief Generation: Creates YAML instruction documents with task overview, input specification, output requirements, quality criteria, guardrails, and examples conforming to the TT-05 schema. - Embedded Guardrails: Enforces 9 accuracy rules (ACC-001 to ACC-009) and 6 anti-fabrication rules (AFR-001 to AFR-006) inside every generated prompt. - Output Validation: Includes a Python script that validates generated meta-prompts against required fields, task type, version, and guardrail presence. - Use Case: A pipeline coordinator needs an AI agent to synthesize domain knowledge on digital health. Use this Skill to generate a complete execution brief with citations requirements, accuracy constraints, and gold-standard examples. ## Quick Start Generate a TT-05 meta-prompt brief for a downstream agent that must summarize research evidence with source attribution and anti-fabrication guardrails.