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.