From aidd-context
Initializes or refreshes the project memory bank: creates AI context files, aidd_docs/ structure, and memory files. Run when starting a new project or resetting context.
How this skill is triggered — by the user, by Claude, or both
Slash command
/aidd-context:02-project-memoryThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Bootstraps the project's context layer: the AI context files with a memory block, the `aidd_docs/` structure, and the memory bank.
README.mdactions/01-init-context-file.mdactions/02-scaffold-docs.mdactions/03-generate-memory.mdactions/04-review-memory.mdactions/05-sync-memory.mdassets/AGENTS.mdassets/CONTRIBUTING.mdassets/GUIDELINES.mdassets/README.mdassets/templates/memory/README.mdassets/templates/memory/api/api.mdassets/templates/memory/api/integration.mdassets/templates/memory/auth/auth.mdassets/templates/memory/cli/cli.mdassets/templates/memory/core/architecture.mdassets/templates/memory/core/codebase-map.mdassets/templates/memory/core/coding-assertions.mdassets/templates/memory/core/project-brief.mdassets/templates/memory/core/testing.mdBootstraps the project's context layer: the AI context files with a memory block, the aidd_docs/ structure, and the memory bank.
| # | Action | Role | Input |
|---|---|---|---|
| 01 | init-context-file | Resolve the tools, then upsert the memory block | project root |
| 02 | scaffold-docs | Create the aidd_docs/ structure | project root |
| 03 | generate-memory | Detect the capabilities, generate the memory files | the memory dir |
| 04 | review-memory | Review the memory files for consistency | the memory dir |
| 05 | sync-memory | Fill the memory block in every context file | the context files |
Run the actions in order, 01 → 05, and run each action's ## Test before the next.
React, not React 19).The core concerns load always. The internal/ and external/ directories are listed for on-demand reading, never auto-loaded.
references/mapping-ai-context-file.md: the per-tool context-file path.references/capability-signals.md: the capabilities, their signals, and the concerns each gates.assets/AGENTS.md: the context-file template.assets/README.md, assets/GUIDELINES.md, assets/CONTRIBUTING.md: the aidd_docs/ doc templates.assets/templates/memory/: the memory templates, one folder per capability (core always, the rest gated by signal).npx claudepluginhub ai-driven-dev/framework --plugin aidd-contextCreates CONTEXT.md, ARCHITECTURE.md, IMPLEMENTATION.md, ASSUMPTIONS.md, and AGENT MEMORY.md from workspace source code analysis. Use when docs are missing or stale to capture context, structure, and unknowns.
Generates optimized project-context.md files for AI agent consistency. Activates when users mention 'project context' or 'generate context'.
Organizes, extracts, prunes, and verifies Claude Code persistent memory files to keep MEMORY.md under the 200-line truncation limit and topic files up to date with project state.