@@ -250,7 +250,7 @@ Verification: Examine reflection logs, trace message processing
250250
251251** Tasks** :
252252
253- - ** Update .claude/context/DISCOVERIES.md ** with key insights
253+ - ** Store discoveries in memory ** using ` store_discovery() ` from ` amplihack.memory.discoveries `
254254- ** Update .claude/context/PATTERNS.md** if reusable patterns found
255255- Create or update relevant documentation files
256256- Add inline code comments for critical understanding
@@ -275,14 +275,14 @@ Verification: Examine reflection logs, trace message processing
275275
276276** Success Criteria** :
277277
278- - DISCOVERIES.md updated with investigation results
278+ - Discoveries stored in memory for future reference
279279- Relevant documentation files updated
280280- Knowledge is discoverable by future investigators
281281- No information loss
282282
283283** Deliverables** :
284284
285- - Updated DISCOVERIES.md
285+ - Discoveries stored in memory
286286- Updated PATTERNS.md (if applicable)
287287- Updated project documentation
288288- Optional: GitHub issues for improvements
@@ -294,7 +294,7 @@ Verification: Examine reflection logs, trace message processing
294294
2952951 . ** Resume at Step 4** (Research and Design) with the knowledge gained from investigation
2962962 . ** Or resume at Step 5** (Implement the Solution) if the investigation already provided clear design guidance
297- 3 . ** Use investigation findings** from DISCOVERIES.md and session logs to inform design decisions
297+ 3 . ** Use investigation findings** from memory (via ` get_recent_discoveries() ` ) and session logs to inform design decisions
298298
299299** Example Hybrid Workflow** :
300300
@@ -304,7 +304,7 @@ User: "/ultrathink investigate how authentication works, then add OAuth support"
304304Phase 1: Investigation
305305→ Run INVESTIGATION_WORKFLOW.md (6 phases)
306306→ Complete understanding of existing auth system
307- → Document findings in DISCOVERIES.md
307+ → Store findings in memory via discoveries adapter
308308
309309Phase 2: Development
310310→ Transition to DEFAULT_WORKFLOW.md
@@ -407,7 +407,7 @@ Track these metrics to validate workflow effectiveness:
407407
408408- ** Message Count** : Target 30-40% reduction vs. ad-hoc (to be validated)
409409- ** Investigation Time** : Track time to completion
410- - ** Knowledge Reuse** : How often DISCOVERIES.md prevents repeat work
410+ - ** Knowledge Reuse** : How often memory retrieval prevents repeat work
411411- ** Completeness** : Percentage of investigations with full documentation
412412- ** User Satisfaction** : Clear understanding achieved
413413
@@ -416,7 +416,7 @@ Track these metrics to validate workflow effectiveness:
416416- ** Scope first, explore second** - Define boundaries before diving in
417417- ** Parallel exploration is key** - Deploy multiple agents simultaneously in Phase 3
418418- ** Verify understanding** - Test your hypotheses in Phase 4
419- - ** Capture knowledge** - Always update DISCOVERIES.md in Phase 6
419+ - ** Capture knowledge** - Always store discoveries in memory in Phase 6
420420- ** This workflow optimizes for understanding, not implementation**
421421
422422When in doubt about investigation vs. development:
0 commit comments