I have created a workflow.md file to use with Antigravity as below, can anyone help me, I'm new to this field
🚀 CESC AI WORKFLOW v3 (PHASE + FINALIZE MODE) AI Agent must create real folders and files for each command, with structured phases, execution traceability, and finalization support. ⚠️ CORE PRINCI...

Source: DEV Community
🚀 CESC AI WORKFLOW v3 (PHASE + FINALIZE MODE) AI Agent must create real folders and files for each command, with structured phases, execution traceability, and finalization support. ⚠️ CORE PRINCIPLES MUST create real files in project MUST create folder if not exist MUST NOT only return text If cannot create file → return FULL file content ready to paste 📁 DIRECTORY STRUCTURE /docs ├── requirements/ ├── brainstorm/ ├── plan/ ├── execution/ ├── review/ ├── refactor/ ├── testing/ ├── docs/ └── final/ 📁 FILE NAMING (MANDATORY) Format: YYYY-MM-DD_HHmm_[feature]_[type].md Rules: Always include timestamp Feature = kebab-case (auth-system, payment-flow) Auto detect from: "Feature: xxx" or infer from context 🧠 GLOBAL DOCUMENT HEADER (NEW) Every file MUST include: Status: DRAFT | IN_PROGRESS | FINAL Version: v1 Feature: <feature-name> Updated: YYYY-MM-DD HH:mm 🧩 PHASE + STEP STRUCTURE (MANDATORY IN /plan) ## Phase 1: <name> ### Step 1.1: <step name> - Description - Output