From 852727d73d790d557e3a00804c5aa58b0e46797f Mon Sep 17 00:00:00 2001 From: Daniil Date: Sun, 22 Mar 2026 22:29:16 +0300 Subject: [PATCH] docs: fix missing memory path update in Task 8 of agent hierarchy plan Co-Authored-By: Claude Opus 4.6 (1M context) --- docs/superpowers/plans/2026-03-22-agent-hierarchy.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/superpowers/plans/2026-03-22-agent-hierarchy.md b/docs/superpowers/plans/2026-03-22-agent-hierarchy.md index 1369526..85e0239 100644 --- a/docs/superpowers/plans/2026-03-22-agent-hierarchy.md +++ b/docs/superpowers/plans/2026-03-22-agent-hierarchy.md @@ -1045,6 +1045,15 @@ In the First Step section, change the memory directory reference: Old: `Read directory: .claude/agents-memory/product-strategist/` New: `Read directory: .claude/agents-memory/product-lead/` +- [ ] **Step 4.5: Update Memory section paths** + +In the `# Memory` section (near the end of the file), update all references from `product-strategist` to `product-lead`: + +Old: `.claude/agents-memory/product-strategist/` +New: `.claude/agents-memory/product-lead/` + +There are typically 2 references: one for reading memory and one for writing memory. + - [ ] **Step 5: Add hierarchy and dual-mode sections** Insert after `# First Step` (before `# Identity`):