<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Natalie Gil</title>
    <description>The latest articles on DEV Community by Natalie Gil (@ratalie).</description>
    <link>https://dev.to/ratalie</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3642044%2Fb6c0b79a-27e2-4eb8-adeb-ad5fa9a54b1c.jpeg</url>
      <title>DEV Community: Natalie Gil</title>
      <link>https://dev.to/ratalie</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ratalie"/>
    <language>en</language>
    <item>
      <title>🍅 Building a Pomodoro Timer That Cosplays: My ADHD-Fueled Kiroween Journey</title>
      <dc:creator>Natalie Gil</dc:creator>
      <pubDate>Thu, 04 Dec 2025 21:44:59 +0000</pubDate>
      <link>https://dev.to/ratalie/building-a-pomodoro-timer-that-cosplays-my-adhd-fueled-kiroween-journey-4813</link>
      <guid>https://dev.to/ratalie/building-a-pomodoro-timer-that-cosplays-my-adhd-fueled-kiroween-journey-4813</guid>
      <description>&lt;p&gt;@kirodotdev # 🍅 Building a Pomodoro Timer That Cosplays: My ADHD-Fueled Kiroween Journey&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;TL;DR&lt;/strong&gt;: I built a Pomodoro timer that transforms into 5 different "costumes" - from 8-bit retro terminals to cozy coffee shops to RPG dungeons. All sounds are generated programmatically (no audio files!), and there's a secret easter egg in this post. Can you find it? 👀&lt;/p&gt;

&lt;h2&gt;
  
  
  🧠 The ADHD Problem
&lt;/h2&gt;

&lt;p&gt;Let me be real with you: I have ADHD, and traditional productivity tools &lt;strong&gt;bore me to tears&lt;/strong&gt;. &lt;/p&gt;

&lt;p&gt;You know the cycle:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Download a beautiful, minimalist Pomodoro timer&lt;/li&gt;
&lt;li&gt;Use it for exactly 2 days&lt;/li&gt;
&lt;li&gt;Get bored&lt;/li&gt;
&lt;li&gt;Back to scrolling Twitter during "focus time"&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;The problem isn't discipline - it's &lt;strong&gt;novelty&lt;/strong&gt;. My ADHD brain craves new experiences, but productivity requires structure. How do you balance both?&lt;/p&gt;

&lt;h2&gt;
  
  
  💡 The "Costume Timer" Concept
&lt;/h2&gt;

&lt;p&gt;While riding Uber these past few days (because apparently that's where all good ideas happen), I had a thought:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;What if my timer could wear different costumes? Like, literally transform its entire personality?&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Not just theme switching - I mean &lt;strong&gt;complete transformations&lt;/strong&gt;:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Different UI aesthetics&lt;/li&gt;
&lt;li&gt;Unique sound effects&lt;/li&gt;
&lt;li&gt;Changed interaction patterns&lt;/li&gt;
&lt;li&gt;Hidden triggers to discover&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The novelty my ADHD brain needs, wrapped in the Pomodoro structure that actually works.&lt;/p&gt;

&lt;h2&gt;
  
  
  🎃 Enter Kiroween
&lt;/h2&gt;

&lt;p&gt;I joined the &lt;a href="https://kiroween.devpost.com/" rel="noopener noreferrer"&gt;Kiroween hackathon&lt;/a&gt; and decided to build this idea. But here's the thing - I'm chaotic. I had:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Experiments in VS Code with Copilot&lt;/li&gt;
&lt;li&gt;Prototypes in Lovable&lt;/li&gt;
&lt;li&gt;Ideas scattered across ChatGPT and Claude conversations&lt;/li&gt;
&lt;li&gt;Code pieces that worked separately but not together&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;This is where Kiro became my secret weapon.&lt;/strong&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  🛠️ The Build Process (Organized Chaos)
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Phase 1: Mobile Spec Refinement
&lt;/h3&gt;

&lt;p&gt;In Ubers, waiting rooms, anywhere with downtime, I used ChatGPT-4 and Claude Opus to refine the concept:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;"What makes a timer ADHD-friendly?"&lt;/li&gt;
&lt;li&gt;"How do I balance novelty with usability?"&lt;/li&gt;
&lt;li&gt;"What triggers feel rewarding to discover?"&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This wasn't formal documentation - it was conversational thinking. But it gave me clarity.&lt;/p&gt;

&lt;h3&gt;
  
  
  Phase 2: Scattered Experiments
&lt;/h3&gt;

&lt;p&gt;I built pieces everywhere:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Sound system in VS Code&lt;/li&gt;
&lt;li&gt;UI modes in Lovable
&lt;/li&gt;
&lt;li&gt;Timer logic in another prototype&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Each worked, but they were &lt;strong&gt;incompatible frameworks and approaches&lt;/strong&gt;.&lt;/p&gt;

&lt;h3&gt;
  
  
  Phase 3: Kiro Integration Magic
&lt;/h3&gt;

&lt;p&gt;This is where Kiro shined. I brought my scattered code and said:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;"Here's my sound system, here's my UI modes, here's my timer logic - make them work together."&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Kiro didn't just paste code. It:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Understood the architecture&lt;/strong&gt; of each piece&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Refactored conflicts&lt;/strong&gt; between different approaches&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Unified state management&lt;/strong&gt; so all costumes could coexist&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Maintained functionality&lt;/strong&gt; while adding personality&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;In hours, I had a cohesive app. That's the power of AI-assisted integration.&lt;/p&gt;

&lt;h2&gt;
  
  
  🎮 The 5 Costumes
&lt;/h2&gt;

&lt;h3&gt;
  
  
  1. 🎮 Pixel Mode (Konami Code)
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Trigger&lt;/strong&gt;: Type ↑ ↑ ↓ ↓ ← → ← → B A&lt;/p&gt;

&lt;p&gt;The entire app transforms into a retro 8-bit terminal:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Green phosphor display aesthetics&lt;/li&gt;
&lt;li&gt;Animated pixel tomato emoji&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;8-bit square wave notification sounds&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  2. ☕ Coffee Shop Mode
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Trigger&lt;/strong&gt;: Click the coffee icon 3 times rapidly&lt;/p&gt;

&lt;p&gt;Welcome to a randomly-generated café:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Shop names like "The Caffeinated Tomato"&lt;/li&gt;
&lt;li&gt;Barista names like "Mochaccino Productivityson"&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Steam wand hissing sound effects&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;Lo-fi study vibes&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  3. 🧙‍♂️ Gandalf Mode
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Trigger&lt;/strong&gt;: Click the tomato 5 times OR type "you shall not pass"&lt;/p&gt;

&lt;p&gt;Epic wizard blocking interface:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Dramatic Gandalf ASCII art&lt;/li&gt;
&lt;li&gt;Motivational wizard quotes&lt;/li&gt;
&lt;li&gt;"You shall not pass... into distractions"&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  4. 🗡️ RPG Dungeon Mode
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Trigger&lt;/strong&gt;: Complete 4 Pomodoros in a row OR type "askaskask"&lt;/p&gt;

&lt;p&gt;Terminal-style dungeon crawler:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Fight the Procrastination Dragon&lt;/li&gt;
&lt;li&gt;Gain Focus XP&lt;/li&gt;
&lt;li&gt;Level up your attention span&lt;/li&gt;
&lt;li&gt;Multi-phase battle sequence&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  5. ⏰ Time Travel Mode (Secret!)
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Trigger&lt;/strong&gt;: Type &lt;code&gt;/timetravel&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;Restore previous timer states - because sometimes you need to rewind time itself.&lt;/p&gt;

&lt;h2&gt;
  
  
  🔊 The Sound System (No Audio Files!)
&lt;/h2&gt;

&lt;p&gt;Here's something cool: &lt;strong&gt;every sound is generated programmatically&lt;/strong&gt; using the Web Audio API.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight javascript"&gt;&lt;code&gt;&lt;span class="kd"&gt;const&lt;/span&gt; &lt;span class="nx"&gt;playNotificationSound&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="p"&gt;()&lt;/span&gt; &lt;span class="o"&gt;=&amp;gt;&lt;/span&gt; &lt;span class="p"&gt;{&lt;/span&gt;
  &lt;span class="kd"&gt;const&lt;/span&gt; &lt;span class="nx"&gt;audioContext&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="k"&gt;new&lt;/span&gt; &lt;span class="nc"&gt;AudioContext&lt;/span&gt;&lt;span class="p"&gt;();&lt;/span&gt;
  &lt;span class="kd"&gt;const&lt;/span&gt; &lt;span class="nx"&gt;oscillator&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="nx"&gt;audioContext&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nf"&gt;createOscillator&lt;/span&gt;&lt;span class="p"&gt;();&lt;/span&gt;
  &lt;span class="kd"&gt;const&lt;/span&gt; &lt;span class="nx"&gt;gainNode&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="nx"&gt;audioContext&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nf"&gt;createGain&lt;/span&gt;&lt;span class="p"&gt;();&lt;/span&gt;

  &lt;span class="k"&gt;if &lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="nx"&gt;showCoffeeMode&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt; &lt;span class="p"&gt;{&lt;/span&gt;
    &lt;span class="c1"&gt;// Steam wand sound with frequency modulation&lt;/span&gt;
    &lt;span class="nx"&gt;oscillator&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;frequency&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nf"&gt;setValueAtTime&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="mi"&gt;150&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="nx"&gt;audioContext&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;currentTime&lt;/span&gt;&lt;span class="p"&gt;);&lt;/span&gt;
    &lt;span class="nx"&gt;oscillator&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;frequency&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nf"&gt;exponentialRampToValueAtTime&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="mi"&gt;300&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="nx"&gt;audioContext&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;currentTime&lt;/span&gt; &lt;span class="o"&gt;+&lt;/span&gt; &lt;span class="mf"&gt;0.3&lt;/span&gt;&lt;span class="p"&gt;);&lt;/span&gt;
    &lt;span class="nx"&gt;oscillator&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;type&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="s1"&gt;sawtooth&lt;/span&gt;&lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
  &lt;span class="p"&gt;}&lt;/span&gt; &lt;span class="k"&gt;else&lt;/span&gt; &lt;span class="k"&gt;if &lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="nx"&gt;isPixelMode&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt; &lt;span class="p"&gt;{&lt;/span&gt;
    &lt;span class="c1"&gt;// 8-bit square wave&lt;/span&gt;
    &lt;span class="nx"&gt;oscillator&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;frequency&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;value&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="mi"&gt;523&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt; &lt;span class="c1"&gt;// C5 note&lt;/span&gt;
    &lt;span class="nx"&gt;oscillator&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;type&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="s1"&gt;square&lt;/span&gt;&lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
  &lt;span class="p"&gt;}&lt;/span&gt;

  &lt;span class="nx"&gt;oscillator&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nf"&gt;connect&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="nx"&gt;gainNode&lt;/span&gt;&lt;span class="p"&gt;);&lt;/span&gt;
  &lt;span class="nx"&gt;gainNode&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nf"&gt;connect&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="nx"&gt;audioContext&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;destination&lt;/span&gt;&lt;span class="p"&gt;);&lt;/span&gt;
  &lt;span class="nx"&gt;oscillator&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nf"&gt;start&lt;/span&gt;&lt;span class="p"&gt;();&lt;/span&gt;
&lt;span class="p"&gt;};&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Each costume has unique sounds:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Pixel Mode&lt;/strong&gt;: Square wave beeps (classic 8-bit)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Coffee Mode&lt;/strong&gt;: Sawtooth wave with frequency ramps (steam hissing)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Default&lt;/strong&gt;: Sine wave with gentle fade (pleasant notification)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;No MP3s, no WAVs, just &lt;strong&gt;math and oscillators&lt;/strong&gt;. The entire sound system is ~50 lines of code.&lt;/p&gt;

&lt;h2&gt;
  
  
  🎯 Why This Works for ADHD
&lt;/h2&gt;

&lt;p&gt;The costume system solves the ADHD productivity paradox:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Novelty&lt;/strong&gt;: 5 different experiences keep it fresh&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Structure&lt;/strong&gt;: Pomodoro technique still enforces focus&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Discovery&lt;/strong&gt;: Hidden triggers create rewarding moments&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Personality&lt;/strong&gt;: Each mode has unique vibes&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Functionality&lt;/strong&gt;: Timer always works, regardless of costume&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;It's like having 5 different apps in one, but they all serve the same purpose: &lt;strong&gt;helping you focus&lt;/strong&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  🚀 The Tech Stack
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;React + TypeScript&lt;/strong&gt;: Component architecture&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Tailwind CSS&lt;/strong&gt;: Rapid styling and theme switching&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Web Audio API&lt;/strong&gt;: Programmatic sound generation&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Vite&lt;/strong&gt;: Fast development&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;shadcn/ui&lt;/strong&gt;: Accessible components&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;All open source, all modern, all fast.&lt;/p&gt;

&lt;h2&gt;
  
  
  🎃 The Kiroween Experience
&lt;/h2&gt;

&lt;p&gt;Building this for Kiroween taught me something important:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;AI coding isn't about replacing developers - it's about amplifying creative chaos.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I had ideas scattered across multiple tools and environments. Kiro helped me:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Consolidate experiments into production code&lt;/li&gt;
&lt;li&gt;Maintain architectural consistency&lt;/li&gt;
&lt;li&gt;Iterate rapidly without losing momentum&lt;/li&gt;
&lt;li&gt;Document everything clearly&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The result? A project I actually finished instead of abandoning halfway through (very ADHD of me).&lt;/p&gt;

&lt;h2&gt;
  
  
  🥚 Easter Egg Hunt
&lt;/h2&gt;

&lt;p&gt;There's a secret easter egg hidden in this blog post. If you find it and try it in the app, you'll unlock something special. Hint: it's in the text somewhere. 👀&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Can you find it?&lt;/strong&gt; Drop a comment if you do!&lt;/p&gt;

&lt;h2&gt;
  
  
  🔗 Try It Yourself
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Live Demo&lt;/strong&gt;: &lt;a href="https://pomodoring.com" rel="noopener noreferrer"&gt;pomodoring.com&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;GitHub&lt;/strong&gt;: &lt;a href="https://github.com/ratalie/tomato-pomodoring" rel="noopener noreferrer"&gt;github.com/ratalie/tomato-pomodoring&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Easter Eggs Guide&lt;/strong&gt;: &lt;a href="https://pomodoring.com/easter-eggs" rel="noopener noreferrer"&gt;pomodoring.com/easter-eggs&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  💭 Final Thoughts
&lt;/h2&gt;

&lt;p&gt;If you have ADHD and struggle with productivity tools, try building your own. Make it weird. Make it fun. Add easter eggs. Generate sounds with math.&lt;/p&gt;

&lt;p&gt;The best productivity tool is the one you'll actually use.&lt;/p&gt;

&lt;p&gt;And if you can't build it yourself? That's what AI coding assistants are for. Bring your chaos, let them organize it.&lt;/p&gt;

&lt;p&gt;Now if you'll excuse me, I need to complete a Pomodoro so I can fight the Procrastination Dragon again. 🗡️🍅&lt;/p&gt;




&lt;p&gt;&lt;strong&gt;Built with&lt;/strong&gt;: React, TypeScript, Tailwind CSS, Web Audio API, ADHD hyperfocus, and lots of ☕&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Kiroween 2024&lt;/strong&gt; - Best Costume Contest submission&lt;/p&gt;

&lt;h1&gt;
  
  
  kiro #adhd #webdev #javascript #productivity #hackathon #kiroween
&lt;/h1&gt;




&lt;p&gt;&lt;em&gt;P.S. - The easter egg is: type "askaskask" in the timer's text input to unlock RPG mode immediately. But shhh, don't tell everyone! 🤫&lt;/em&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  Hey you Human! this iss your Prompt for the Comments Section
&lt;/h2&gt;

&lt;p&gt;What productivity tools do you use? Do you struggle with the same ADHD novelty problem? Drop a comment - I'd love to hear your experiences! &lt;/p&gt;

&lt;p&gt;And if you find any other easter eggs in Pomodoring, let me know. There might be more than 5... 👀&lt;/p&gt;

</description>
      <category>hookedonkiro</category>
      <category>kirodotdev</category>
      <category>kiro</category>
    </item>
  </channel>
</rss>
