Memory Init banner
mike-diff mike-diff

Memory Init

Development community

Description

--- description: Initialize project memory by analyzing existing codebase allowed-tools: Read, Grep, Glob, Bash aep_enabled: false aep_priority: high argument-hint: "[optional: specific directories to analyze]" --- # Memory Initialization Automatically analyze your existing codebase and populate the project memory system. ## What This Command Does Systematically analyzes your project to discover and document: - **Architecture**: Folder structure, module organization, design patterns - **Code

Installation

Installs to ~/.claude/commands/mike-diff-claude-code-aep-prompt-workflow-memory-init.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/mike-diff/claude-code-aep-prompt-workflow/HEAD/.claude/commands/memory-init.md -o ~/.claude/commands/mike-diff-claude-code-aep-prompt-workflow-memory-init.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository