Research-first development system for Claude Code CLI
No API hallucinations. No coding from stale training data. Research → Plan → Implement.
# Install
git clone https://github.com/VAMFI/claude-user-memory.git
cd claude-user-memory
./install.sh
# Use
/workflow Add Redis caching to ProductService- 9 Agents - Orchestration, research, planning, implementation, debugging, deployment
- 5 Skills - Auto-invoked capabilities for research, planning, validation, patterns, context
- 5 Commands -
/workflow,/research,/plan,/implement,/context - Quality Gates - Research ≥80, Plans ≥85, Tests passing, 3-retry circuit breaker
- Memory - Knowledge graph persists across sessions
Full automation:
/workflow Add authentication with JWT tokensStep-by-step:
/research Redis for Node.js v5.0
/plan Redis caching implementation
/implementDirect agents:
@chief-architect Build payment system
@docs-researcher Research Stripe API
@brahma-deployer Deploy v2.5.0- Research (< 2 min) - Fetch version-accurate docs before coding
- Plan (< 3 min) - Create minimal-change blueprint with rollback
- Implement (< 10 min) - Execute with TDD + self-correction
- Learn - Auto-capture patterns to knowledge graph
Quality gates block bad inputs. Circuit breaker stops infinite loops.
Cross-Platform: Works on macOS, Linux, Windows (WSL), and most Unix systems
Requirements: Minimal - bash and git only. Optional: python3/python for enhanced features
Installs to: ~/.claude/
Preserves:
- All data in
~/.claude/data/ - Your
CLAUDE.mdcustomizations (smart-merged) - Modified files (detected by checksum)
- Knowledge files and patterns
Upgrade:
./install.shYour data and customizations are automatically preserved.
Update:
./update.sh # Selective update (only changed files)./customize.sh # Interactive menu
./customize.sh --enable-mcp memory # Enable MCP servers
./customize.sh --list-mcps # View configuration./uninstall.sh --dry-run # Preview what will be removed
./uninstall.sh # Remove (preserves data)- Agents Overview - All 9 agents
- Skills Overview - Auto-invoked capabilities
- Workflows Overview - Development patterns
- Installation Behavior - Data preservation details
- Release Notes - v4.0/4.1 features
Built on Anthropic research (2024-2025):
- Extended Thinking: 54% improvement on complex tasks
- Multi-Agent Orchestration: 90.2% performance improvement
- Contextual Retrieval: 49-67% better accuracy
MIT License - See LICENSE
Version: 4.1.0 Released: November 22, 2025 Status: Production-Ready
Research → Plan → Implement → Learn