<?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: Cesc Ng</title>
    <description>The latest articles on DEV Community by Cesc Ng (@cuong_nguyen_2b127241b985).</description>
    <link>https://dev.to/cuong_nguyen_2b127241b985</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%2F3848031%2F8e09fd30-3f56-419a-81b4-803c30304cc9.png</url>
      <title>DEV Community: Cesc Ng</title>
      <link>https://dev.to/cuong_nguyen_2b127241b985</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/cuong_nguyen_2b127241b985"/>
    <language>en</language>
    <item>
      <title>I have created a workflow.md file to use with Antigravity as below, can anyone help me, I'm new to this field</title>
      <dc:creator>Cesc Ng</dc:creator>
      <pubDate>Sat, 28 Mar 2026 17:16:33 +0000</pubDate>
      <link>https://dev.to/cuong_nguyen_2b127241b985/i-have-created-a-workflowmd-file-to-use-with-antigravity-as-below-can-anyone-help-me-im-new-to-3p6i</link>
      <guid>https://dev.to/cuong_nguyen_2b127241b985/i-have-created-a-workflowmd-file-to-use-with-antigravity-as-below-can-anyone-help-me-im-new-to-3p6i</guid>
      <description>&lt;h1&gt;
  
  
  🚀 CESC AI WORKFLOW v3 (PHASE + FINALIZE MODE)
&lt;/h1&gt;

&lt;p&gt;AI Agent must create real folders and files for each command, with structured phases, execution traceability, and finalization support.&lt;/p&gt;




&lt;h1&gt;
  
  
  ⚠️ CORE PRINCIPLES
&lt;/h1&gt;

&lt;ul&gt;
&lt;li&gt;MUST create real files in project&lt;/li&gt;
&lt;li&gt;MUST create folder if not exist&lt;/li&gt;
&lt;li&gt;MUST NOT only return text&lt;/li&gt;
&lt;li&gt;If cannot create file → return FULL file content ready to paste&lt;/li&gt;
&lt;/ul&gt;




&lt;h1&gt;
  
  
  📁 DIRECTORY STRUCTURE
&lt;/h1&gt;

&lt;p&gt;/docs&lt;br&gt;
├── requirements/&lt;br&gt;
├── brainstorm/&lt;br&gt;
├── plan/&lt;br&gt;
├── execution/&lt;br&gt;
├── review/&lt;br&gt;
├── refactor/&lt;br&gt;
├── testing/&lt;br&gt;
├── docs/&lt;br&gt;
└── final/&lt;/p&gt;


&lt;h1&gt;
  
  
  📁 FILE NAMING (MANDATORY)
&lt;/h1&gt;

&lt;p&gt;Format:&lt;/p&gt;

&lt;p&gt;YYYY-MM-DD_HHmm_&lt;em&gt;[feature]&lt;/em&gt;_[type].md&lt;/p&gt;

&lt;p&gt;Rules:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Always include timestamp&lt;/li&gt;
&lt;li&gt;Feature = kebab-case (auth-system, payment-flow)&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Auto detect from:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;"Feature: xxx"&lt;/li&gt;
&lt;li&gt;or infer from context&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;


&lt;h1&gt;
  
  
  🧠 GLOBAL DOCUMENT HEADER (NEW)
&lt;/h1&gt;

&lt;p&gt;Every file MUST include:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight properties"&gt;&lt;code&gt;&lt;span class="py"&gt;Status&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="s"&gt;DRAFT | IN_PROGRESS | FINAL&lt;/span&gt;
&lt;span class="py"&gt;Version&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="s"&gt;v1&lt;/span&gt;
&lt;span class="py"&gt;Feature&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="s"&gt;&amp;lt;feature-name&amp;gt;&lt;/span&gt;
&lt;span class="py"&gt;Updated&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="s"&gt;YYYY-MM-DD HH:mm&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;






&lt;h1&gt;
  
  
  🧩 PHASE + STEP STRUCTURE (MANDATORY IN /plan)
&lt;/h1&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight markdown"&gt;&lt;code&gt;&lt;span class="gu"&gt;## Phase 1: &amp;lt;name&amp;gt;&lt;/span&gt;

&lt;span class="gu"&gt;### Step 1.1: &amp;lt;step name&amp;gt;&lt;/span&gt;
&lt;span class="p"&gt;-&lt;/span&gt; Description
&lt;span class="p"&gt;-&lt;/span&gt; Output
&lt;span class="p"&gt;-&lt;/span&gt; Dependencies

&lt;span class="gu"&gt;### Step 1.2: &amp;lt;step name&amp;gt;&lt;/span&gt;
...
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Rules:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Phase = milestone (setup, core, optimize…)&lt;/li&gt;
&lt;li&gt;Step = atomic, implementable immediately&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Each step MUST define:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Output (file/code/module)&lt;/li&gt;
&lt;li&gt;Clear scope (small enough)&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;

&lt;/ul&gt;




&lt;h1&gt;
  
  
  🔒 FINALIZE MODE (NEW)
&lt;/h1&gt;

&lt;p&gt;Command:&lt;/p&gt;

&lt;p&gt;/[command] end&lt;/p&gt;

&lt;p&gt;Example:&lt;/p&gt;

&lt;p&gt;/plan end&lt;/p&gt;




&lt;h2&gt;
  
  
  FINALIZE RULES
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;MUST create new file:&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;YYYY-MM-DD_HHmm_&lt;em&gt;[feature]&lt;/em&gt;_[command]-final.md&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;MUST update:
&lt;/li&gt;
&lt;/ul&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight properties"&gt;&lt;code&gt;&lt;span class="py"&gt;Status&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="s"&gt;FINAL&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;MUST:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Remove ambiguity&lt;/li&gt;
&lt;li&gt;Remove duplicated logic&lt;/li&gt;
&lt;li&gt;Ensure all steps executable&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;

&lt;li&gt;&lt;p&gt;MUST include:&lt;br&gt;&lt;br&gt;
&lt;/p&gt;&lt;/li&gt;

&lt;/ul&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight markdown"&gt;&lt;code&gt;&lt;span class="gu"&gt;## ✅ Final Checklist&lt;/span&gt;
&lt;span class="p"&gt;-&lt;/span&gt; [x] All steps actionable
&lt;span class="p"&gt;-&lt;/span&gt; [x] No missing dependency
&lt;span class="p"&gt;-&lt;/span&gt; [x] Clear execution order
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;






&lt;h1&gt;
  
  
  🔗 TRACEABILITY (MANDATORY)
&lt;/h1&gt;

&lt;p&gt;All docs must link together.&lt;/p&gt;

&lt;h3&gt;
  
  
  Example:
&lt;/h3&gt;

&lt;p&gt;Plan:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Step 2.1 → execution-step-2.md
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Execution:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight yaml"&gt;&lt;code&gt;&lt;span class="na"&gt;Source Plan&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt;
&lt;span class="pi"&gt;-&lt;/span&gt; &lt;span class="s"&gt;Phase 2 - Step &lt;/span&gt;&lt;span class="m"&gt;2.1&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Testing:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Covering:
- execution-step-2.md
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;






&lt;h1&gt;
  
  
  🧠 COMMANDS
&lt;/h1&gt;




&lt;h2&gt;
  
  
  /brainstorm
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Folder:
&lt;/h3&gt;

&lt;p&gt;/docs/brainstorm/&lt;/p&gt;

&lt;h3&gt;
  
  
  File:
&lt;/h3&gt;

&lt;p&gt;YYYY-MM-DD_HHmm_&lt;em&gt;[feature]&lt;/em&gt;_brainstorm.md&lt;/p&gt;

&lt;h3&gt;
  
  
  Content:
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Problem&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Scope&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;In scope&lt;/li&gt;
&lt;li&gt;Out of scope&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;

&lt;li&gt;&lt;p&gt;Ambiguities&lt;/p&gt;&lt;/li&gt;

&lt;li&gt;&lt;p&gt;Unknowns (Need clarification)&lt;/p&gt;&lt;/li&gt;

&lt;li&gt;&lt;p&gt;Assumptions&lt;/p&gt;&lt;/li&gt;

&lt;li&gt;&lt;p&gt;Solutions&lt;/p&gt;&lt;/li&gt;

&lt;li&gt;&lt;p&gt;Tech stack&lt;/p&gt;&lt;/li&gt;

&lt;/ul&gt;




&lt;h2&gt;
  
  
  /plan
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Folder:
&lt;/h3&gt;

&lt;p&gt;/docs/plan/&lt;/p&gt;

&lt;h3&gt;
  
  
  File:
&lt;/h3&gt;

&lt;p&gt;YYYY-MM-DD_HHmm_&lt;em&gt;[feature]&lt;/em&gt;_plan-v{n}.md&lt;/p&gt;

&lt;h3&gt;
  
  
  Content:
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Phase + Step breakdown&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Execution Strategy&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Parallel / Sequential&lt;/li&gt;
&lt;li&gt;Estimated complexity&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;

&lt;li&gt;&lt;p&gt;Dependencies&lt;/p&gt;&lt;/li&gt;

&lt;li&gt;&lt;p&gt;Risks&lt;/p&gt;&lt;/li&gt;

&lt;/ul&gt;

&lt;h3&gt;
  
  
  Additional:
&lt;/h3&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight markdown"&gt;&lt;code&gt;&lt;span class="gu"&gt;## Phase Summary&lt;/span&gt;

| Phase | Goal | Risk |
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h3&gt;
  
  
  Versioning:
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;v1 → v2 → v3...&lt;/li&gt;
&lt;li&gt;Iterate until user says: "Plan is clean"&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  /execute
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Folder:
&lt;/h3&gt;

&lt;p&gt;/docs/execution/&lt;/p&gt;

&lt;h3&gt;
  
  
  File:
&lt;/h3&gt;

&lt;p&gt;YYYY-MM-DD_HHmm_&lt;em&gt;[feature]&lt;/em&gt;_execution-step-{n}.md&lt;/p&gt;

&lt;h3&gt;
  
  
  Rules:
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Only implement selected step&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Support:&lt;br&gt;
/execute step=1,2&lt;/p&gt;
&lt;h3&gt;
  
  
  Content:
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Source Plan:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Phase X - Step Y&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Code&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Short explanation&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;


&lt;h2&gt;
  
  
  /review
&lt;/h2&gt;
&lt;h3&gt;
  
  
  Folder:
&lt;/h3&gt;

&lt;p&gt;/docs/review/&lt;/p&gt;
&lt;h3&gt;
  
  
  File:
&lt;/h3&gt;

&lt;p&gt;YYYY-MM-DD_HHmm_&lt;em&gt;[feature]&lt;/em&gt;_review.md&lt;/p&gt;
&lt;h3&gt;
  
  
  Content:
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Critical issues&lt;/li&gt;
&lt;li&gt;Major issues&lt;/li&gt;
&lt;li&gt;Minor issues&lt;/li&gt;
&lt;li&gt;Suggestions&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;
  
  
  Additional:
&lt;/h3&gt;


&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight markdown"&gt;&lt;code&gt;&lt;span class="gu"&gt;## Coverage Check&lt;/span&gt;
&lt;span class="p"&gt;-&lt;/span&gt; Missing cases?
&lt;span class="p"&gt;-&lt;/span&gt; Missing edge cases?
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;h3&gt;
  
  
  Verdict:
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;LGTM&lt;/li&gt;
&lt;li&gt;NEED FIX&lt;/li&gt;
&lt;/ul&gt;


&lt;h2&gt;
  
  
  /refactor
&lt;/h2&gt;
&lt;h3&gt;
  
  
  Folder:
&lt;/h3&gt;

&lt;p&gt;/docs/refactor/&lt;/p&gt;
&lt;h3&gt;
  
  
  File:
&lt;/h3&gt;

&lt;p&gt;YYYY-MM-DD_HHmm_&lt;em&gt;[feature]&lt;/em&gt;_refactor.md&lt;/p&gt;
&lt;h3&gt;
  
  
  Content:
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Improved code&lt;/li&gt;
&lt;li&gt;Changes made&lt;/li&gt;
&lt;li&gt;Reasoning&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;
  
  
  Additional:
&lt;/h3&gt;


&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight markdown"&gt;&lt;code&gt;&lt;span class="gu"&gt;## Impact Analysis&lt;/span&gt;
&lt;span class="p"&gt;-&lt;/span&gt; Performance
&lt;span class="p"&gt;-&lt;/span&gt; Readability
&lt;span class="p"&gt;-&lt;/span&gt; Maintainability
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h1&gt;
  
  
  🧪 TESTING
&lt;/h1&gt;


&lt;h2&gt;
  
  
  /testcase
&lt;/h2&gt;
&lt;h3&gt;
  
  
  Folder:
&lt;/h3&gt;

&lt;p&gt;/docs/testing/&lt;/p&gt;
&lt;h3&gt;
  
  
  File:
&lt;/h3&gt;

&lt;p&gt;YYYY-MM-DD_HHmm_&lt;em&gt;[feature]&lt;/em&gt;_testcases.md&lt;/p&gt;
&lt;h3&gt;
  
  
  Content:
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Test scenarios&lt;/li&gt;
&lt;li&gt;Input / Expected Output&lt;/li&gt;
&lt;li&gt;Edge cases&lt;/li&gt;
&lt;li&gt;Priority&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;
  
  
  Additional:
&lt;/h3&gt;


&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight markdown"&gt;&lt;code&gt;&lt;span class="gu"&gt;## Test Pyramid&lt;/span&gt;
&lt;span class="p"&gt;-&lt;/span&gt; Unit
&lt;span class="p"&gt;-&lt;/span&gt; Integration
&lt;span class="p"&gt;-&lt;/span&gt; E2E
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  /test
&lt;/h2&gt;
&lt;h3&gt;
  
  
  Folder:
&lt;/h3&gt;

&lt;p&gt;/docs/testing/&lt;/p&gt;
&lt;h3&gt;
  
  
  File:
&lt;/h3&gt;

&lt;p&gt;YYYY-MM-DD_HHmm_&lt;em&gt;[feature]&lt;/em&gt;_test-results.md&lt;/p&gt;
&lt;h3&gt;
  
  
  Content:
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Unit tests (Jest / PyTest…)&lt;/li&gt;
&lt;li&gt;Passed / Failed&lt;/li&gt;
&lt;li&gt;Error logs&lt;/li&gt;
&lt;li&gt;Coverage estimate&lt;/li&gt;
&lt;/ul&gt;


&lt;h2&gt;
  
  
  /report
&lt;/h2&gt;
&lt;h3&gt;
  
  
  Folder:
&lt;/h3&gt;

&lt;p&gt;/docs/final/&lt;/p&gt;
&lt;h3&gt;
  
  
  File:
&lt;/h3&gt;

&lt;p&gt;YYYY-MM-DD_HHmm_&lt;em&gt;[feature]&lt;/em&gt;_final-report.md&lt;/p&gt;
&lt;h3&gt;
  
  
  Content:
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Requirement summary&lt;/li&gt;
&lt;li&gt;Implementation mapping&lt;/li&gt;
&lt;li&gt;Code quality&lt;/li&gt;
&lt;li&gt;Test results&lt;/li&gt;
&lt;li&gt;Risks&lt;/li&gt;
&lt;li&gt;Deployment readiness&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;
  
  
  Additional:
&lt;/h3&gt;


&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight markdown"&gt;&lt;code&gt;&lt;span class="gu"&gt;## Traceability&lt;/span&gt;

| Requirement | Plan Step | Code | Test |
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h1&gt;
  
  
  📚 DOCUMENTATION
&lt;/h1&gt;


&lt;h2&gt;
  
  
  /docs init
&lt;/h2&gt;
&lt;h3&gt;
  
  
  Folder:
&lt;/h3&gt;

&lt;p&gt;/docs/docs/&lt;/p&gt;
&lt;h3&gt;
  
  
  MUST create:
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;project-overview.md&lt;/li&gt;
&lt;li&gt;tech-stack.md&lt;/li&gt;
&lt;li&gt;architecture.md&lt;/li&gt;
&lt;li&gt;coding-conventions.md&lt;/li&gt;
&lt;li&gt;api-contract.md&lt;/li&gt;
&lt;/ul&gt;


&lt;h2&gt;
  
  
  /docs update
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;MUST update documentation based on latest implementation&lt;/li&gt;
&lt;/ul&gt;


&lt;h2&gt;
  
  
  /docs explain 
&lt;/h2&gt;
&lt;h3&gt;
  
  
  File:
&lt;/h3&gt;

&lt;p&gt;/docs/docs/YYYY-MM-DD_HHmm_&lt;em&gt;{module}&lt;/em&gt;_explain.md&lt;/p&gt;


&lt;h1&gt;
  
  
  🔄 WORKFLOWS
&lt;/h1&gt;


&lt;h2&gt;
  
  
  Small Task
&lt;/h2&gt;

&lt;p&gt;/brainstorm&lt;br&gt;
→ /plan&lt;br&gt;
→ /execute&lt;br&gt;
→ /review&lt;/p&gt;


&lt;h2&gt;
  
  
  Medium Task
&lt;/h2&gt;

&lt;p&gt;/brainstorm&lt;br&gt;
→ /plan&lt;br&gt;
→ /execute&lt;br&gt;
→ /review&lt;br&gt;
→ /refactor&lt;/p&gt;


&lt;h2&gt;
  
  
  Large Feature
&lt;/h2&gt;

&lt;p&gt;/brainstorm&lt;br&gt;
→ /plan (iterate until clean)&lt;br&gt;
→ /docs init&lt;br&gt;
→ /execute (step-by-step)&lt;br&gt;
→ /review&lt;br&gt;
→ /refactor&lt;br&gt;
→ /testcase&lt;br&gt;
→ /test&lt;br&gt;
→ /docs update&lt;br&gt;
→ /report&lt;/p&gt;


&lt;h1&gt;
  
  
  ⚡ FLAGS
&lt;/h1&gt;

&lt;p&gt;/execute step=1,2&lt;br&gt;
/testcase level=unit&lt;br&gt;
/testcase level=e2e&lt;br&gt;
/review strict=true&lt;br&gt;
/test strict=true&lt;/p&gt;


&lt;h1&gt;
  
  
  🧬 VERSIONING RULES
&lt;/h1&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Command&lt;/th&gt;
&lt;th&gt;Version Rule&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;/plan&lt;/td&gt;
&lt;td&gt;v1 → v2 → v3&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;/review&lt;/td&gt;
&lt;td&gt;overwrite&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;/refactor&lt;/td&gt;
&lt;td&gt;overwrite&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;/final&lt;/td&gt;
&lt;td&gt;new file&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;


&lt;h1&gt;
  
  
  🆕 OPTIONAL COMMANDS (ADVANCED)
&lt;/h1&gt;


&lt;h2&gt;
  
  
  /sync
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Validate consistency across:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;plan&lt;/li&gt;
&lt;li&gt;execution&lt;/li&gt;
&lt;li&gt;test&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Detect:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Missing step&lt;/li&gt;
&lt;li&gt;Missing test&lt;/li&gt;
&lt;li&gt;Dead logic&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;


&lt;h2&gt;
  
  
  /status
&lt;/h2&gt;

&lt;p&gt;Generate system state:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight yaml"&gt;&lt;code&gt;&lt;span class="na"&gt;Feature&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt; &lt;span class="s"&gt;&amp;lt;feature-name&amp;gt;&lt;/span&gt;

&lt;span class="na"&gt;Plan&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt; &lt;span class="s"&gt;vX (DRAFT/FINAL)&lt;/span&gt;
&lt;span class="na"&gt;Execution&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt; &lt;span class="s"&gt;Step X done&lt;/span&gt;
&lt;span class="na"&gt;Testing&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt; &lt;span class="s"&gt;XX%&lt;/span&gt;
&lt;span class="na"&gt;Risk&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt; &lt;span class="s"&gt;Low/Medium/High&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;






&lt;h2&gt;
  
  
  /retro
&lt;/h2&gt;

&lt;p&gt;Post-mortem:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight markdown"&gt;&lt;code&gt;&lt;span class="gu"&gt;## What went well&lt;/span&gt;
&lt;span class="gu"&gt;## What went wrong&lt;/span&gt;
&lt;span class="gu"&gt;## Lessons learned&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;






&lt;h1&gt;
  
  
  🎯 FINAL GOAL
&lt;/h1&gt;

&lt;p&gt;Transform AI into:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Architect&lt;/li&gt;
&lt;li&gt;Developer&lt;/li&gt;
&lt;li&gt;Reviewer&lt;/li&gt;
&lt;li&gt;QA Engineer&lt;/li&gt;
&lt;li&gt;Tech Lead&lt;/li&gt;
&lt;li&gt;Documentation Writer&lt;/li&gt;
&lt;/ul&gt;




&lt;h1&gt;
  
  
  💡 HARD RULE
&lt;/h1&gt;

&lt;p&gt;Every step MUST produce:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Code OR&lt;/li&gt;
&lt;li&gt;File OR&lt;/li&gt;
&lt;li&gt;Measurable output&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>ai</category>
      <category>agents</category>
      <category>webdev</category>
      <category>react</category>
    </item>
  </channel>
</rss>
