diff --git a/docs/superpowers/specs/2026-06-21-documentation-restructure-design.md b/docs/superpowers/specs/2026-06-21-documentation-restructure-design.md index 2837e5b..e67d6cc 100644 --- a/docs/superpowers/specs/2026-06-21-documentation-restructure-design.md +++ b/docs/superpowers/specs/2026-06-21-documentation-restructure-design.md @@ -142,6 +142,16 @@ Covers: - §2 local development setup → `docs/guides/local-setup.md`; replace with one-line pointer - Architecture/plugin detail → `docs/reference/architecture.md`; replace with one-line pointer +**Add** (superpowers skill path overrides): + +```markdown +### Superpowers skill paths +Specs: `docs/working/specs/YYYY-MM-DD--design.md` +Plans: `docs/working/plans/YYYY-MM-DD-.md` +``` + +The brainstorming and writing-plans skills default to `docs/superpowers/`; these lines override that default so generated files land in the right place automatically. + **Keep inline** (always-loaded context Claude needs without following a link): - §0 project specifics (folder layout, stack versions, trip entity architecture, active trip, GPX pipeline, env rules, remote operations, content sync, gitignore) - §1 environment modes (dev vs. prod settings, cache-on-save behaviour) @@ -170,3 +180,4 @@ Covers: 7. CLAUDE.md no longer contains §2 local setup block; contains pointer to `docs/guides/local-setup.md` 8. All internal cross-references in moved files updated to new paths 9. Memory files that reference `docs/superpowers/` paths updated to `docs/working/` +10. CLAUDE.md contains superpowers skill path overrides pointing to `docs/working/specs/` and `docs/working/plans/`