Skip to content

Templates Library

Last Updated: 08/11/2025 Version: 1.0


This is your central library of reusable templates for creating consistent, high-quality documents across iSu Technologies. Always start with a template - don’t create documents from scratch.


/templates/
├── README.md (this file)
├── business-development/ # BD templates
│ ├── proposal-template.md
│ ├── business-case-template.md
│ ├── rfp-response-template.md
│ ├── opportunity-assessment-template.md
│ └── pitch-deck-outline.md
├── projects/ # Project templates
│ ├── project-charter-template.md
│ ├── requirements-document-template.md
│ ├── project-report-template.md
│ └── handover-document-template.md
├── operations/ # Operational templates
│ ├── meeting-notes-template.md
│ ├── sop-template.md
│ └── policy-template.md
└── general/ # General-purpose templates
├── memo-template.md
└── report-template.md

TemplateUse ForLocation
Proposal TemplateClient proposals/business-development/proposal-template.md
Business Case TemplateInvestment justifications/business-development/business-case-template.md
RFP Response TemplateResponding to RFPs/RFIs/business-development/rfp-response-template.md
Opportunity AssessmentEvaluating opportunities/business-development/opportunity-assessment-template.md
Pitch Deck OutlinePresentation structure/business-development/pitch-deck-outline.md

TemplateUse ForLocation
Project CharterInitiating projects/projects/project-charter-template.md
Requirements DocumentGathering requirements/projects/requirements-document-template.md
Project ReportStatus/final reports/projects/project-report-template.md
Handover DocumentDelivering to clients/projects/handover-document-template.md

TemplateUse ForLocation
Meeting NotesRecording meetings/operations/meeting-notes-template.md
SOP TemplateStandard operating procedures/operations/sop-template.md
Policy TemplateCompany policies/operations/policy-template.md

See /marketing/email-templates/ for comprehensive email template library.


  • Use this index to locate appropriate template
  • Or browse category folders

DO NOT edit the template file directly!

Terminal window
# Copy template to your working folder
cp /path/to/template.md /path/to/your-folder/your-document-name.md

Or: Open template, select all, copy, paste into new file

Replace metadata header fields:

---
title: [YOUR_DOCUMENT_TITLE]
created: [DD/MM/YYYY]
updated: [DD/MM/YYYY]
author: [YOUR_NAME]
...
---
  • Find all [PLACEHOLDER] fields
  • Replace with actual information
  • Use Find & Replace (Cmd/Ctrl + F) to ensure you don’t miss any
  • Follow template structure
  • Add/remove sections as needed for your specific case
  • Ensure all guidance text removed before final version
  • Use template’s built-in checklist (most have one)
  • Check against document standards
  • Save in appropriate category folder

  • ✅ Always start with a template
  • ✅ Follow the template structure
  • ✅ Replace ALL placeholders
  • ✅ Update metadata completely
  • ✅ Save in appropriate folder with correct naming
  • ❌ Edit template files directly (always copy first)
  • ❌ Leave [PLACEHOLDERS] in final document
  • ❌ Skip sections without good reason
  • ❌ Ignore the built-in checklists
  • ❌ Deviate from standards without reason

Found a template issue?

  1. Note the problem
  2. Suggest improvement
  3. Discuss with template owner
  4. Update template (with version increment)
  5. Communicate changes to team

Need a new template?

  1. Check if similar template exists
  2. Propose new template to operations lead
  3. Create following template standards
  4. Add to appropriate category
  5. Update this index

Questions about templates: [Operations Lead] Suggest improvements: [Email/Chat]


Templates Library maintained by iSu Technologies Operations Team Help us improve templates - your feedback matters! Last Updated: 08/11/2025