Universal framework for generating 10 template types with speed and flexibility
Use Meta-Template when: You need to generate high-volume, flexible templates across different document types. Email sequences, assessments, reports, dashboards, newsletters, content deliverables.
Core principle: One extraction framework → N template types. Reusable architecture. Speed over depth.
Structured data about template purpose, fields, dependencies.
LLM directives. How to extract, transform, validate content for this template type.
Visual output. Layout, typography, interactive elements.
| Type | Purpose | Key Fields | Output Format |
|---|---|---|---|
| Brand Strategy | Positioning docs, brand books | voice_dna, visual_system, messaging_pillars | PDF/DOCX |
| Workflow | SOPs, process docs, playbooks | steps, dependencies, ownership | PDF/DOCX/HTML |
| Content Delivery | Blogs, articles, newsletters | headline, outline, cta_url | HTML/Markdown |
| Sales/Conversion | Email sequences, landing pages | hook, pain_points, cta | HTML/Email |
| Assessment | Quizzes, scoring rubrics, diagnostics | questions, scoring_logic, results | HTML/Interactive |
| Expert Extraction | Framework distillation, IP capture | frameworks, principles, mental_models | PDF/DOCX |
| Email/Sequence | Drip campaigns, follow-ups | email_1_hook, email_2_proof, cta | Email/HTML |
| Dashboard/Report | Data summaries, analytics | metrics, sparklines, kpis | HTML/PDF |
| Documentation | API docs, user guides, onboarding | sections, code_examples, faq | HTML/Markdown |
| Client Deliverable | Custom reports, proposals, analyses | client_name, findings, recommendations | PDF/DOCX |
Structured placeholders instead of bare tokens. Each token includes context about what it is and where it comes from.
Example:
Why structured tokens: AI can see context. Reduces hallucination. Clear what each field should contain. Easier to validate during rendering.
All Tier 2 templates inherit base design system. CSS variables for consistency.
| Dimension | Meta-Template (Tier 2) | Playbook Blueprint (Tier 1) |
|---|---|---|
| Best for | High-volume, flexible, reusable | Strategic, persona-specific, deep |
| Use cases | Email, reports, assessments, content | 7-step playbooks, strategic plans |
| Extraction depth | Shallow (field mapping) | Deep (7 analysis fields) |
| Output variability | High (10 template types) | Low (fixed 7-step structure) |
| Persona compounding | Minimal | Maximal (builds moat) |
| Build time per output | Fast (< 1 min) | Slow (2-5 mins) |