Skip to content

Commit 55ff148

Browse files
maximiliamusmnriem
andauthored
Add canon extension and canon-core preset. (#2022)
* Add canon extension and canon-core preset. * fix: correct branch and link references for spec-kit-canon catalog entries - Fix documentation/changelog URLs using `main` → `master` branch in extension and preset catalogs - Fix preset display link label from `spec-kit-canon-core` → `spec-kit-canon` in README * chore: refresh community catalog timestamps * chore: refresh canon extension command count * chore: point canon catalog entries to repo root instead of subdirectories --------- Co-authored-by: Manfred Riem <15701806+mnriem@users.noreply.github.com>
1 parent 7f08f31 commit 55ff148

File tree

3 files changed

+63
-2
lines changed

3 files changed

+63
-2
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ The following community-contributed extensions are available in [`catalog.commun
185185
| AI-Driven Engineering (AIDE) | A structured 7-step workflow for building new projects from scratch with AI assistants — from vision through implementation | `process` | Read+Write | [aide](https://github.com/mnriem/spec-kit-extensions/tree/main/aide) |
186186
| Archive Extension | Archive merged features into main project memory. | `docs` | Read+Write | [spec-kit-archive](https://github.com/stn1slv/spec-kit-archive) |
187187
| Azure DevOps Integration | Sync user stories and tasks to Azure DevOps work items using OAuth authentication | `integration` | Read+Write | [spec-kit-azure-devops](https://github.com/pragya247/spec-kit-azure-devops) |
188+
| Canon | Adds canon-driven (baseline-driven) workflows: spec-first, code-first, spec-drift. Requires Canon Core preset installation. | `process` | Read+Write | [spec-kit-canon](https://github.com/maximiliamus/spec-kit-canon/tree/master/extension) |
188189
| 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) |
189190
| 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) |
190191
| 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) |
@@ -241,6 +242,7 @@ The following community-contributed presets customize how Spec Kit behaves — o
241242
| Preset | Purpose | Provides | Requires | URL |
242243
|--------|---------|----------|----------|-----|
243244
| AIDE In-Place Migration | Adapts the AIDE extension workflow for in-place technology migrations (X → Y pattern) — adds migration objectives, verification gates, knowledge documents, and behavioral equivalence criteria | 2 templates, 8 commands | AIDE extension | [spec-kit-presets](https://github.com/mnriem/spec-kit-presets) |
245+
| Canon Core | Adapts original Spec Kit workflow to work together with Canon extension | 2 templates, 8 commands || [spec-kit-canon](https://github.com/maximiliamus/spec-kit-canon) |
244246
| Pirate Speak (Full) | Transforms all Spec Kit output into pirate speak — specs become "Voyage Manifests", plans become "Battle Plans", tasks become "Crew Assignments" | 6 templates, 9 commands || [spec-kit-presets](https://github.com/mnriem/spec-kit-presets) |
245247
| VS Code Ask Questions | Enhances the clarify command to use `vscode/askQuestions` for batched interactive questioning. | 1 command || [spec-kit-presets](https://github.com/fdcastel/spec-kit-presets) |
246248

extensions/catalog.community.json

Lines changed: 36 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"schema_version": "1.0",
3-
"updated_at": "2026-04-03T12:35:01Z",
3+
"updated_at": "2026-04-06T06:30:00Z",
44
"catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json",
55
"extensions": {
66
"aide": {
@@ -106,6 +106,41 @@
106106
"created_at": "2026-03-03T00:00:00Z",
107107
"updated_at": "2026-03-03T00:00:00Z"
108108
},
109+
"canon": {
110+
"name": "Canon",
111+
"id": "canon",
112+
"description": "Adds canon-driven (baseline-driven) workflows: spec-first, code-first, spec-drift. Requires Canon Core preset installation.",
113+
"author": "Maxim Stupakov",
114+
"version": "0.1.0",
115+
"download_url": "https://github.com/maximiliamus/spec-kit-canon/releases/download/v0.1.0/spec-kit-canon-v0.1.0.zip",
116+
"repository": "https://github.com/maximiliamus/spec-kit-canon",
117+
"homepage": "https://github.com/maximiliamus/spec-kit-canon",
118+
"documentation": "https://github.com/maximiliamus/spec-kit-canon/blob/master/README.md",
119+
"changelog": "https://github.com/maximiliamus/spec-kit-canon/blob/master/CHANGELOG.md",
120+
"license": "MIT",
121+
"requires": {
122+
"speckit_version": ">=0.4.3"
123+
},
124+
"provides": {
125+
"commands": 16,
126+
"hooks": 0
127+
},
128+
"tags": [
129+
"process",
130+
"baseline",
131+
"canon",
132+
"drift",
133+
"spec-first",
134+
"code-first",
135+
"spec-drift",
136+
"vibecoding"
137+
],
138+
"verified": false,
139+
"downloads": 0,
140+
"stars": 0,
141+
"created_at": "2026-03-29T00:00:00Z",
142+
"updated_at": "2026-03-29T00:00:00Z"
143+
},
109144
"checkpoint": {
110145
"name": "Checkpoint Extension",
111146
"id": "checkpoint",

presets/catalog.community.json

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"schema_version": "1.0",
3-
"updated_at": "2026-04-04T00:00:00Z",
3+
"updated_at": "2026-04-06T06:30:00Z",
44
"catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/presets/catalog.community.json",
55
"presets": {
66
"aide-in-place": {
@@ -29,6 +29,30 @@
2929
"aide"
3030
]
3131
},
32+
"canon-core": {
33+
"name": "Canon Core",
34+
"id": "canon-core",
35+
"version": "0.1.0",
36+
"description": "Adapts original Spec Kit workflow to work together with Canon extension.",
37+
"author": "Maxim Stupakov",
38+
"download_url": "https://github.com/maximiliamus/spec-kit-canon/releases/download/v0.1.0/spec-kit-canon-core-v0.1.0.zip",
39+
"repository": "https://github.com/maximiliamus/spec-kit-canon",
40+
"homepage": "https://github.com/maximiliamus/spec-kit-canon",
41+
"documentation": "https://github.com/maximiliamus/spec-kit-canon/blob/master/README.md",
42+
"license": "MIT",
43+
"requires": {
44+
"speckit_version": ">=0.4.3"
45+
},
46+
"provides": {
47+
"templates": 2,
48+
"commands": 8
49+
},
50+
"tags": [
51+
"baseline",
52+
"canon",
53+
"spec-first"
54+
]
55+
},
3256
"pirate": {
3357
"name": "Pirate Speak (Full)",
3458
"id": "pirate",

0 commit comments

Comments
 (0)