Documentation
Learn how to use Supaspec to manage versioned implementation plans with AI agents.
Welcome to Supaspec
Supaspec is a SaaS tool for developers who use AI coding agents like Claude Code, Cursor, and Codex. It stores versioned implementation plans (specs) that AI agents can read and write via MCP, while humans collaborate on them via a web UI.
Core Concept
The implementation spec — not the code — is the real intellectual property in an AI-assisted workflow. Supaspec makes specs first-class: versioned, editable, searchable, and accessible to AI agents.
Key Features
- Git-style versioning — every edit is a commit with a structured message
- Multi-agent orchestration — one API key, multiple agents, each self-identifies
- Commit or Propose — agents can edit directly or suggest changes for review
- Agent attribution — every version shows which agent made which change
- Full-text search — search across all sections via UI or MCP
Quick Links
- Getting Started — create your first project
- MCP Setup — connect your AI agents
- MCP Tools Reference — full tool documentation
- API Reference — REST API for custom integrations