by VAMFI
Autonomous agent substrate for Claude Code CLI. Research→Plan→Implement workflows with quality gates, TDD enforcement, and multi-agent coordination. 4.8-5.5x faster development. Built on Anthropic's engineering research.
# Add to your Claude Code skills
git clone https://github.com/VAMFI/claude-user-memoryResearch-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
/workflow, /research, /plan, /implement, /contextFull automation:
/workflow Add authentication with JWT tokens
Step-by-step:
/research Redis for Node.js v5.0
/plan Redis caching implementation
/implement
Direct agents:
@chief-architect Build payment system
@docs-researcher Research Stripe API
@brahma-deployer Deploy v2.5.0
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:
~/.claude/data/CLAUDE.md customizations (smart-merged)Upgrade:
./install.sh
Your 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)
Built on Anthropic research (2024-2025):