Memento

Orchestrate AI.
Manage Complexity.
Ship Faster.

Break down complex projects into tasks.
Coordinate multiple AI instances in parallel.
Ship features with confidence.

terminal
$ npm install -g claude-qb
$ claude-qb setup "My Project"
$ claude-qb orchestrate --auto

From Chat to Structured Execution

Watch how Memento transforms a simple prompt into organized, parallel tasks

AI Chat
Build a REST API with user authentication and rate limiting
I'll help you build that! Let me start...
💬 Scattered across multiple chats
Memento
$ claude-qb setup
📦 REST API Project
├── Task 0: Database & Models
│ ├── 0.1 User schema
│ ├── 0.2 Session model
│ └── 0.3 DB connection
├── Task 1: Authentication
│ ├── 1.1 JWT generation
│ ├── 1.2 Password hashing
│ └── 1.3 Auth middleware
├── Task 2: API Endpoints
│ ├── 2.1 POST /register
│ ├── 2.2 POST /login
│ └── 2.3 GET /profile
└── Task 3: Rate Limiting
├── 3.1 Rate limiter
├── 3.2 Redis cache
└── 3.3 Apply to routes

Building complex software with AI is hard.

💬

Multiple AI chats get messy

Context scattered across conversations

📝

Hard to track progress

No visibility into what's been done

🔗

Dependencies break things

One change can break everything

⏱️

Sequential is slow

Waiting for one task before starting another

Powerful features for complex projects

Parallel Execution

Run multiple tasks simultaneously. Save hours, not minutes.

🔗

Smart Dependencies

Automatic validation ensures work happens in the right order.

📊

Real-Time Dashboard

Monitor all AI instances in a live terminal UI.

🎮

Flexible Modes

Manual or auto mode. You control the automation level.

📝

Retrospectives

Capture learnings after each task. Improve over time.

📋

Backlog Management

Plan features with detailed specs, then execute.

How it works

1

Define Your Project

$ claude-qb setup "My REST API"

AI interviews you, generates task structure

2

Review & Approve

See tasks, dependencies, and execution plan. Adjust as needed.

3

Execute

$ claude-qb orchestrate --auto

AI instances work in parallel. Watch progress in real-time.

Built for teams of all sizes

🚀 Startups

Ship MVPs faster with parallel AI development

💼 Agencies

Handle multiple client projects efficiently

🌐 Open Source

Coordinate contributors across features

🏢 Enterprises

Manage complex migration projects

Architecture at a glance

Filesystem-based state

Human-readable files, no database needed

Self-reporting instances

AI instances update their own status

Dependency DAG validation

Automatic prerequisite checking

Event-driven coordination

Real-time file watching for updates

Ready to orchestrate?

npm install -g claude-qb