<?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: Nicolas Lens</title>
    <description>The latest articles on DEV Community by Nicolas Lens (@nicolaslens).</description>
    <link>https://dev.to/nicolaslens</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4030354%2Feaf2e2e7-59bd-4b14-8b76-f823b212da88.png</url>
      <title>DEV Community: Nicolas Lens</title>
      <link>https://dev.to/nicolaslens</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/nicolaslens"/>
    <language>en</language>
    <item>
      <title>I built Roxima Focus to turn a project backlog into a three-task focus queue</title>
      <dc:creator>Nicolas Lens</dc:creator>
      <pubDate>Wed, 15 Jul 2026 11:58:36 +0000</pubDate>
      <link>https://dev.to/nicolaslens/i-built-roxima-focus-to-turn-a-project-backlog-into-a-three-task-focus-queue-2k0o</link>
      <guid>https://dev.to/nicolaslens/i-built-roxima-focus-to-turn-a-project-backlog-into-a-three-task-focus-queue-2k0o</guid>
      <description>&lt;p&gt;Most task managers are good at storing everything I &lt;em&gt;could&lt;/em&gt; do. My problem started one step later: when I opened a project with twenty tasks, I still had to decide what to start, estimate a useful session, and resist reorganizing the list instead of working.&lt;/p&gt;

&lt;p&gt;I built &lt;strong&gt;Roxima Focus&lt;/strong&gt; around a smaller execution loop.&lt;/p&gt;

&lt;h2&gt;
  
  
  The workflow
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;Keep tasks inside their real projects.&lt;/li&gt;
&lt;li&gt;Add no more than three tasks to &lt;strong&gt;Today&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Keep the current task beside a Focus timer.&lt;/li&gt;
&lt;li&gt;Finish or mark it blocked.&lt;/li&gt;
&lt;li&gt;Move to the next task without reopening the whole backlog.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;The daily queue only references the original tasks, so completing one does not create a disconnected copy.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why three priorities?
&lt;/h2&gt;

&lt;p&gt;Showing a single task felt too rigid. Showing an unlimited list recreated the same overload I was trying to remove.&lt;/p&gt;

&lt;p&gt;Three is my current compromise: enough choice to adapt to energy or context, but small enough to make starting easier. The first task is highlighted, but the user can select either of the other two.&lt;/p&gt;

&lt;h2&gt;
  
  
  What I am testing now
&lt;/h2&gt;

&lt;p&gt;A first session is not enough evidence that the workflow is useful. The product question is whether someone voluntarily returns on another day.&lt;/p&gt;

&lt;p&gt;I am therefore running a tiny public beta for freelancers and solo builders:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Day 1:&lt;/strong&gt; choose one real task and complete one Focus session of at least five minutes.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Day 2:&lt;/strong&gt; return and complete another session.&lt;/li&gt;
&lt;li&gt;Then tell me what helped or almost stopped the return.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The app now offers an optional calendar reminder after Day 1. It is deliberately a normal calendar link rather than a push-notification system.&lt;/p&gt;

&lt;h2&gt;
  
  
  Implementation notes
&lt;/h2&gt;

&lt;p&gt;The interface is built in vanilla JavaScript. Authenticated task and Focus history are synchronized with Supabase, while the public demo can be tried before creating an account.&lt;/p&gt;

&lt;p&gt;I am intentionally postponing automated AI prioritization. The manual loop needs to be understandable and useful first; later, an AI manager could call the same operations instead of creating a parallel workflow.&lt;/p&gt;

&lt;p&gt;You can try the public beta here:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://roxima.io/?utm_source=devto&amp;amp;utm_medium=community_post&amp;amp;utm_campaign=devto_two_day_pilot" rel="noopener noreferrer"&gt;https://roxima.io/?utm_source=devto&amp;amp;utm_medium=community_post&amp;amp;utm_campaign=devto_two_day_pilot&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;It is free, with no credit card and no sales call.&lt;/p&gt;

&lt;p&gt;Critical feedback is more useful than encouragement. I am especially interested in:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Was the first action obvious?&lt;/li&gt;
&lt;li&gt;Did the three-task limit reduce hesitation or feel artificial?&lt;/li&gt;
&lt;li&gt;What nearly stopped you from returning on Day 2?&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>showdev</category>
      <category>productivity</category>
      <category>javascript</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
