Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions apps/web/content-collections.ts
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ const templates = defineCollection({
schema: z.object({
title: z.string(),
description: z.string(),
category: z.string(),
sections: z.array(
z.object({
title: z.string(),
Expand Down
1 change: 1 addition & 0 deletions apps/web/content/templates/board-meeting.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: "Board Meeting"
description: "Comprehensive template for board meetings and governance discussions"
category: "Leadership & Management"
sections:
- title: "Company Performance"
description: "Financial and operational updates"
Expand Down
1 change: 1 addition & 0 deletions apps/web/content/templates/brainstorming-session.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: "Brainstorming Session"
description: "Template for creative brainstorming and ideation sessions"
category: "Product & Design"
sections:
- title: "Session Goal"
description: "What problem or opportunity are we exploring?"
Expand Down
1 change: 1 addition & 0 deletions apps/web/content/templates/client-kickoff.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: "Client Kickoff Meeting"
description: "Template for starting new client engagements and setting expectations"
category: "Sales & Customer Success"
sections:
- title: "Project Overview"
description: "Scope, objectives, and deliverables"
Expand Down
1 change: 1 addition & 0 deletions apps/web/content/templates/customer-discovery.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: "Customer Discovery Interview"
description: "Template for conducting customer discovery and user research interviews"
category: "Product & Design"
sections:
- title: "Background"
description: "Customer context and background"
Expand Down
1 change: 1 addition & 0 deletions apps/web/content/templates/daily-standup.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: "Daily Standup"
description: "Quick daily sync template for agile teams to share progress and blockers"
category: "Engineering & Development"
sections:
- title: "Yesterday's Accomplishments"
description: "What did you complete yesterday?"
Expand Down
1 change: 1 addition & 0 deletions apps/web/content/templates/executive-briefing.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: "Executive Briefing"
description: "Template for executives to capture high-level strategic discussions and decisions"
category: "Leadership & Management"
sections:
- title: "Strategic Overview"
description: "High-level context and objectives"
Expand Down
1 change: 1 addition & 0 deletions apps/web/content/templates/incident-postmortem.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: "Incident Postmortem"
description: "Template for conducting blameless postmortems after incidents or outages"
category: "Engineering & Development"
sections:
- title: "Incident Summary"
description: "What happened and when"
Expand Down
1 change: 1 addition & 0 deletions apps/web/content/templates/investor-pitch.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: "Investor Pitch Meeting"
description: "Template for founders pitching to investors and VCs"
category: "Business Development"
sections:
- title: "Meeting Context"
description: "Investor background and meeting purpose"
Expand Down
1 change: 1 addition & 0 deletions apps/web/content/templates/lecture-notes.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: "Lecture Notes"
description: "Template for students to capture and organize lecture content"
category: "Learning & Research"
sections:
- title: "Lecture Information"
description: "Course, date, and topic"
Expand Down
1 change: 1 addition & 0 deletions apps/web/content/templates/one-on-one-meeting.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: "1:1 Meeting"
description: "A structured template for one-on-one meetings with team members"
category: "Leadership & Management"
sections:
- title: "Updates"
description: "What's been happening since last time?"
Expand Down
1 change: 1 addition & 0 deletions apps/web/content/templates/performance-review.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: "Performance Review"
description: "Template for conducting employee performance reviews and career development discussions"
category: "Leadership & Management"
sections:
- title: "Review Period Summary"
description: "Overview of the review period"
Expand Down
1 change: 1 addition & 0 deletions apps/web/content/templates/product-roadmap-review.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: "Product Roadmap Review"
description: "Template for product managers to review and align on product roadmap priorities"
category: "Product & Design"
sections:
- title: "Current Status"
description: "Progress on in-flight initiatives"
Expand Down
1 change: 1 addition & 0 deletions apps/web/content/templates/project-kickoff.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: "Project Kickoff"
description: "Comprehensive template for starting new projects with clear objectives and alignment"
category: "Leadership & Management"
sections:
- title: "Project Overview"
- title: "Goals & Success Metrics"
Expand Down
1 change: 1 addition & 0 deletions apps/web/content/templates/sales-discovery-call.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: "Sales Discovery Call"
description: "Template for sales teams to qualify leads and understand customer needs"
category: "Sales & Customer Success"
sections:
- title: "Company Overview"
description: "Background on the prospect"
Expand Down
1 change: 1 addition & 0 deletions apps/web/content/templates/sprint-planning.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: "Sprint Planning"
description: "Template for planning development sprints and setting team goals"
category: "Engineering & Development"
sections:
- title: "Sprint Goal"
description: "What is the main objective for this sprint?"
Expand Down
1 change: 1 addition & 0 deletions apps/web/content/templates/sprint-retrospective.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: "Sprint Retrospective"
description: "Reflect on the sprint to continuously improve team processes and collaboration"
category: "Engineering & Development"
sections:
- title: "What Went Well"
description: "Celebrate wins and positive outcomes"
Expand Down
1 change: 1 addition & 0 deletions apps/web/content/templates/technical-design-review.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: "Technical Design Review"
description: "Template for engineers to review technical designs and architecture decisions"
category: "Engineering & Development"
sections:
- title: "Problem Statement"
description: "What problem are we solving?"
Expand Down
Loading
Loading