Skip to main content

/specweave:increment Command

The /specweave:increment command is SpecWeave's primary planning command that creates a new increment with full PM-led workflow.

What It Does

Key actions:

Usage

# Create feature increment
/specweave:increment "User authentication with JWT"

# Create specific type
/specweave:increment "Payment processing" --type=feature
/specweave:increment "Critical login bug" --type=hotfix
/specweave:increment "Try GraphQL" --type=experiment

Increment Types

TypePurposeWIP Limit
featureNew functionality1 (default)
hotfixCritical fix1 (emergency slot)
bugNon-critical bug fixShares feature limit
refactorCode improvementShares feature limit
experimentSpike/POCAuto-abandons after 14 days

Output Structure

.specweave/increments/0007-user-authentication/
├── spec.md ← Requirements & user stories
├── plan.md ← Architecture & technical design
├── tasks.md ← Implementation tasks with tests
└── metadata.json ← Status tracking

PM-Led Workflow

  1. Market Research - Analyze requirements
  2. Specification - Write user stories with ACs
  3. Architecture - Design technical approach
  4. Planning - Break into tasks with test cases
  5. Review - Strategic agent validation