VAMFI/claude-user-memory

190 stars · Last commit 2025-11-23

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.

README preview

# Agentic Substrate v4.1

**Research-first development system for Claude Code CLI**

> No API hallucinations. No coding from stale training data. Research → Plan → Implement.

---

## Quick Start

```bash
# Install
git clone https://github.com/VAMFI/claude-user-memory.git
cd claude-user-memory
./install.sh

# Use
/workflow Add Redis caching to ProductService
```

View full repository on GitHub →