OODA Loop Workflow¶
The OODA (Observe, Orient, Recommend, Align) loop is Axiom's strategic planning framework for capability development.
Overview¶
Total Time: ~2.5 hours (150 minutes)
Total Steps: 32 steps across 5 phases
Phase 1: CAPTURE (5 minutes)¶
Purpose: Capture the initial idea and create the capability folder.
Steps:
- Receive user prompt
- Write idea.md with verb-noun naming
- Finalize and validate
Output: idea.md
Command: /capture
Phase 2: OBSERVE (45 minutes)¶
Purpose: Gather data through job interviews to understand the job-to-be-done.
Steps:
- Initial JTBD framing
- Executor interviews (6 personas using Six Thinking Hats)
- Beneficiary interviews (4 personas)
- Synthesize job-definition.md
- Create job-journey.md
- Create outcome-gaps.md
- Quality validation
- Create compacted memory
Key Artifacts:
initial-jtbd-frame.mdjob-definition.mdjob-journey.mdoutcome-gaps.mdobserve-validation.md
Command: /observe
Phase 3: ORIENT (35 minutes)¶
Purpose: Analyze insights and frame the problem using the medical model.
Steps:
- Analyze symptoms (gaps to outcomes)
- Diagnose root causes
- Define prognosis (effects over time)
- Create problem-statement.md
- Gather stakeholder feedback
- Apply Kano classification
- Apply RICE prioritization
- Create problem-prioritization.md
- Create compacted memory
Key Artifacts:
symptoms-analysis.mddiagnosis.mdprognosis.mdproblem-statement.mdkano-classification.mdrice-prioritization.mdproblem-prioritization.md
Command: /orient
Phase 4: RECOMMEND (40 minutes)¶
Purpose: Generate and evaluate solution hypotheses.
Steps:
- Generate hypotheses using SCAMPER
- Expand solution space
- Evaluate with Kano model
- Prioritize with RICE
- Apply Blue Ocean analysis
- Create recommendation using Toulmin method
- Advisory review
- Create compacted memory
Key Artifacts:
solution-hypotheses.mdblue-ocean-analysis.mdsolution-evaluation.mdsolution-prioritization.mdrecommendation.md
Command: /recommend
Phase 5: ALIGN (25 minutes)¶
Purpose: Make decisions and commit to action.
Steps:
- Facilitate capability thesis ceremony
- Create capability-thesis.md
- Create execution-plan.md with RGRD cycle
- Create workflow-memory.md (complete summary)
Key Artifacts:
capability-thesis.mdexecution-plan.mdalignment-record.mdworkflow-summary.md
Command: /align
Validation Gates¶
Each phase transition requires validation:
| Transition | Requirements |
|---|---|
| CAPTURE → OBSERVE | idea.md exists |
| OBSERVE → ORIENT | 7 artifacts + 8 step memories + validation ≥8.0/10 |
| ORIENT → RECOMMEND | 8 artifacts + 9 step memories + validation ≥8.0/10 |
| RECOMMEND → ALIGN | 7 artifacts + 8 step memories + validation ≥8.0/10 |
| ALIGN → DONE | 3 artifacts + 4 step memories + workflow summary |
Memory System¶
Axiom uses a 3-level memory system:
Level 1: Step Memory (50-300 tokens)¶
- Created after each step
- Used by next step in same phase
- 10-40× compression
Level 2: Phase Summary (~850 tokens)¶
- Created at end of each phase
- Used by next phase
- 20-35× compression
Level 3: Workflow Summary (~3,000 tokens)¶
- Created at end of Align phase
- Used by development team
- 100× compression (80,000 → 3,000 tokens)
Agents by Phase¶
| Phase | Primary Agent | Supporting Agents |
|---|---|---|
| CAPTURE | @workflow-manager | - |
| OBSERVE | @analyst | @ux-researcher |
| ORIENT | @problem-framer | @evaluator |
| RECOMMEND | @strategic-recommender | @creative-solutions, @evaluator, @strategic-planner |
| ALIGN | @senior-product-manager | @execution-planner, @alignment-facilitator |