# Simulate failures (Factor V)
```
@@ -660,10 +660,10 @@ The flywheel benefit is compound. Session 1 feels the same. Session 50 feels lik
### Before You Commit
```
-/vibe # Validate externally (Factor V)
+/vibe # Validate externally (Factor VII)
# Fix any warnings
/vibe # Confirm fix
-git commit # Lock progress (Factor VI)
+git commit # Lock progress (Factor VIII)
```
@@ -673,8 +673,8 @@ git commit # Lock progress (Factor VI)
### After You Ship
```
-/retro # Extract learnings (Factor VII)
-/flywheel promote # Compound knowledge (Factor VIII)
+/retro # Extract learnings (Factor IX)
+/flywheel promote # Compound knowledge (Factor X)
```
@@ -684,7 +684,7 @@ git commit # Lock progress (Factor VI)
```
/flywheel status # Check health
/flywheel pool list # Clear backlog
-# Review metrics # Factor IX
+# Review metrics # Factor XII
```
diff --git a/docs/tutorials/workflow-guide.md b/docs/tutorials/workflow-guide.md
index 841e9da..c0bcf6e 100644
--- a/docs/tutorials/workflow-guide.md
+++ b/docs/tutorials/workflow-guide.md
@@ -134,7 +134,7 @@ Lock Progress
-## The 5 Metrics (Factor IX: Measure What Matters)
+## The 5 Metrics (Factor XII: Measure Outcomes)
@@ -259,7 +259,7 @@ Ready to proceed.
|
-### Research (Factor IV: Research Before You Build)
+### Research (Factor V: Research Before You Build)
|
@@ -324,7 +324,7 @@ Research bundle (5:1 compression ratio). Future sessions load this instead of re
|
-### Plan (Factor IV continued + Factor V: Validate Externally)
+### Plan (Factor V continued + Factor VII: Validate Externally)
|
@@ -384,7 +384,7 @@ Plan with 6 validated steps. Every step has a concrete way to verify it worked -
|
-### Implement (Factor V: Validate Externally + Factor VI: Lock Progress Forward)
+### Implement (Factor VII: Validate Externally + Factor VIII: Lock Progress Forward)
|
@@ -434,8 +434,8 @@ Context: 52% (above 40% threshold)
**What's happening:**
- Execute each step
-- Validate externally after each (Factor V)
-- Commit immediately on pass (Factor VI)
+- Validate externally after each (Factor VII)
+- Commit immediately on pass (Factor VIII)
- Human approval at checkpoints
- Monitor context usage
@@ -455,7 +455,7 @@ Time to save and resume fresh. Quality degrades as context fills.
|
-### Session End -- Mid-Feature (Factor II: Track Everything in Git)
+### Session End -- Mid-Feature (Factor VIII: Lock Progress Forward)
|
@@ -583,7 +583,7 @@ Yesterday's 52% becomes today's 8%. All context preserved in bundles. This is Fa
|
-### Implement Continued (Factor V + Factor VI)
+### Implement Continued (Factor VII + Factor VIII)
|
@@ -619,7 +619,7 @@ AUTH-001 Complete!
- Finish remaining step
- Validate behavior externally
-- Commit with context (Factor VI)
+- Commit with context (Factor VIII)
@@ -637,7 +637,7 @@ Full context preserved across the boundary.
|
-### Session End -- Feature Complete (Factor IX: Measure What Matters)
+### Session End -- Feature Complete (Factor XII: Measure Outcomes)
|
@@ -681,7 +681,7 @@ Run /retro? > Yes
-**Factor IX:** Concrete metrics prove the discipline works. Not vibes about vibes -- numbers.
+**Factor XII:** Concrete metrics prove the discipline works. Not vibes about vibes -- numbers.
@@ -693,7 +693,7 @@ Run /retro? > Yes
|
-### Retro (Factor VII: Extract Learnings)
+### Retro (Factor IX: Extract Learnings)
|
@@ -763,7 +763,7 @@ Patterns extracted here become shortcuts later. The vibe-check proves the discip
|
-### Compound Knowledge (Factor VIII: Compound Knowledge -- HERO)
+### Compound Knowledge (Factor X: Compound Knowledge -- HERO)
|
@@ -890,16 +890,16 @@ Next auth feature loads these patterns automatically. The HERO cycle (Harvest, E
What |
/session-start | Beginning | I. Context Is Everything | Load state, capture baseline |
-/research | New problem | IV. Research Before You Build | Explore, compress to bundle |
-/plan | After research | IV. Research Before You Build | Design steps with validation gates |
-/pre-mortem | Before implementing | IV. Research Before You Build | Simulate failures, define checkpoints |
-/implement | After approval | V. Validate Externally | Execute + validate each step |
-/vibe | Before every commit | V. Validate Externally | Semantic validation of changes |
-/session-end | Context high or done | VI. Lock Progress Forward | Save state, capture delta |
+/research | New problem | V. Research Before You Build | Explore, compress to bundle |
+/plan | After research | V. Research Before You Build | Design steps with validation gates |
+/pre-mortem | Before implementing | V. Research Before You Build | Simulate failures, define checkpoints |
+/implement | After approval | VII. Validate Externally | Execute + validate each step |
+/vibe | Before every commit | VII. Validate Externally | Semantic validation of changes |
+/session-end | Context high or done | VIII. Lock Progress Forward | Save state, capture delta |
/session-resume | Continuing work | I. Context Is Everything | Load bundles, resume fresh |
-/retro | Feature done | VII. Extract Learnings | Review + extract patterns |
-/post-mortem | After failures | XII. Harvest Failures as Wisdom | Turn failures into prevention |
-/flywheel | After retro | VIII. Compound Knowledge | HERO cycle: promote learnings |
+/retro | Feature done | IX. Extract Learnings | Review + extract patterns |
+/post-mortem | After failures | X. Compound Knowledge | Turn failures into prevention |
+/flywheel | After retro | X. Compound Knowledge | HERO cycle: promote learnings |