Skip to content

Commit a011809

Browse files
aaronrsunAaron Sun
andauthored
Add checkpoint extension (#1947)
Co-authored-by: Aaron Sun <aaronsun@mac.lan>
1 parent b1ba972 commit a011809

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

extensions/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ The following community-contributed extensions are available in [`catalog.commun
7878
|-----------|---------|----------|--------|-----|
7979
| Archive Extension | Archive merged features into main project memory. | `docs` | Read+Write | [spec-kit-archive](https://github.com/stn1slv/spec-kit-archive) |
8080
| 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) |
81+
| 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) |
8182
| 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) |
8283
| Cognitive Squad | Multi-agent cognitive system with Triadic Model: understanding, internalization, application — with quality gates, backpropagation verification, and self-healing | `docs` | Read+Write | [cognitive-squad](https://github.com/Testimonial/cognitive-squad) |
8384
| 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) |

extensions/catalog.community.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,35 @@
7373
"created_at": "2026-03-03T00:00:00Z",
7474
"updated_at": "2026-03-03T00:00:00Z"
7575
},
76+
"checkpoint": {
77+
"name": "Checkpoint Extension",
78+
"id": "checkpoint",
79+
"description": "An extension to 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.",
80+
"author": "aaronrsun",
81+
"version": "1.0.0",
82+
"download_url": "https://github.com/aaronrsun/spec-kit-checkpoint/archive/refs/tags/v1.0.0.zip",
83+
"repository": "https://github.com/aaronrsun/spec-kit-checkpoint",
84+
"homepage": "https://github.com/aaronrsun/spec-kit-checkpoint",
85+
"documentation": "https://github.com/aaronrsun/spec-kit-checkpoint/blob/main/README.md",
86+
"changelog": "https://github.com/aaronrsun/spec-kit-checkpoint/blob/main/CHANGELOG.md",
87+
"license": "MIT",
88+
"requires": {
89+
"speckit_version": ">=0.1.0"
90+
},
91+
"provides": {
92+
"commands": 1,
93+
"hooks": 0
94+
},
95+
"tags": [
96+
"checkpoint",
97+
"commit"
98+
],
99+
"verified": false,
100+
"downloads": 0,
101+
"stars": 0,
102+
"created_at": "2026-03-22T00:00:00Z",
103+
"updated_at": "2026-03-22T00:00:00Z"
104+
},
76105
"cleanup": {
77106
"name": "Cleanup Extension",
78107
"id": "cleanup",

0 commit comments

Comments
 (0)