Skip to content

Workflows Overview

Axiom uses two complementary workflow systems for different purposes.

OODA Loop (Strategic Planning)

The OODA loop is used for capability development - deciding what to build and why.

OBSERVE → ORIENT → RECOMMEND → ALIGN
Phase Purpose Duration Key Output
OBSERVE Understand the job-to-be-done 45 min job-definition.md
ORIENT Frame the problem 35 min problem-statement.md
RECOMMEND Generate and evaluate solutions 40 min recommendation.md
ALIGN Make decisions and commit 25 min capability-thesis.md

Learn more about OODA →

RGRD Cycle (Development)

The RGRD cycle is used for implementation - actually building the solution.

RED → GREEN → REFACTOR → DOCUMENT
Phase Purpose
RED Write failing tests
GREEN Make tests pass
REFACTOR Improve code quality
DOCUMENT Update documentation

When to Use Each

Use OODA When:

  • Starting a new capability/feature
  • Exploring a problem space
  • Making strategic decisions
  • Prioritizing work

Use RGRD When:

  • Implementing a defined capability
  • Writing code
  • Making incremental improvements
  • Bug fixing

Strategic Frameworks

Axiom incorporates several strategic frameworks:

Discovery Frameworks

  • JTBD (Jobs-to-be-Done) - Understand what users are trying to accomplish
  • Universal Job Map - 8 stages of job execution
  • Six Thinking Hats - Multiple perspective analysis

Prioritization Frameworks

  • RICE - Reach, Impact, Confidence, Effort scoring
  • Kano Model - Must-have, Performance, Delighter classification

Solution Frameworks

  • SCAMPER - Creative solution generation (Substitute, Combine, Adapt, Modify, Put to other use, Eliminate, Reverse)
  • Blue Ocean Strategy - Value innovation via ERRC grid
  • Toulmin Method - Structured argumentation for recommendations

Decision Frameworks

  • Disagree and Commit - Voice concerns, document, then commit fully
  • RACI - Clear accountability (Responsible, Accountable, Consulted, Informed)

Available Commands

Command Action
/capture Start Capture phase
/observe Start Observe phase
/orient Start Orient phase
/recommend Start Recommend phase
/align Start Align phase
/status Show current progress
/next-step Suggest next action