Documentation
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 are accessible to both agents and humans via the MCP protocol and a REST API.
Core Concept
The implementation spec — not the code — is the real intellectual property in an AI-assisted workflow. Supaspec makes your specs versioned, editable, searchable, and agent-accessible.
Instead of scattering implementation plans across Notion pages, markdown files, and chat threads, Supaspec gives them a proper home with git-style versioning, multi-agent attribution, and MCP integration.
Key Features
- ✓Git-style versioning — Every save creates a versioned commit with structured messages, diffs, and attribution.
- ✓Multi-agent orchestration — One API key works across all your AI tools. Each agent is tracked and color-coded.
- ✓Commit or Propose — Agents can directly commit changes or propose them for human review (like a PR).
- ✓Agent attribution — See which agent made which change in the revision log.
- ✓Full-text search — Search across all sections in a project.
- ✓Proposals & comments — PR-style review workflow with inline comments and revision tracking.
- ✓Assets & secrets — Store project files and environment variables alongside your specs.