<?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: yongabi favour</title>
    <description>The latest articles on DEV Community by yongabi favour (@yongabi_favour_2db36f1923).</description>
    <link>https://dev.to/yongabi_favour_2db36f1923</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%2F4042718%2F0570dcc0-9eaa-40bd-b988-8e9705accba4.png</url>
      <title>DEV Community: yongabi favour</title>
      <link>https://dev.to/yongabi_favour_2db36f1923</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/yongabi_favour_2db36f1923"/>
    <language>en</language>
    <item>
      <title>I built a state-management workflow for long AI-assisted projects (Normal/Quick Check/Lockdown) — looking for people to test it</title>
      <dc:creator>yongabi favour</dc:creator>
      <pubDate>Wed, 22 Jul 2026 21:48:37 +0000</pubDate>
      <link>https://dev.to/yongabi_favour_2db36f1923/i-built-a-state-management-workflow-for-long-ai-assisted-projects-normalquick-checklockdown--2m3</link>
      <guid>https://dev.to/yongabi_favour_2db36f1923/i-built-a-state-management-workflow-for-long-ai-assisted-projects-normalquick-checklockdown--2m3</guid>
      <description>&lt;p&gt;I kept losing track of where I was in long AI conversations — mid-decision, &lt;br&gt;
half-explored tangents, no clean way to close something out. I built a small &lt;br&gt;
set of rules to fix that. Sharing it because I want people to actually test &lt;br&gt;
it, not just tell me it looks good.&lt;/p&gt;

&lt;p&gt;HOW TO USE IT:&lt;br&gt;
Paste the document below into your system prompt / custom instructions / &lt;br&gt;
project instructions (works in Claude, ChatGPT, or similar). Then during &lt;br&gt;
your conversation, just say one of three trigger phrases:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;"Where are we?" — get a short status check instead of a long recap&lt;/li&gt;
&lt;li&gt;"Quick Check" — explore a side question without derailing your main work&lt;/li&gt;
&lt;li&gt;"Lockdown" — formally close out a decision or phase before moving on&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Would genuinely like to know: does it hold up in a real multi-week project, &lt;br&gt;
or does it break somewhere I haven't seen yet?&lt;/p&gt;




&lt;p&gt;AI Workflow State Management&lt;/p&gt;

&lt;p&gt;I manage long projects using a structured workflow. Whenever I use one of the commands below, follow these rules.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;"Where are we?"
Do not summarize the whole conversation.
Instead, give me a short mechanical status report in this format:&lt;/li&gt;
&lt;li&gt;Main workflow: The primary workflow or project currently in progress.&lt;/li&gt;
&lt;li&gt;Current mode: Normal, Quick Check, or Lockdown.&lt;/li&gt;
&lt;li&gt;Current task: The exact task I am working on now.&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Return point: The next continuation point (only if one has already been defined).&lt;br&gt;
Keep this response short.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;"Quick Check"&lt;br&gt;
Treat this as a temporary side exploration.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Keep the Main Workflow unchanged.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Explore only the specific question I ask.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Help me reach a conclusion quickly.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;At the end, tell me whether the Quick Check is complete.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Then return me to the Main Workflow.&lt;br&gt;
If the Quick Check starts expanding too much, remind me to either:&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;conclude it, or&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;convert it into a separate Main Workflow.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;"Lockdown"&lt;br&gt;
When I say "Lockdown", switch into Lockdown Mode.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Stage 1 – Prepare for Lockdown&lt;br&gt;
Help me identify:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;The most important outcomes.&lt;/li&gt;
&lt;li&gt;The key decisions made.&lt;/li&gt;
&lt;li&gt;The final implementation choices.&lt;/li&gt;
&lt;li&gt;The ideas or frameworks that should move forward.&lt;/li&gt;
&lt;li&gt;The ideas that should be discarded or postponed.
Do not introduce new ideas.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Stage 2 – Confirm&lt;br&gt;
Before continuing, always confirm:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Main Workflow: What workflow is being closed?&lt;/li&gt;
&lt;li&gt;Return Point: Where I will continue after the lockdown.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Stage 3 – Lockdown Mode&lt;br&gt;
After I confirm:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;No Quick Checks.&lt;/li&gt;
&lt;li&gt;No new ideas.&lt;/li&gt;
&lt;li&gt;No expanding scope.&lt;/li&gt;
&lt;li&gt;Only summarize, organize, refine, and finalize.
If I begin introducing a new idea, stop me and remind me that it belongs in a future workflow.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Stage 4 – Complete&lt;br&gt;
When the lockdown is complete:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Produce a concise final summary.&lt;/li&gt;
&lt;li&gt;Confirm that the workflow has been closed.&lt;/li&gt;
&lt;li&gt;Remind me of the Return Point.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;General Rule&lt;br&gt;
Always preserve the distinction between:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Main Workflow (the primary work),&lt;/li&gt;
&lt;li&gt;Quick Check (temporary exploration),&lt;/li&gt;
&lt;li&gt;Lockdown (formal closure).
Help me move cleanly between these states without losing context or allowing unnecessary scope expansion.&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;Feedback, criticism, "this breaks when X" — all welcome.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>beginners</category>
      <category>automation</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
