Skip to content

Commit d9e63a5

Browse files
authored
Add optimize extension to community catalog (#2088)
- Extension ID: optimize - Version: 1.0.0 - Author: sakitA - Description: Audits and optimizes AI governance for context efficiency
1 parent 7dc493e commit d9e63a5

File tree

2 files changed

+33
-0
lines changed

2 files changed

+33
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ The following community-contributed extensions are available in [`catalog.commun
204204
| MAQA Linear Integration | Linear integration for MAQA — syncs issues and sub-issues across workflow states as features progress | `integration` | Read+Write | [spec-kit-maqa-linear](https://github.com/GenieRobot/spec-kit-maqa-linear) |
205205
| MAQA Trello Integration | Trello board integration for MAQA — populates board from specs, moves cards, real-time checklist ticking | `integration` | Read+Write | [spec-kit-maqa-trello](https://github.com/GenieRobot/spec-kit-maqa-trello) |
206206
| Onboard | Contextual onboarding and progressive growth for developers new to spec-kit projects. Explains specs, maps dependencies, validates understanding, and guides the next step | `process` | Read+Write | [spec-kit-onboard](https://github.com/dmux/spec-kit-onboard) |
207+
| Optimize | Audit and optimize AI governance for context efficiency — token budgets, rule health, interpretability, compression, coherence, and echo detection | `process` | Read+Write | [spec-kit-optimize](https://github.com/sakitA/spec-kit-optimize) |
207208
| 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) |
208209
| Presetify | Create and validate presets and preset catalogs | `process` | Read+Write | [presetify](https://github.com/mnriem/spec-kit-extensions/tree/main/presetify) |
209210
| Product Forge | Full product lifecycle: research → product spec → SpecKit → implement → verify → test | `process` | Read+Write | [speckit-product-forge](https://github.com/VaiYav/speckit-product-forge) |

extensions/catalog.community.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -776,6 +776,38 @@
776776
"created_at": "2026-03-26T00:00:00Z",
777777
"updated_at": "2026-03-26T00:00:00Z"
778778
},
779+
"optimize": {
780+
"name": "Optimize Extension",
781+
"id": "optimize",
782+
"description": "Audits and optimizes AI governance for context efficiency",
783+
"author": "sakitA",
784+
"version": "1.0.0",
785+
"download_url": "https://github.com/sakitA/spec-kit-optimize/archive/refs/tags/v1.0.0.zip",
786+
"repository": "https://github.com/sakitA/spec-kit-optimize",
787+
"homepage": "https://github.com/sakitA/spec-kit-optimize",
788+
"documentation": "https://github.com/sakitA/spec-kit-optimize/blob/main/README.md",
789+
"changelog": "https://github.com/sakitA/spec-kit-optimize/blob/main/CHANGELOG.md",
790+
"license": "MIT",
791+
"requires": {
792+
"speckit_version": ">=0.1.0"
793+
},
794+
"provides": {
795+
"commands": 3,
796+
"hooks": 0
797+
},
798+
"tags": [
799+
"constitution",
800+
"optimization",
801+
"token-budget",
802+
"governance",
803+
"audit"
804+
],
805+
"verified": false,
806+
"downloads": 0,
807+
"stars": 0,
808+
"created_at": "2026-04-03T00:00:00Z",
809+
"updated_at": "2026-04-03T00:00:00Z"
810+
},
779811
"plan-review-gate": {
780812
"name": "Plan Review Gate",
781813
"id": "plan-review-gate",

0 commit comments

Comments
 (0)