Skip to content

Commit 9c0be46

Browse files
aaronrsunAaron Sun
andauthored
Add Confluence extension (#2028)
* Add Confluence extension * Updated latest available version to v.1.1.0 --------- Co-authored-by: Aaron Sun <aaronsun@mac.lan>
1 parent f92e7e8 commit 9c0be46

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@ The following community-contributed extensions are available in [`catalog.commun
188188
| Checkpoint Extension | Commit the changes made during the middle of the implementation, so you don't end up with just one very large commit at the end | `code` | Read+Write | [spec-kit-checkpoint](https://github.com/aaronrsun/spec-kit-checkpoint) |
189189
| Cleanup Extension | Post-implementation quality gate that reviews changes, fixes small issues (scout rule), creates tasks for medium issues, and generates analysis for large issues | `code` | Read+Write | [spec-kit-cleanup](https://github.com/dsrednicki/spec-kit-cleanup) |
190190
| Conduct Extension | Orchestrates spec-kit phases via sub-agent delegation to reduce context pollution. | `process` | Read+Write | [spec-kit-conduct-ext](https://github.com/twbrandon7/spec-kit-conduct-ext) |
191+
| Confluence Extension | Create a doc in Confluence summarizing the specifications and planning files | `integration` | Read+Write | [spec-kit-confluence](https://github.com/aaronrsun/spec-kit-confluence) |
191192
| DocGuard — CDD Enforcement | Canonical-Driven Development enforcement. Validates, scores, and traces project documentation with automated checks, AI-driven workflows, and spec-kit hooks. Zero NPM runtime dependencies. | `docs` | Read+Write | [spec-kit-docguard](https://github.com/raccioly/docguard) |
192193
| Extensify | Create and validate extensions and extension catalogs | `process` | Read+Write | [extensify](https://github.com/mnriem/spec-kit-extensions/tree/main/extensify) |
193194
| Fix Findings | Automated analyze-fix-reanalyze loop that resolves spec findings until clean | `code` | Read+Write | [spec-kit-fix-findings](https://github.com/Quratulain-bilal/spec-kit-fix-findings) |

extensions/catalog.community.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,34 @@
227227
"created_at": "2026-04-01T00:00:00Z",
228228
"updated_at": "2026-04-01T00:00:00Z"
229229
},
230+
"confluence": {
231+
"name": "Confluence Extension",
232+
"id": "confluence",
233+
"description": "Create, read, and update Confluence docs for your project",
234+
"author": "aaronrsun",
235+
"version": "1.1.0",
236+
"download_url": "https://github.com/aaronrsun/spec-kit-confluence/archive/refs/tags/v1.1.0.zip",
237+
"repository": "https://github.com/aaronrsun/spec-kit-confluence",
238+
"homepage": "https://github.com/aaronrsun/spec-kit-confluence",
239+
"documentation": "https://github.com/aaronrsun/spec-kit-confluence/blob/main/README.md",
240+
"changelog": "https://github.com/aaronrsun/spec-kit-confluence/blob/main/CHANGELOG.md",
241+
"license": "MIT",
242+
"requires": {
243+
"speckit_version": ">=0.1.0"
244+
},
245+
"provides": {
246+
"commands": 1,
247+
"hooks": 0
248+
},
249+
"tags": [
250+
"confluence"
251+
],
252+
"verified": false,
253+
"downloads": 0,
254+
"stars": 0,
255+
"created_at": "2026-03-29T00:00:00Z",
256+
"updated_at": "2026-03-29T00:00:00Z"
257+
},
230258
"docguard": {
231259
"name": "DocGuard — CDD Enforcement",
232260
"id": "docguard",

0 commit comments

Comments
 (0)