Skip to content

Commit 765281d

Browse files
committed
chore(release): bump to v5.3.0
Critical bug fixes (mapfile, agent registration, verify.sh, task detection) and comprehensive documentation overhaul across 32 files.
1 parent 197b0a6 commit 765281d

5 files changed

Lines changed: 12 additions & 5 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
{
99
"name": "spec-driven",
1010
"description": "Structured workflow for spec-driven development with EARS notation, guiding features through Requirements, Design, and Tasks phases",
11-
"version": "5.2.0",
11+
"version": "5.3.0",
1212
"author": {
1313
"name": "habib0x"
1414
},

.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "spec-driven",
3-
"version": "5.2.0",
3+
"version": "5.3.0",
44
"description": "Spec-driven development workflow with structured requirements, design, and task phases",
55
"author": {
66
"name": "habib0x"

.codex-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "spec-driven",
3-
"version": "5.2.0",
3+
"version": "5.3.0",
44
"description": "Spec-driven development workflow with structured requirements, design, tasks, and autonomous execution.",
55
"author": {
66
"name": "habib0x",

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All notable changes to the spec-driven plugin are documented here. The format follows [Keep a Changelog](https://keepachangelog.com/) and this project adheres to [Semantic Versioning](https://semver.org/).
44

5-
## [5.2.0] - 2026-04-29
5+
## [5.3.0] - 2026-04-29
66

77
### Fixed
88

@@ -35,6 +35,13 @@ All notable changes to the spec-driven plugin are documented here. The format fo
3535
- Updated `skills/spec-workflow/SKILL.md` to version 5.2.0.
3636
- Synced `.codex-plugin/plugin.json` to version 5.2.0.
3737

38+
## [5.2.0] - 2026-04-28
39+
40+
### Added
41+
42+
- **`/zoom-out` command.** Maps modules, interfaces, and callers for unfamiliar sections of a codebase. Useful for getting oriented before starting a spec.
43+
- **`/ubiquitous-language` command.** Extracts domain terms from the codebase into a canonical glossary and flags ambiguous or inconsistent naming.
44+
3845
## [5.1.1] - 2026-04-26
3946

4047
### Fixed

skills/spec-workflow/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: spec-workflow
33
description: This skill should be used when the user asks to "create a spec", "write requirements", "design a feature", "plan implementation", "use EARS notation", "create user stories", "break down tasks", "write a PRD", "technical specification", or mentions "spec-driven development", "feature spec", "requirements phase", "design phase", or "tasks phase". Provides structured 3-phase workflow for feature development.
4-
version: 5.2.0
4+
version: 5.3.0
55
---
66

77
# Spec-Driven Development Workflow

0 commit comments

Comments
 (0)