Skip to content

🚀 Getting Started

Welcome to SpecMem! This guide will help you get up and running quickly.

What is SpecMem?

SpecMem is a cognitive memory layer for AI coding agents. It provides:

  • Persistent memory across agent sessions
  • Spec awareness for code changes
  • Intelligent context management
  • Selective testing recommendations

Quick Overview

graph LR
    A[Your Specs] --> B[SpecMem Adapters]
    B --> C[SpecIR]
    C --> D[Vector DB]
    C --> E[Impact Graph]
    C --> F[Timeline]
    D --> G[Agent Context]
    E --> G
    F --> G

Next Steps

📦 Installation

Install SpecMem and its dependencies.

Install Now →

Quick Start

Get up and running in 5 minutes.

Quick Start →

🔧 Configuration

Customize SpecMem for your project.

Configure →

Requirements

  • Python 3.11+
  • pip or uv package manager
  • A project with specification files (Kiro, Cursor, Claude, etc.)

Supported Platforms

Platform Status
macOS ✅ Fully supported
Linux ✅ Fully supported
Windows ✅ Fully supported
Docker ✅ Fully supported