Skip to content

Commit f9449f4

Browse files
authored
Merge commit 'ba77318' into fix-pr3001-manifest
2 parents e513011 + ba77318 commit f9449f4

4 files changed

Lines changed: 120 additions & 27 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
<!-- insert new changelog below this comment -->
44

5+
## [0.10.3] - 2026-06-16
6+
7+
### Changed
8+
9+
- Update Superpowers Bridge extension to v1.6.0 (#2998)
10+
- Add Improve Extension to community catalog (#2997)
11+
- Update Product Forge extension to v1.7.0 (#2996)
12+
- Update Linear Integration extension to v0.5.0 (#2995)
13+
- Update Superpowers Implementation Bridge extension to v1.0.3 (#2993)
14+
- Update Ralph community extension to v1.1.1 (#2861)
15+
- Update Linear Integration extension to v0.4.0 (#2942)
16+
- Update DocGuard — CDD Enforcement to v0.26.0 (#2941)
17+
- Add SpecKit Companion extension to community catalog (#2937)
18+
- chore: release 0.10.2, begin 0.10.3.dev0 development (#2936)
19+
520
## [0.10.2] - 2026-06-11
621

722
### Changed

docs/community/extensions.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,15 @@ The following community-contributed extensions are available in [`catalog.commun
5555
| Fleet Orchestrator | Orchestrate a full feature lifecycle with human-in-the-loop gates across all SpecKit phases | `process` | Read+Write | [spec-kit-fleet](https://github.com/sharathsatish/spec-kit-fleet) |
5656
| GitHub Issues Integration 1 | Generate spec artifacts from GitHub Issues - import issues, sync updates, and maintain bidirectional traceability | `integration` | Read+Write | [spec-kit-github-issues](https://github.com/Fatima367/spec-kit-github-issues) |
5757
| GitHub Issues Integration 2 | Creates and syncs local specs from an existing GitHub issue | `integration` | Read+Write | [spec-kit-issue](https://github.com/aaronrsun/spec-kit-issue) |
58+
| Improve Extension | Audits any codebase as a senior advisor and writes prioritized, self-contained spec prompts under specs/ that the spec-kit lifecycle can process | `process` | Read+Write | [spec-kit-improve](https://github.com/d0whc3r/spec-kit-improve) |
5859
| Interactive HTML Preview | Generate self-contained interactive HTML prototypes from Spec Kit artifacts | `docs` | Read+Write | [spec-kit-preview](https://github.com/bigsmartben/spec-kit-preview) |
5960
| Intelligent Agent Orchestrator | Cross-catalog agent discovery and intelligent prompt-to-command routing | `process` | Read+Write | [spec-kit-orchestrator](https://github.com/pragya247/spec-kit-orchestrator) |
6061
| Iterate | Iterate on spec documents with a two-phase define-and-apply workflow — refine specs mid-implementation and go straight back to building | `docs` | Read+Write | [spec-kit-iterate](https://github.com/imviancagrace/spec-kit-iterate) |
6162
| Jira Integration | Create Jira Epics, Stories, and Issues from spec-kit specifications and task breakdowns with configurable hierarchy and custom field support | `integration` | Read+Write | [spec-kit-jira](https://github.com/mbachorik/spec-kit-jira) |
6263
| Jira Integration (Sync Engine) | Idempotent, drift-aware, fail-closed reconcile engine mirroring spec-kit specs into Jira (Epic per repo, Story per spec, Subtask per phase) | `integration` | Read+Write | [spec-kit-jira-sync](https://github.com/ashbrener/spec-kit-jira-sync) |
6364
| Learning Extension | Generate educational guides from implementations and enhance clarifications with mentoring context | `docs` | Read+Write | [spec-kit-learn](https://github.com/imviancagrace/spec-kit-learn) |
6465
| Linear Integration | Mirror spec-kit feature directories into Linear (filesystem → Linear, reconcile-based, unidirectional). | `integration` | Read+Write | [spec-kit-linear-sync](https://github.com/ashbrener/spec-kit-linear-sync) |
66+
| Loop Engineering | Engineer safe autonomous agent loops for spec-driven development: a maker/checker split, externalized loop state, and stay-the-engineer guardrails against comprehension debt and cognitive surrender | `process` | Read+Write | [spec-kit-loop](https://github.com/formin/spec-kit-loop) |
6567
| MAQA — Multi-Agent & Quality Assurance | Coordinator → feature → QA agent workflow with parallel worktree-based implementation. Language-agnostic. Auto-detects installed board plugins. Optional CI gate. | `process` | Read+Write | [spec-kit-maqa-ext](https://github.com/GenieRobot/spec-kit-maqa-ext) |
6668
| MAQA Azure DevOps Integration | Azure DevOps Boards integration for MAQA — syncs User Stories and Task children as features progress | `integration` | Read+Write | [spec-kit-maqa-azure-devops](https://github.com/GenieRobot/spec-kit-maqa-azure-devops) |
6769
| MAQA CI/CD Gate | Auto-detects GitHub Actions, CircleCI, GitLab CI, and Bitbucket Pipelines. Blocks QA handoff until pipeline is green. | `process` | Read+Write | [spec-kit-maqa-ci](https://github.com/GenieRobot/spec-kit-maqa-ci) |
@@ -73,7 +75,7 @@ The following community-contributed extensions are available in [`catalog.commun
7375
| MDE | Minimal model-driven engineering workflow with setup, next, and status commands | `process` | Read+Write | [spec-kit-mde](https://github.com/AI-MDE/spec-kit-mde) |
7476
| Memory Loader | Loads .specify/memory/ files before lifecycle commands so LLM agents have project governance context | `docs` | Read-only | [spec-kit-memory-loader](https://github.com/KevinBrown5280/spec-kit-memory-loader) |
7577
| Memory MD | Spec Kit extension for repository-native Markdown memory that captures durable decisions, bugs, and project context | `docs` | Read+Write | [spec-kit-memory-hub](https://github.com/DyanGalih/spec-kit-memory-hub) |
76-
| MemoryLint | Agent memory governance tool: Automatically audits and fixes boundary conflicts between AGENTS.md and the constitution. | `process` | Read+Write | [memorylint](https://github.com/RbBtSn0w/spec-kit-extensions/tree/main/memorylint) |
78+
| MemoryLint | Evidence-driven instruction drift checker: audits agent memory files for boundary, reality, conflict, and redundancy drift. | `process` | Read+Write | [memorylint](https://github.com/RbBtSn0w/spec-kit-extensions/tree/main/memorylint) |
7779
| Microsoft 365 Integration | Fetch Teams messages, meeting transcripts, and SharePoint/OneDrive files as local Markdown for spec generation | `integration` | Read+Write | [spec-kit-m365](https://github.com/BenBtg/spec-kit-m365) |
7880
| Multi-Model Review | Cross-model Spec Kit handoffs for spec authoring, implementation routing, and review. | `process` | Read+Write | [multi-model-review](https://github.com/formin/multi-model-review) |
7981
| Multi-Sites Spec Kit | Multi-site aware specify command with per-site spec folders, auto-increment, and Drupal support | `process` | Read+Write | [spec-kit-multi-sites](https://github.com/teeyo/spec-kit-multi-sites) |
@@ -84,7 +86,7 @@ The following community-contributed extensions are available in [`catalog.commun
8486
| Plan Review Gate | Require spec.md and plan.md to be merged via MR/PR before allowing task generation | `process` | Read-only | [spec-kit-plan-review-gate](https://github.com/luno/spec-kit-plan-review-gate) |
8587
| PR Bridge | Auto-generate pull request descriptions, checklists, and summaries from spec artifacts | `process` | Read-only | [spec-kit-pr-bridge-](https://github.com/Quratulain-bilal/spec-kit-pr-bridge-) |
8688
| Presetify | Create and validate presets and preset catalogs | `process` | Read+Write | [presetify](https://github.com/mnriem/spec-kit-extensions/tree/main/presetify) |
87-
| Product Forge | Full product lifecycle from research to release — express/lite/standard/v-model tracks, living spec + traceability, structured journeys → E2E, monorepo, and selectable doc-structure strategies | `process` | Read+Write | [speckit-product-forge](https://github.com/VaiYav/speckit-product-forge) |
89+
| Product Forge | Full product-lifecycle orchestrator for Spec Kit: research → product-spec → plan → tasks → implement → verify → test → release-readiness, across express/lite/standard/v-model modes with human-in-the-loop gates. | `process` | Read+Write | [speckit-product-forge](https://github.com/VaiYav/speckit-product-forge) |
8890
| Product Spec Extension | Generates PRFAQ, Lean PRD, stakeholder summaries, and technical designs from engineering specs | `docs` | Read+Write | [spec-kit-product](https://github.com/d0whc3r/spec-kit-product) |
8991
| Project Health Check | Diagnose a Spec Kit project and report health issues across structure, agents, features, scripts, extensions, and git | `visibility` | Read-only | [spec-kit-doctor](https://github.com/KhawarHabibKhan/spec-kit-doctor) |
9092
| Project Status | Show current SDD workflow progress — active feature, artifact status, task completion, workflow phase, and extensions summary | `visibility` | Read-only | [spec-kit-status](https://github.com/KhawarHabibKhan/spec-kit-status) |
@@ -121,7 +123,7 @@ The following community-contributed extensions are available in [`catalog.commun
121123
| Squad Bridge | Bootstrap and synchronize a Squad agent team from your Speckit spec and tasks. | `process` | Read+Write | [spec-kit-squad](https://github.com/jwill824/spec-kit-squad) |
122124
| Staff Review Extension | Staff-engineer-level code review that validates implementation against spec, checks security, performance, and test coverage | `code` | Read-only | [spec-kit-staff-review](https://github.com/arunt14/spec-kit-staff-review) |
123125
| Status Report | Project status, feature progress, and next-action recommendations for spec-driven workflows | `visibility` | Read-only | [Open-Agent-Tools/spec-kit-status](https://github.com/Open-Agent-Tools/spec-kit-status) |
124-
| Superpowers Bridge | Orchestrates obra/superpowers skills within the spec-kit SDD workflow across the full lifecycle (clarification, TDD, review, verification, critique, debugging, branch completion) | `process` | Read+Write | [superpowers-bridge](https://github.com/RbBtSn0w/spec-kit-extensions/tree/main/superpowers-bridge) |
126+
| Superpowers Bridge | Bridges selected Superpowers disciplines into Spec Kit as evidence-first trust gates for agent workflows. | `process` | Read+Write | [superpowers-bridge](https://github.com/RbBtSn0w/spec-kit-extensions/tree/main/superpowers-bridge) |
125127
| Superpowers Implementation Bridge | Thin orchestrator between Spec Kit (design) and Superpowers (implementation). Cross-agent. | `process` | Read+Write | [speckit-superpowers-bridge](https://github.com/lihan3238/speckit-superpowers-bridge) |
126128
| Superspec | Bridges spec-kit with obra/superpowers (brainstorming, TDD, subagent, code-review) into a unified, resumable workflow with graceful degradation and session progress tracking | `process` | Read+Write | [superspec](https://github.com/WangX0111/superspec) |
127129
| Team Assign | Assign tasks.md items to human engineers, split into subtasks, and generate a per-engineer workboard | `process` | Read+Write | [spec-kit-team-assign](https://github.com/tarunkumarbhati/spec-kit-team-assign) |

extensions/catalog.community.json

Lines changed: 99 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1295,6 +1295,49 @@
12951295
"created_at": "2026-06-12T00:00:00Z",
12961296
"updated_at": "2026-06-12T00:00:00Z"
12971297
},
1298+
"improve": {
1299+
"name": "Improve Extension",
1300+
"id": "improve",
1301+
"description": "Audits any codebase as a senior advisor and writes prioritized, self-contained spec prompts under specs/ that the spec-kit lifecycle can process.",
1302+
"author": "d0whc3r",
1303+
"version": "1.0.1",
1304+
"download_url": "https://github.com/d0whc3r/spec-kit-improve/releases/download/v1.0.1/improve-1.0.1.zip",
1305+
"repository": "https://github.com/d0whc3r/spec-kit-improve",
1306+
"homepage": "https://d0whc3r.github.io/spec-kit-improve/",
1307+
"documentation": "https://github.com/d0whc3r/spec-kit-improve/wiki",
1308+
"changelog": "https://github.com/d0whc3r/spec-kit-improve/blob/main/CHANGELOG.md",
1309+
"license": "MIT",
1310+
"category": "process",
1311+
"effect": "read-write",
1312+
"requires": {
1313+
"speckit_version": ">=0.2.0"
1314+
},
1315+
"provides": {
1316+
"commands": 1,
1317+
"hooks": 0
1318+
},
1319+
"tags": [
1320+
"advisor",
1321+
"audit",
1322+
"code-quality",
1323+
"code-review",
1324+
"improvement",
1325+
"performance",
1326+
"planning",
1327+
"refactoring",
1328+
"security",
1329+
"spec-kit",
1330+
"spec-kit-extension",
1331+
"specs",
1332+
"tech-debt",
1333+
"testing"
1334+
],
1335+
"verified": false,
1336+
"downloads": 0,
1337+
"stars": 0,
1338+
"created_at": "2026-06-16T00:00:00Z",
1339+
"updated_at": "2026-06-16T00:00:00Z"
1340+
},
12981341
"issue": {
12991342
"name": "GitHub Issues Integration 2",
13001343
"id": "issue",
@@ -1495,6 +1538,40 @@
14951538
"created_at": "2026-06-01T00:00:00Z",
14961539
"updated_at": "2026-06-16T00:00:00Z"
14971540
},
1541+
"loop": {
1542+
"name": "Loop Engineering",
1543+
"id": "loop",
1544+
"description": "Engineer safe autonomous agent loops for spec-driven development: a maker/checker split, externalized loop state, and stay-the-engineer guardrails against comprehension debt and cognitive surrender",
1545+
"author": "formin",
1546+
"version": "1.0.0",
1547+
"download_url": "https://github.com/formin/spec-kit-loop/archive/refs/tags/v1.0.0.zip",
1548+
"repository": "https://github.com/formin/spec-kit-loop",
1549+
"homepage": "https://github.com/formin/spec-kit-loop",
1550+
"documentation": "https://github.com/formin/spec-kit-loop/blob/main/README.md",
1551+
"changelog": "https://github.com/formin/spec-kit-loop/blob/main/CHANGELOG.md",
1552+
"license": "MIT",
1553+
"category": "process",
1554+
"effect": "read-write",
1555+
"requires": {
1556+
"speckit_version": ">=0.2.0"
1557+
},
1558+
"provides": {
1559+
"commands": 5,
1560+
"hooks": 2
1561+
},
1562+
"tags": [
1563+
"loop-engineering",
1564+
"automation",
1565+
"verification",
1566+
"maker-checker",
1567+
"workflow"
1568+
],
1569+
"verified": false,
1570+
"downloads": 0,
1571+
"stars": 0,
1572+
"created_at": "2026-06-16T00:00:00Z",
1573+
"updated_at": "2026-06-16T00:00:00Z"
1574+
},
14981575
"m365": {
14991576
"name": "Microsoft 365 Integration",
15001577
"id": "m365",
@@ -1918,10 +1995,10 @@
19181995
"memorylint": {
19191996
"name": "MemoryLint",
19201997
"id": "memorylint",
1921-
"description": "Agent memory governance tool: Automatically audits and fixes boundary conflicts between AGENTS.md and the constitution.",
1998+
"description": "Evidence-driven instruction drift checker: audits agent memory files for boundary, reality, conflict, and redundancy drift.",
19221999
"author": "RbBtSn0w",
1923-
"version": "1.4.0",
1924-
"download_url": "https://github.com/RbBtSn0w/spec-kit-extensions/releases/download/memorylint-v1.4.0/memorylint.zip",
2000+
"version": "1.5.1",
2001+
"download_url": "https://github.com/RbBtSn0w/spec-kit-extensions/releases/download/memorylint-v1.5.1/memorylint.zip",
19252002
"repository": "https://github.com/RbBtSn0w/spec-kit-extensions",
19262003
"homepage": "https://github.com/RbBtSn0w/spec-kit-extensions/tree/main/memorylint",
19272004
"documentation": "https://github.com/RbBtSn0w/spec-kit-extensions/blob/main/memorylint/README.md",
@@ -1933,7 +2010,7 @@
19332010
"speckit_version": ">=0.5.1"
19342011
},
19352012
"provides": {
1936-
"commands": 2,
2013+
"commands": 3,
19372014
"hooks": 3
19382015
},
19392016
"tags": [
@@ -1947,7 +2024,7 @@
19472024
"downloads": 0,
19482025
"stars": 0,
19492026
"created_at": "2026-04-09T00:00:00Z",
1950-
"updated_at": "2026-05-24T01:06:49Z"
2027+
"updated_at": "2026-06-16T00:00:00Z"
19512028
},
19522029
"multi-model-review": {
19532030
"name": "Multi-Model Review",
@@ -2317,13 +2394,13 @@
23172394
"product-forge": {
23182395
"name": "Product Forge",
23192396
"id": "product-forge",
2320-
"description": "Full product lifecycle from research to release — express/lite/standard/v-model tracks, living spec + traceability, structured journeys → E2E, monorepo, and selectable doc-structure strategies",
2321-
"author": "VaiYav",
2322-
"version": "1.6.0",
2323-
"download_url": "https://github.com/VaiYav/speckit-product-forge/archive/refs/tags/v1.6.0.zip",
2397+
"description": "Full product-lifecycle orchestrator for Spec Kit: research → product-spec → plan → tasks → implement → verify → test → release-readiness, across express/lite/standard/v-model modes with human-in-the-loop gates.",
2398+
"author": "Valentin Yakovlev",
2399+
"version": "1.7.0",
2400+
"download_url": "https://github.com/VaiYav/speckit-product-forge/archive/refs/tags/v1.7.0.zip",
23242401
"repository": "https://github.com/VaiYav/speckit-product-forge",
23252402
"homepage": "https://github.com/VaiYav/speckit-product-forge",
2326-
"documentation": "https://github.com/VaiYav/speckit-product-forge/blob/main/README.md",
2403+
"documentation": "https://github.com/VaiYav/speckit-product-forge/blob/main/docs/concept.md",
23272404
"changelog": "https://github.com/VaiYav/speckit-product-forge/blob/main/CHANGELOG.md",
23282405
"license": "MIT",
23292406
"category": "process",
@@ -2338,15 +2415,15 @@
23382415
"tags": [
23392416
"process",
23402417
"lifecycle",
2341-
"monorepo",
2342-
"v-model",
2343-
"portfolio"
2418+
"testing",
2419+
"sync-verify",
2420+
"release-readiness"
23442421
],
23452422
"verified": false,
23462423
"downloads": 0,
23472424
"stars": 0,
23482425
"created_at": "2026-03-28T00:00:00Z",
2349-
"updated_at": "2026-06-02T00:00:00Z"
2426+
"updated_at": "2026-06-16T00:00:00Z"
23502427
},
23512428
"qa": {
23522429
"name": "QA Testing Extension",
@@ -3322,10 +3399,10 @@
33223399
"superb": {
33233400
"name": "Superpowers Bridge",
33243401
"id": "superb",
3325-
"description": "Orchestrates obra/superpowers skills within the spec-kit SDD workflow. Thin bridge commands delegate to superpowers' authoritative SKILL.md files at runtime (with graceful fallback), while bridge-original commands provide spec-kit-native value. Eight commands cover the full lifecycle: intent clarification, TDD enforcement, task review, verification, critique, systematic debugging, branch completion, and review response. Hook-bound commands fire automatically; standalone commands are invoked when needed.",
3326-
"author": "rbbtsn0w",
3327-
"version": "1.4.0",
3328-
"download_url": "https://github.com/RbBtSn0w/spec-kit-extensions/releases/download/superpowers-bridge-v1.4.0/superpowers-bridge.zip",
3402+
"description": "Bridges selected Superpowers disciplines into Spec Kit as evidence-first trust gates for agent workflows.",
3403+
"author": "RbBtSn0w",
3404+
"version": "1.6.0",
3405+
"download_url": "https://github.com/RbBtSn0w/spec-kit-extensions/releases/download/superpowers-bridge-v1.6.0/superpowers-bridge.zip",
33293406
"repository": "https://github.com/RbBtSn0w/spec-kit-extensions",
33303407
"homepage": "https://github.com/RbBtSn0w/spec-kit-extensions",
33313408
"documentation": "https://github.com/RbBtSn0w/spec-kit-extensions/blob/main/superpowers-bridge/README.md",
@@ -3344,16 +3421,15 @@
33443421
]
33453422
},
33463423
"provides": {
3347-
"commands": 8,
3348-
"hooks": 3
3424+
"commands": 10,
3425+
"hooks": 5
33493426
},
33503427
"tags": [
3351-
"methodology",
3428+
"quality-gates",
33523429
"tdd",
33533430
"code-review",
33543431
"workflow",
33553432
"superpowers",
3356-
"brainstorming",
33573433
"verification",
33583434
"debugging",
33593435
"branch-management"
@@ -3362,7 +3438,7 @@
33623438
"downloads": 0,
33633439
"stars": 0,
33643440
"created_at": "2026-03-30T00:00:00Z",
3365-
"updated_at": "2026-05-24T01:07:34Z"
3441+
"updated_at": "2026-06-16T00:00:00Z"
33663442
},
33673443
"superspec": {
33683444
"name": "Superspec",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "specify-cli"
3-
version = "0.10.3.dev0"
3+
version = "0.10.4.dev0"
44
description = "Specify CLI, part of GitHub Spec Kit. A tool to bootstrap your projects for Spec-Driven Development (SDD)."
55
requires-python = ">=3.11"
66
dependencies = [

0 commit comments

Comments
 (0)