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[AI_WORKFLOW.md] --> B[AI_BRAIN.md] B --> C[AI_PERSONA.md] C --> D[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 AI_BRAIN.md
β
Step 3
Read 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.