From superpowers-memory
Use before exploring the codebase, brainstorming, or making architectural decisions — reads project knowledge base so you understand the project before touching files or directories
How this skill is triggered — by the user, by Claude, or both
Slash command
/superpowers-memory:loadThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Read the project knowledge base from `docs/project-knowledge/` and present a structured summary so you can quickly understand the current project state.
Read the project knowledge base from docs/project-knowledge/ and present a structured summary so you can quickly understand the current project state.
Announce at start: "I'm loading the project knowledge base."
Check if docs/project-knowledge/ exists
Phase 1 — Index:
docs/project-knowledge/MEMORY.md existsdocs/project-knowledge/MEMORY.md and display its complete contents verbatim as the initial overview (see Output Format below)Phase 2 — On-demand detail:
last_updated. If any file is older than 30 days, warn: "⚠ [filename] last updated on [date], consider running superpowers-memory:update to refresh."architecture.mddecisions.mdtech-stack.mdfeatures.mdconventions.md## Project Knowledge Index
[MEMORY.md content displayed as-is]
---
Ready to load detail files on demand. Which areas are relevant to your current task?
## Project Knowledge Overview
### Architecture
[Key points from architecture.md: system overview, module structure]
### Tech Stack
[Key points from tech-stack.md: primary languages, frameworks, key dependencies]
### Implemented Features
[Summary from features.md: feature count, recent features, in-progress items]
### Design Constraints & Conventions
[Key rules from conventions.md: must-follow constraints, testing strategy]
### Key Decisions
[Recent decisions from decisions.md: latest 3-5 ADRs with status]
After presenting the summary, proceed with the task at hand (typically brainstorming). The loaded knowledge should inform your design decisions — reference specific constraints, existing patterns, and architectural choices from the knowledge base.
superpowers-memory:rebuild first if docs/project-knowledge/ does not exist.superpowers-memory:update after completing a development branch to keep the knowledge base current.npx claudepluginhub jacexh/skill-workshop --plugin superpowers-memoryLoads project-specific context from a knowledge base document to inform all skills about the project's tech stack, architecture, and conventions.
Displays project knowledge base status: learning mode, stats on classifications/patterns/quirks/decisions, recent learnings, and cache info from dedicated files. Shows empty state if missing.