From 4b564b13e7474e7581516b2ceff50c62368db5ac Mon Sep 17 00:00:00 2001 From: Sakit Atakishiyev Date: Fri, 3 Apr 2026 22:30:46 -0700 Subject: [PATCH] Add optimize extension to community catalog - Extension ID: optimize - Version: 1.0.0 - Author: sakitA - Description: Audits and optimizes AI governance for context efficiency --- README.md | 1 + extensions/catalog.community.json | 32 +++++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+) diff --git a/README.md b/README.md index ab14ace731..9aec638206 100644 --- a/README.md +++ b/README.md @@ -204,6 +204,7 @@ The following community-contributed extensions are available in [`catalog.commun | 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) | | 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) | | 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) | +| 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) | | 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) | | Presetify | Create and validate presets and preset catalogs | `process` | Read+Write | [presetify](https://github.com/mnriem/spec-kit-extensions/tree/main/presetify) | | 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) | diff --git a/extensions/catalog.community.json b/extensions/catalog.community.json index 65fcb9099b..ffcfc6925a 100644 --- a/extensions/catalog.community.json +++ b/extensions/catalog.community.json @@ -776,6 +776,38 @@ "created_at": "2026-03-26T00:00:00Z", "updated_at": "2026-03-26T00:00:00Z" }, + "optimize": { + "name": "Optimize Extension", + "id": "optimize", + "description": "Audits and optimizes AI governance for context efficiency", + "author": "sakitA", + "version": "1.0.0", + "download_url": "https://github.com/sakitA/spec-kit-optimize/archive/refs/tags/v1.0.0.zip", + "repository": "https://github.com/sakitA/spec-kit-optimize", + "homepage": "https://github.com/sakitA/spec-kit-optimize", + "documentation": "https://github.com/sakitA/spec-kit-optimize/blob/main/README.md", + "changelog": "https://github.com/sakitA/spec-kit-optimize/blob/main/CHANGELOG.md", + "license": "MIT", + "requires": { + "speckit_version": ">=0.1.0" + }, + "provides": { + "commands": 3, + "hooks": 0 + }, + "tags": [ + "constitution", + "optimization", + "token-budget", + "governance", + "audit" + ], + "verified": false, + "downloads": 0, + "stars": 0, + "created_at": "2026-04-03T00:00:00Z", + "updated_at": "2026-04-03T00:00:00Z" + }, "plan-review-gate": { "name": "Plan Review Gate", "id": "plan-review-gate",