SpecBridge SpecBridge | Docs Overview

What is SpecBridge?

SpecBridge is a spec-driven development platform that enables teams to collaboratively create, version, review, and manage specification documents through a structured lifecycle. It bridges the gap between ideas scattered across Confluence pages and JIRA tickets, and a centralized, version-controlled spec management system.

The Problem

Engineering teams and product managers often work with specifications spread across Confluence pages, JIRA tickets, and local documents. There is no structured way to version specs, track their lifecycle from draft to completion, or connect them to delivery projects. SpecBridge solves this by providing:

  • A spec-first workflow with a formal status lifecycle from draft to done
  • Full version history for every spec, so you can track changes and revert if needed
  • An AI assistant that helps author specs and can regenerate documentation on request
  • Team collaboration — share specs, leave comments, request reviews
  • Two-way Git integration — link a spec to real commits and pull requests, and let its status track actual implementation progress
  • Atlassian integration — capture Confluence pages and JIRA issues with a Chrome extension
  • CLI-powered workflows — work with specs from the terminal using commands you already know, with AI-coding-agent scaffolding built in

How It Works

SpecBridge is made of five parts that work together:

Component What It Does
CLI A command-line tool for versioning specs, pushing and pulling changes, managing projects, and scaffolding AI-agent command files from the terminal
Chrome Extension Captures Confluence pages and JIRA issues and sends them to your dashboard as spec drafts
Dashboard A web app where you manage specs, spaces, projects, members, and notifications visually, with a built-in AI assistant
Server The backend that syncs everything together, stores spec history, manages user access, and integrates with Git providers
Registry (Cloud only) Manages organizations, plans, and billing for multi-organization SpecBridge Cloud deployments

SpecBridge runs as either a self-hosted, single-organization Enterprise deployment or a multi-organization Cloud SaaS — see Cloud vs. Enterprise Deployment for how they differ (day-to-day usage is identical either way).

flowchart TB CLI["CLI
specbridge"] EXT["Chrome Extension"] FE["Web Dashboard"] CLI --> SERVER["SpecBridge Server"] EXT --> SERVER FE --> SERVER

Get Started