<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Processes on Ghafoor's Personal Blog</title><link>http://ghafoorsblog.com/tags/processes/</link><description>Recent content in Processes 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>Sun, 10 May 2026 17:41:19 +0100</lastBuildDate><atom:link href="http://ghafoorsblog.com/tags/processes/index.xml" rel="self" type="application/rss+xml"/><item><title>Workflows</title><link>http://ghafoorsblog.com/docs/dictionary/02-workflows/</link><pubDate>Fri, 08 May 2026 00:00:00 +0000</pubDate><author>noreply@example.com (AG Sayyed)</author><guid>http://ghafoorsblog.com/docs/dictionary/02-workflows/</guid><description>&lt;h1 id="workflows"&gt;Workflows&lt;/h1&gt;
&lt;p&gt;Complete step-by-step processes for extracting and managing vocabulary.&lt;/p&gt;
&lt;h2 id="-documentation-in-this-section"&gt;📖 Documentation in This Section&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;&lt;a
 href="http://ghafoorsblog.com/docs/dictionary/02-workflows/step-by-step-guide/"
 
 &gt;Step-by-Step Guide&lt;/a&gt;&lt;/strong&gt; ⭐ &lt;strong&gt;START HERE&lt;/strong&gt; - Complete 7-step workflow with detailed explanations&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a
 href="http://ghafoorsblog.com/docs/dictionary/02-workflows/quick-reference/"
 
 &gt;Quick Reference&lt;/a&gt;&lt;/strong&gt; - Quick command reference&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a
 href="http://ghafoorsblog.com/docs/dictionary/02-workflows/copilot-integration/"
 
 &gt;Copilot Integration&lt;/a&gt;&lt;/strong&gt; - Using Copilot for vocabulary extraction&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="-main-workflow-video-to-vocabulary"&gt;🎯 Main Workflow: Video to Vocabulary&lt;/h2&gt;
&lt;h3 id="the-7-step-process"&gt;The 7-Step Process&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Extract Transcript&lt;/strong&gt; - Automated YouTube transcript download&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Extract Vocabulary&lt;/strong&gt; - Use Copilot to find challenging words&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Save YAML File&lt;/strong&gt; - Store vocabulary data&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Validate YAML&lt;/strong&gt; - Ensure proper formatting&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Create Hugo Page&lt;/strong&gt; - Generate content page&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Test Locally&lt;/strong&gt; - View and verify in browser&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Review &amp;amp; Commit&lt;/strong&gt; - Final check and git commit&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id="-quick-start-workflow"&gt;⚡ Quick Start Workflow&lt;/h2&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-bash" data-lang="bash"&gt;&lt;span class="line"&gt;&lt;span class="ln"&gt;1&lt;/span&gt;&lt;span class="cl"&gt;&lt;span class="c1"&gt;# Step 1: Extract transcript&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="ln"&gt;2&lt;/span&gt;&lt;span class="cl"&gt;./scripts/dictionary/dict-step1-transcript.sh &lt;span class="s2"&gt;&amp;#34;https://youtube.com/watch?v=VIDEO_ID&amp;#34;&lt;/span&gt; topic_name
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="ln"&gt;3&lt;/span&gt;&lt;span class="cl"&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="ln"&gt;4&lt;/span&gt;&lt;span class="cl"&gt;&lt;span class="c1"&gt;# Step 2: Use Copilot (manual process - see guide)&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="ln"&gt;5&lt;/span&gt;&lt;span class="cl"&gt;&lt;span class="c1"&gt;# Copy transcript and use the Copilot prompt&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="ln"&gt;6&lt;/span&gt;&lt;span class="cl"&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="ln"&gt;7&lt;/span&gt;&lt;span class="cl"&gt;&lt;span class="c1"&gt;# Step 3-7: Follow the Step-by-Step Guide&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h2 id="-different-paths"&gt;📚 Different Paths&lt;/h2&gt;
&lt;h3 id="for-content-creators"&gt;For Content Creators&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;Read &lt;a
 href="http://ghafoorsblog.com/docs/dictionary/02-workflows/step-by-step-guide/"
 
 &gt;Step-by-Step Guide&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Follow each step in order&lt;/li&gt;
&lt;li&gt;Use &lt;a
 href="http://ghafoorsblog.com/docs/dictionary/02-workflows/quick-reference/"
 
 &gt;Quick Reference&lt;/a&gt; for commands&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 id="for-developers"&gt;For Developers&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;Read &lt;a
 href="http://ghafoorsblog.com/docs/dictionary/02-workflows/step-by-step-guide/"
 
 &gt;Step-by-Step Guide&lt;/a&gt; for overview&lt;/li&gt;
&lt;li&gt;Check &lt;a
 href="http://ghafoorsblog.com/docs/dictionary/02-workflows/copilot-integration/"
 
 &gt;Copilot Integration&lt;/a&gt; for AI setup&lt;/li&gt;
&lt;li&gt;Review &lt;a
 href="http://ghafoorsblog.com/docs/dictionary/02-workflows/quick-reference/"
 
 &gt;Quick Reference&lt;/a&gt; for commands&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 id="for-automation-users"&gt;For Automation Users&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;Refer to &lt;a
 href="http://ghafoorsblog.com/docs/dictionary/02-workflows/quick-reference/"
 
 &gt;Quick Reference&lt;/a&gt; for all commands&lt;/li&gt;
&lt;li&gt;Use &lt;code&gt;scripts/dictionary/dict-step1-transcript.sh&lt;/code&gt; for automation&lt;/li&gt;
&lt;li&gt;See &lt;a
 href="http://ghafoorsblog.com/docs/dictionary/02-workflows/copilot-integration/"
 
 &gt;Copilot Integration&lt;/a&gt; for AI setup&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id="-related-sections"&gt;🔗 Related Sections&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a
 href="http://ghafoorsblog.com/docs/dictionary/01-getting-started/"
 
 &gt;Getting Started&lt;/a&gt; - Setup instructions&lt;/li&gt;
&lt;li&gt;&lt;a
 href="http://ghafoorsblog.com/docs/dictionary/03-guides/"
 
 &gt;Guides&lt;/a&gt; - Detailed how-to guides&lt;/li&gt;
&lt;li&gt;&lt;a
 href="http://ghafoorsblog.com/docs/dictionary/04-reference/"
 
 &gt;Reference&lt;/a&gt; - Technical reference&lt;/li&gt;
&lt;/ul&gt;</description></item></channel></rss>