Skip to content

Commit e614f5d

Browse files
committed
Re-arranging the slides
1 parent 384fbd3 commit e614f5d

File tree

1 file changed

+57
-57
lines changed

1 file changed

+57
-57
lines changed

slides.md

Lines changed: 57 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,63 @@ Building a presentation about AI development tools is like trying to hit a movin
102102
transition: fade-out
103103
---
104104

105+
# Leveraging LLMs for Product Management
106+
107+
<div class="grid grid-cols-3 gap-4 mt-6">
108+
109+
<v-click>
110+
<div class="bg-blue-50 dark:bg-blue-900 p-4 rounded-lg">
111+
<h3 class="font-bold text-blue-700 dark:text-blue-300">Requirement Gathering</h3>
112+
<ul class="text-sm mt-2">
113+
<li>Generating detailed requirements docs</li>
114+
<li>Converting stakeholder interviews to specs</li>
115+
<li>Surfacing edge cases and considerations</li>
116+
<li>Creating acceptance criteria</li>
117+
</ul>
118+
</div>
119+
</v-click>
120+
121+
<v-click>
122+
<div class="bg-green-50 dark:bg-green-900 p-4 rounded-lg">
123+
<h3 class="font-bold text-green-700 dark:text-green-300">User Story Creation</h3>
124+
<ul class="text-sm mt-2">
125+
<li>Crafting user stories from objectives</li>
126+
<li>Generating acceptance criteria</li>
127+
<li>Refining and prioritizing the backlog</li>
128+
<li>Estimating complexity and effort</li>
129+
</ul>
130+
</div>
131+
</v-click>
132+
133+
<v-click>
134+
<div class="bg-purple-50 dark:bg-purple-900 p-4 rounded-lg">
135+
<h3 class="font-bold text-purple-700 dark:text-purple-300">Product Roadmapping</h3>
136+
<ul class="text-sm mt-2">
137+
<li>Suggesting roadmap milestones</li>
138+
<li>Identifying dependencies</li>
139+
<li>Visualizing the product timeline</li>
140+
<li>Aligning features with strategic goals</li>
141+
</ul>
142+
</div>
143+
</v-click>
144+
145+
</div>
146+
147+
<div class="mt-8">
148+
<v-click>
149+
<div class="bg-amber-50 dark:bg-amber-900 p-4 rounded-lg flex items-center">
150+
<div class="text-4xl mr-4">💡</div>
151+
<div>
152+
<p class="font-medium">LLMs enable product teams to focus on strategic decisions while automating the creation and management of product artifacts.</p>
153+
</div>
154+
</div>
155+
</v-click>
156+
</div>
157+
158+
---
159+
transition: fade-out
160+
---
161+
105162
# The Rise of AI Development Tools
106163

107164
<div grid="~ cols-2 gap-4">
@@ -200,63 +257,6 @@ class: px-2
200257
transition: slide-up
201258
---
202259

203-
# Leveraging LLMs for Product Management
204-
205-
<div class="grid grid-cols-3 gap-4 mt-6">
206-
207-
<v-click>
208-
<div class="bg-blue-50 dark:bg-blue-900 p-4 rounded-lg">
209-
<h3 class="font-bold text-blue-700 dark:text-blue-300">A. Requirement Gathering</h3>
210-
<ul class="text-sm mt-2">
211-
<li>Generating detailed requirements docs</li>
212-
<li>Converting stakeholder interviews to specs</li>
213-
<li>Surfacing edge cases and considerations</li>
214-
<li>Creating acceptance criteria</li>
215-
</ul>
216-
</div>
217-
</v-click>
218-
219-
<v-click>
220-
<div class="bg-green-50 dark:bg-green-900 p-4 rounded-lg">
221-
<h3 class="font-bold text-green-700 dark:text-green-300">B. User Story Creation</h3>
222-
<ul class="text-sm mt-2">
223-
<li>Crafting user stories from objectives</li>
224-
<li>Generating acceptance criteria</li>
225-
<li>Refining and prioritizing the backlog</li>
226-
<li>Estimating complexity and effort</li>
227-
</ul>
228-
</div>
229-
</v-click>
230-
231-
<v-click>
232-
<div class="bg-purple-50 dark:bg-purple-900 p-4 rounded-lg">
233-
<h3 class="font-bold text-purple-700 dark:text-purple-300">C. Product Roadmapping</h3>
234-
<ul class="text-sm mt-2">
235-
<li>Suggesting roadmap milestones</li>
236-
<li>Identifying dependencies</li>
237-
<li>Visualizing the product timeline</li>
238-
<li>Aligning features with strategic goals</li>
239-
</ul>
240-
</div>
241-
</v-click>
242-
243-
</div>
244-
245-
<div class="mt-8">
246-
<v-click>
247-
<div class="bg-amber-50 dark:bg-amber-900 p-4 rounded-lg flex items-center">
248-
<div class="text-4xl mr-4">💡</div>
249-
<div>
250-
<p class="font-medium">LLMs enable product teams to focus on strategic decisions while automating the creation and management of product artifacts.</p>
251-
</div>
252-
</div>
253-
</v-click>
254-
</div>
255-
256-
---
257-
layout: section
258-
---
259-
260260
# Hands-on Demos and Workflows
261261

262262
Let's explore specific tools that can accelerate our development

0 commit comments

Comments
 (0)