Full Pipeline

Type: Pipeline variant

Definition

The full pipeline is the complete software factory route used for new products. It includes all six stages: Intake → Research → Planning → Implementation → Testing → Release. The key distinguishing feature is Stage 2 (CIS research loop), which is skipped in the quick path.

When to Use

Used when building a new product — one that has no existing codebase, no established user base, and no prior research. The CIS loop ensures research is done before planning begins.

Stages on Full Pipeline

  1. Intake (with quick-path: false / full pipeline)
  2. Research (CIS loop) → READY/NOT-READY gate
  3. Planning → PASS/FAIL gate
  4. Implementation
  5. Testing (TEA audit) → PASS/PASS-WITH-FOLLOWUPS/REMEDIATE
  6. Release → SHIP/NO-SHIP