You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -185,6 +185,7 @@ The following community-contributed extensions are available in [`catalog.commun
185
185
| 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)|
186
186
| Archive Extension | Archive merged features into main project memory. |`docs`| Read+Write |[spec-kit-archive](https://github.com/stn1slv/spec-kit-archive)|
187
187
| 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)|
| 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)|
189
190
| 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)|
190
191
| 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
241
242
| Preset | Purpose | Provides | Requires | URL |
242
243
|--------|---------|----------|----------|-----|
243
244
| 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)|
244
246
| 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)|
245
247
| 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)|
0 commit comments