What’s New in Speck

Track the latest features, improvements, and capabilities added to Speck.


December 2025: Speck Reviewer Plugin (Spec 018)

Intelligent PR Reviews with Spec Awareness

Released: December 2025

A new Claude Code plugin for structured pull request reviews with semantic clustering, Speck integration, and intelligent comment management.

Key Capabilities:

  • Cluster-based review: Automatically groups related files into semantic clusters for organized review
  • Speck-aware context: Loads associated feature specs to validate implementation alignment
  • Comment staging: Stage, refine, and batch-post comments to GitHub with approval actions
  • Session persistence: Resume interrupted reviews with full progress preservation

Review Commands:

  • /speck-reviewer:review [pr-number]: Start a PR review with cluster analysis
  • Natural navigation: “next”, “back”, “go to [cluster]”, “where was I?”
  • Comment refinement: “reword”, “skip”, “combine”, “post all then approve”
  • Self-review mode for reviewing your own PRs

Benefits:

  • Reduced cognitive load through semantic file grouping
  • Comments can reference spec requirements (e.g., “This implements FR-003”)
  • No context switching—review entirely within Claude Code
  • Works with or without Speck specs (graceful degradation)

Installation:

/plugin marketplace add https://raw.githubusercontent.com/nprbst/speck/main/.claude-plugin/marketplace.json
/plugin install speck-reviewer@speck-market

Learn More:


December 2025: Expert Help & Beta Deployment (Spec 017)

Community Expert Assistance

Released: December 2025

Expert help page for organizations adopting Spec-Driven AI development practices, with inquiry management via Claude Code.

Key Capabilities:

  • Expert help page: Available at /expert-help for implementation guidance inquiries
  • Inquiry capture: Contact form with email, message, and spam prevention (Cloudflare Turnstile)
  • Inquiry management: /speck.inquiries command to list, view, and respond to inquiries
  • Email responses: Draft and send responses directly from Claude Code via Resend API

Deployment:

  • Beta site live at beta.speck.codes
  • Cloudflare D1 backend for inquiry storage
  • Automatic deployment on push to beta branch

For Maintainers:

  • speck.inquiries list - View new inquiries
  • speck.inquiries respond <id> - Draft and send email response
  • Responses stored in database with full history

November 2025: Atomic Transform Rollback (Spec 016)

Safe Upstream Transformations

Released: November 2025

Staged transformation with atomic commit/rollback semantics protects production directories during upstream integration.

Key Capabilities:

  • Staged transformations: All transforms write to .speck/.transform-staging/<version>/ first
  • Atomic commit: Files move to production only after all agents succeed
  • Automatic rollback: Any agent failure triggers complete staging cleanup
  • Crash recovery: Orphaned staging detection with commit/rollback/inspect options

Benefits:

  • No broken state from partial transformations
  • Production directories unchanged until success
  • Recovery from unexpected interruptions
  • Transformation history tracking with failure details

Learn More:


November 2025: Scope Simplification (Spec 015)

Streamlined CLI & Session Handoff

Released: November 2025

Simplified Speck architecture with dual-mode CLI, session handoff for worktrees, and global installation.

Key Capabilities:

  • /speck:init: Install Speck CLI globally to ~/.local/bin/speck
  • /speck:help: Load the speck-help skill for answering questions
  • Session handoff: New Claude sessions in worktrees automatically receive feature context
  • Dual-mode CLI: Same commands work in terminal (speck) and Claude Code (/speck:*)
  • Output modes: --json for structured output, --hook for Claude Code integration

Improvements:

  • Simplified branches.json schema (removed stacked PR fields)
  • Bootstrap script with Bun detection and self-removal
  • Non-standard branch name tracking via branches.json
  • Sub-100ms command execution

Learn More:


November 2025: Worktree Integration (Spec 012)

Isolated Workspaces

Released: November 2025

Work on multiple features simultaneously with Git worktrees, automatic IDE launch, and dependency installation.

Key Capabilities:

  • Automatic worktree creation: /speck:specify creates isolated worktree directory
  • IDE auto-launch: Opens VSCode, Cursor, WebStorm, IntelliJ IDEA, or PyCharm (Claude Code integration requires VSCode or Cursor)
  • Dependency auto-install: Runs package manager before IDE opens
  • Session handoff: Handoff document passes context to new Claude sessions

Benefits:

  • No branch-switching overhead
  • Multiple features in parallel
  • Isolated working directories
  • Automatic context passing between sessions

Learn More:


November 2025: Multi-Repo & Monorepo Support (Spec 007)

Shared Specifications

Released: November 2025

Share specifications across multiple repositories with symlink-based detection and per-repo implementation plans.

Key Capabilities:

  • /speck:link command: Link child repositories to specification root
  • Symlink detection: Automatic multi-repo mode when .speck/root symlink present
  • Shared specifications: Single spec.md across all repositories
  • Per-repo plans: Each repository generates independent plan.md and tasks.md
  • Per-repo constitutions: Architectural principles tailored to each repo’s tech stack

Use Cases:

  • Coordinating frontend/backend features across microservices
  • Managing monorepo workspace projects
  • Sharing API contracts between services

Learn More:


November 2025: Website & Documentation (Spec 006)

Plugin Installation & Speck Skill

Released: November 2025

Complete website documentation for plugin installation and Speck skill usage.

Documentation Added:

Speck Skill:

  • Ask natural language questions about specs, plans, and tasks
  • Example: “What user stories are in this spec?”
  • Complements slash commands (skill for questions, commands for actions)

November 2025: Public Website (Spec 004)

Speck Website Launch

Released: November 2025

Public-facing website built with Astro for Speck documentation and marketing.

Features:

  • Astro 5.15+ static site generator
  • Cloudflare Pages hosting
  • Markdown-based documentation
  • Shiki syntax highlighting
  • Visual regression testing with Playwright
  • Accessibility testing with axe-core

Website: speck.dev (placeholder)


How to Update

Keep Speck up to date with the latest features:

  1. In Claude Code, type: /plugin
  2. Select “Manage marketplaces”
  3. Select “speck-market”
  4. Select “Update marketplace”

Recommended: Check for updates monthly or when new features are announced.


What’s Next

See the Roadmap for planned features, current focus areas, and how to suggest new ideas.

Have feature requests? Open a GitHub Discussion.