News

← All news

SpecDD introduces a plugin system and two official plugins

SpecDD 1.6 introduces a framework plugin system for extending a project’s document types, design practices, and workflows. Plugins are reusable Markdown instruction files that agents load through the SpecDD bootstrap.

Plugins can come from SpecDD, third-party maintainers, or your own team. Publish them in public or private Git repositories and use the CLI to install, discover, and update them.

The plugin system launches with two official plugins:

Domain & Solution Design adds Domain Definitions and Solution Designs above local .sdd implementation contracts. It documents shared business rules, requirements, architecture, decisions, and acceptance criteria, with explicit references to the specs that realize them. Its workflow keeps affected designs and specs synchronized as intent changes.

SpecDD Style Guide helps humans and agents write and review specs, design documents, instructions, and other SpecDD artifacts. It guides clear, concise writing while preserving requirements, decisions, and native document formats. You can use it on its own or alongside Domain & Solution Design.

Framework plugins require SpecDD framework 1.6 or newer. To install both official plugins, run these commands from an initialized project’s SpecDD root:

specdd plugin add @specdd/specdd dsd
specdd plugin add @specdd/specdd ssg
specdd plugin list

See the plugin guide for prerequisites, version selection, updates, and publishing your own plugins.

← All news