Research-first development system for Claude Code CLI No API hallucinations. No coding from stale training data. Research → Plan → Implement.
Repo: VAMFI/claude-user-memory
What's inside
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
/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):
MIT License - See LICENSE
Version: 4.1.0 Released: November 22, 2025 Status: Production-Ready
Research → Plan → Implement → Learn
.claude/
agents/
brahma-analyzer.md
brahma-deployer.md
brahma-investigator.md
brahma-monitor.md
brahma-optimizer.md
chief-architect.md
code-implementer.md
docs-researcher.md
implementation-planner.md
commands/
context.md
implement.md
plan.md
research.md
workflow.md
data/
mcp-config-template.json
hooks/
auto-format.sh
check-agent-economics.sh
run-tests.sh
suggest-context-edits.sh
update-knowledge-core.sh
validate-implementation-plan.sh
validate-research-pack.sh
integrations/
langgraph/
brahma_state.py.template
README.md
metrics/
tracker.sh
skills/
context-engineering/
skill.md
pattern-recognition/
skill.md
planning-methodology/
skill.md
quality-validation/
skill.md
research-methodology/
skill.md
templates/
agentic-substrate-personal.md.example
agents-overview.md
CLAUDE.md.template
CLAUDE.md.user-level
skills-overview.md
workflows-overview.md
validators/
api-matcher.sh
circuit-breaker.sh
.gitignore
.mcpb/
README.md
.research-brief-anthropic.md
.vamfi/
ImplementationPlan-Adaptation-Pattern-Integration.md
ResearchPack-Adaptation-Pattern-Integration.md
tests/
test_adaptation_pattern.sh
AgentHandoffProtocol-DESIGN.md
archive/
README.md
update-local-installation-v3.0-to-v3.1.sh
workflow-artifacts-2025-11-01/
ImplementationPlan.md
ResearchPack.md
build-mcpb.sh
CHANGELOG.md
CLAUDE-MEMORY-ENHANCEMENT.md
CLAUDE.md
COMPLETION-REPORT.md
CONTRIBUTING.md
CRITICAL-BUG-FIX.md
CURL-INSTALL-FIX.md
CURL-INSTALLATION-TEST.md
customize.sh
DEPLOYMENT-SUMMARY.md
diagnose-install.sh
docs/
research/
BENCHMARKING-RESEARCH-PACK.md
HUMANEVAL-BENCHMARK-APPROACH.md
validation-reports/
VALIDATION-REPORT.md
WORKFLOW-COMPLETE-REPORT.md
examples/
v2/
01-simple-api-integration.md
README.md
FRAMEWORK-COMPARISON.md
GITHUB-ISSUE-1-RESOLUTION.md
ImplementationPlan-Agentic-Substrate.md
ImplementationPlan-v4.1.md
install.sh
INSTALLATION-BEHAVIOR.md
INSTALLATION-VERIFICATION-SUMMARY.md
knowledge-core.md
knowledge-core.md.backup
LICENSE
linkedin-article.md
manifest-template.json
manifest.json
PHILOSOPHY.md
PORTABLE-PATHS-FIX.md
PROJECT-BRAHMA-DEMO8-FINAL-REPORT.md
R-and-D/
IMPLEMENTATION_PLAN.md
IMPLEMENTATION_SUMMARY.md
legacy-agents/
.CLAUDE.md
chief-architect.md
specialists/
code-implementer.md
docs-researcher.md
implementation-planner.md
legacy-deprecated/
CLAUDE_CODE_NATIVE_INSTALLER_V2.md
DIVINE_ORCHESTRATION_INSTALLER.md
README_INSTALLATION.md
legacy-docs/
01_philosophy.md
02_orchestration_workflow.md
03_knowledge_core.md
legacy-examples/
complex_task_orchestration.md
direct_specialist_usage.md
legacy-orchestration/
NATIVE_ORCHESTRATION_INSTALLER.md
ORCHESTRATION_COMPARISON.md
ORCHESTRATION_INSTALLER.md
setup.sh
ULTIMATE_CLAUDE_CODE_ORCHESTRATION.md
PHASE1_COMPLETE.md
PHASE2_PROGRESS.md
PROJECT_ANALYSIS.md
references/
claude-code-official-features-2025.md
claude-code-plugin-distribution-strategy.md
claude-code-quick-reference.md
integration-strategy.md
README.md
RESEARCH-SUMMARY.md
V2_COMPLETE.md
README.md
READY-TO-COMMIT.md
RELEASE-NOTES-V4.md
releases/
agentic-substrate-3.0.0.mcpb
agentic-substrate-3.1.0.mcpb
ResearchPack-Anthropic-Engineering-Philosophy.md
ResearchPack-v4.1.md
social-media-posts.md
TEST-REPORT.md
test-ResearchPack-LOW-SCORE.md
TROUBLESHOOTING.md
uninstall.sh
update.sh
V4-ENHANCEMENT-SUMMARY.md
V4-IMPLEMENTATION-PLAN.md
V4.1-RELEASE-NOTES.md
validate-install.sh
verify-installation.sh
WORKFLOW-FIXES-APPLIED.md
WORKFLOW-TEST-ANALYSIS.md
WORKFLOW-TEST-RESULTS.mdFAQ
claude-user-memory is a Claude Code plugin with hand-picked skills for agent orchestration work, indexed on Flowy. Install it with the command on its page. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.