SplitDee AI Workflow
This document details the workflow and document sequence for AI agents working on the SplitDee project.
🗺️ AI Documentation Framework
The following diagram shows how AI instruction files reference and inherit from each other:
graph TD A[04_AI/AI_WORKFLOW.md] --> B[04_AI/AI_BRAIN.md] B --> C[04_AI/AI_PERSONA.md] C --> D[04_AI/HOW_CHATGPT_THINKS.md] D --> E[CTO_PLAYBOOK/] E --> F[CTO_PLAYBOOK/AI_CONSTITUTION.md] F --> G[CTO_PLAYBOOK/08_Code_Review_Checklist.md]
Workflow
Step 1
Read AI_START.md
↓
Step 2
Read 04_AI/AI_BRAIN.md
↓
Step 3
Read 04_AI/AI_PERSONA.md
↓
Step 4
Read CTO_PLAYBOOK.md
↓
Step 5
Read every document related to the current task.
↓
Step 6
Understand the problem.
↓
Step 7
Create a plan.
↓
Step 8
Wait for approval if required.
↓
Step 9
Implement.
↓
Step 10
Update every affected document.
↓
Step 11
Review your own work.
↓
Step 12
Generate a summary.
Never skip steps.
Never jump directly to coding.
Documentation is part of the implementation.