Main Concept
QUAD - Circle of Functions: The complete methodology
The 1-2-3-4 Hierarchy
Each circle = a function with dedicated people who perform that function
What is QUAD?
The 3 Axioms
Operators
Human specialists who execute circle functions. Each circle has dedicated people (BA, PM, Dev, QA, DevOps) who apply their expertise to transform inputs into outputs.
AI Agents
Every circle has AI agents that handle repetitive tasks: Story expansion, code scaffolding, test generation, deployment automation.
Docs-First
Documentation is written BEFORE code. Flow documents define UI, API, DB, and test cases. QA never asks 'what should I test?'
The 4 Circles in Detail
Management Circle
Business 80% / Technical 20%
Development Circle
Business 30% / Technical 70%
QA Circle
Business 30% / Technical 70%
Infrastructure Circle
Business 20% / Technical 80%
AI Agent Pipeline
Docs-First Approach
Traditional (Code-First)
- 1. Developer writes code
- 2. Code gets reviewed
- 3. QA asks "what should I test?"
- 4. Documentation written after (or never)
- 5. New team member: "where is X?"
QUAD (Docs-First)
- 1. Flow document written first
- 2. Test cases auto-generated from flow
- 3. Developer implements from flow
- 4. QA knows exactly what to test
- 5. New team member: reads flow docs
The QUAD Cycle (4 Weeks)
Set priorities, expand stories, start development
Development continues, testing begins, agents running
Features completing, QA in full swing, PRs merging
Demo, release decision, calibration (retro)