<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Checklist on Ghafoor's Personal Blog</title><link>http://ghafoorsblog.com/tags/checklist/</link><description>Recent content in Checklist on Ghafoor's Personal Blog</description><generator>Hugo</generator><language>en</language><managingEditor>noreply@example.com (AG Sayyed)</managingEditor><webMaster>noreply@example.com (AG Sayyed)</webMaster><copyright>Copyright © 2024-2026 AG Sayyed. All Rights Reserved.</copyright><lastBuildDate>Fri, 15 May 2026 13:20:20 +0100</lastBuildDate><atom:link href="http://ghafoorsblog.com/tags/checklist/index.xml" rel="self" type="application/rss+xml"/><item><title>Getting Started Checklist</title><link>http://ghafoorsblog.com/docs/dictionary/01-getting-started/checklist/</link><pubDate>Fri, 08 May 2026 00:00:00 +0000</pubDate><author>noreply@example.com (AG Sayyed)</author><guid>http://ghafoorsblog.com/docs/dictionary/01-getting-started/checklist/</guid><description>&lt;h1 id="dictionary-video-to-vocabulary-getting-started-checklist"&gt;Dictionary Video-to-Vocabulary: Getting Started Checklist&lt;/h1&gt;
&lt;h2 id="-quick-start-copilot-method---15-minutes"&gt;⚡ Quick Start (Copilot Method - 15 minutes)&lt;/h2&gt;
&lt;h3 id="prerequisites"&gt;Prerequisites&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;input disabled="" type="checkbox"&gt; Have a YouTube video URL you want to learn from&lt;/li&gt;
&lt;li&gt;&lt;input disabled="" type="checkbox"&gt; Have GitHub Copilot Chat or ChatGPT access&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="steps"&gt;Steps&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;input disabled="" type="checkbox"&gt; Install youtube-transcript-api: &lt;code&gt;pip install youtube-transcript-api&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;input disabled="" type="checkbox"&gt; Get video transcript: &lt;code&gt;youtube-transcript-api VIDEO_ID --format text &amp;gt; transcript.txt&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;input disabled="" type="checkbox"&gt; Read /docs/dictionary/02-workflows/copilot-integration/&lt;/li&gt;
&lt;li&gt;&lt;input disabled="" type="checkbox"&gt; Copy the main prompt template&lt;/li&gt;
&lt;li&gt;&lt;input disabled="" type="checkbox"&gt; Replace &lt;code&gt;[TOPIC]&lt;/code&gt; with your topic&lt;/li&gt;
&lt;li&gt;&lt;input disabled="" type="checkbox"&gt; Replace &lt;code&gt;[TRANSCRIPT]&lt;/code&gt; with your transcript&lt;/li&gt;
&lt;li&gt;&lt;input disabled="" type="checkbox"&gt; Paste into Copilot Chat&lt;/li&gt;
&lt;li&gt;&lt;input disabled="" type="checkbox"&gt; Wait for YAML output&lt;/li&gt;
&lt;li&gt;&lt;input disabled="" type="checkbox"&gt; Copy output to &lt;code&gt;data/dictionary/[topic]/vocabulary.yaml&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;input disabled="" type="checkbox"&gt; Validate YAML: &lt;code&gt;python -c &amp;quot;import yaml; yaml.safe_load(open('data/dictionary/[topic]/vocabulary.yaml'))&amp;quot;&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;input disabled="" type="checkbox"&gt; Create Hugo page: &lt;code&gt;hugo new content/docs/dictionary/[topic]/index.md --kind dictionary&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;input disabled="" type="checkbox"&gt; Edit Hugo page to reference your topic&lt;/li&gt;
&lt;li&gt;&lt;input disabled="" type="checkbox"&gt; Test: &lt;code&gt;npm run dev:memory&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;input disabled="" type="checkbox"&gt; Visit: &lt;code&gt;http://localhost:1313/docs/dictionary/[topic]/&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;input disabled="" type="checkbox"&gt; Review and edit Urdu translations&lt;/li&gt;
&lt;li&gt;&lt;input disabled="" type="checkbox"&gt; Commit: &lt;code&gt;git add data/dictionary/ content/docs/dictionary/ &amp;amp;&amp;amp; git commit -m &amp;quot;Add vocabulary from [video]&amp;quot;&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Estimated Time&lt;/strong&gt;: 15-20 minutes&lt;/p&gt;</description></item></channel></rss>