Skip to main content

What is SpecWeave?

SpecWeave is the AI development framework that doesn't lose your work.

Every AI coding tool promises productivity. But after the chat ends, your specs disappear into chat history, your architecture decisions are forgotten, and new team members start from zero.

SpecWeave is the only framework where AI decisions become permanent, searchable documentation.

The Problem: Lost Work

Traditional AI-assisted development:

  1. Tell AI: "Build me a feature"
  2. AI generates code
  3. Test it manually
  4. Fix bugs as they appear
  5. (Maybe) document it later
  6. Repeat for next feature

The result:

  • No documentation = regression risk
  • No specs = unclear requirements
  • Manual testing = inconsistent quality
  • Context bloat = expensive AI costs
  • No architecture = technical debt
  • New team members = 2 weeks onboarding

The Solution: Permanent Knowledge

SpecWeave enforces Spec-Driven Development:

Permanent = survives chat sessions | Auto-sync = updates automatically

Key Principles

  1. Specification Before Implementation - Define WHAT and WHY before HOW
  2. Living Documentation - Specs evolve with code, never diverge
  3. Context Precision - Load only what's needed (70%+ token reduction)
  4. Test-Validated Features - Every feature proven through automated tests
  5. Regression Prevention - Document existing code before modification
  6. Framework Agnostic - Works with ANY tech stack

How It Works

1. One Command Creates Foundation

/sw:increment "User authentication with OAuth"

AI agents (PM, Architect, Planner) create:

.specweave/increments/0001-user-authentication/
├── spec.md <- WHAT: User stories, acceptance criteria
├── plan.md <- HOW: Architecture, ADRs, tech decisions
└── tasks.md <- DO: Tasks with embedded tests

2. One Command Builds

/sw:do

Autonomous execution through all tasks with quality validation.

3. One Command Closes

/sw:done 0001

Three quality gates validate completion:

  • All tasks complete
  • 60%+ test coverage
  • Living docs updated

4. Auto-Sync Everywhere

Your work syncs to GitHub Issues, JIRA, and Azure DevOps automatically.

Who Should Use SpecWeave?

Perfect For

  • Enterprise teams building production systems
  • Startups needing scalable architecture from day one
  • Solo developers building complex applications
  • Regulated industries (healthcare - HIPAA, finance - SOC 2)
  • Teams migrating brownfield codebases to modern practices

Use Cases

  • Greenfield projects: Start with comprehensive specs
  • Brownfield projects: Document existing code before modification
  • Iterative development: Build documentation gradually
  • Compliance-heavy: Maintain audit trails and traceability

Core Features

FeatureBenefit
15+ AI AgentsPM, Architect, Tech Lead, QA, Security, DevOps work autonomously
Living DocumentationSpecs auto-update after every task via hooks
70% Token ReductionContext precision loads only what you need
Quality GatesThree-gate validation before closing increments
External SyncPush specs to GitHub/JIRA/ADO, read status back
Brownfield SupportImport existing docs, create retroactive specs
Multi-LanguageWork in ANY language (Russian, Spanish, Chinese, etc.)

What You Get vs. Current State

BeforeAfter SpecWeave
Specs in chat historyPermanent, searchable specs
Manual JIRA/GitHub updatesAuto-sync on every task
Tests? Maybe later...Tests embedded in tasks (60%+ enforced)
Architecture in your headADRs captured automatically
"Ask John, he knows"Living docs, always current
Onboarding: 2 weeksOnboarding: 1 day

Getting Started

npm install -g specweave
cd your-project
specweave init .

Then in Claude Code:

/sw:increment "Your first feature"
/sw:do
/sw:done 0001

Full Quickstart Guide


Next: Key Features ->